formZ SDK | 4.0 Call Back Reference | Renderer
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, |
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
Defined in