formZ SDK | 4.0 Call Back Reference | Renderer

fz_rndr_cbak_proj_data_finit

Description

Project data finit function. The project data finit function is complementary to the project data init function. If implemented, it is called when a project is closed. It gives the renderer the opportunity to finit any dynamic data, that was created since the project was opened. If the info function returned 0 for the project data size, this function does not need to be implemented.

Plugin Prototype

fzrt_error_td fz_rndr_cbak_proj_data_finit(

fzrt_int

windex,

fzrt_ptr

proj_data )

Parameters

windex [Input]

project window index

proj_data [Input, Result]

Pointer to the project data block, maintained by formZ.

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_rndr_cbak_fset


Defined in

fz_rndr_api.h