formZ SDK | 4.0 Call Back Reference | Renderer

fz_rndr_cbak_wind_data_finit

Description

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

Plugin Prototype

fzrt_error_td fz_rndr_cbak_wind_data_finit(

fzrt_int

windex,

fzrt_ptr

wind_data )

Parameters

windex [Input]

project window index

wind_data [Input, Result]

Pointer to the window 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