formZ SDK | 4.0 Call Back Reference | Renderer

fz_rndr_cbak_wind_opts_finit

Description

Window options finit function. The window options finit function needs to be implemented, if the info function returns a size other than 0 for the window options size argument (see above) and if dynamic data exists in the window options. It is called once, when a window is closed. The window options finit function is then called with the pointer to the data and is expected to free any dynamic data.

Plugin Prototype

fzrt_error_td fz_rndr_cbak_wind_opts_finit(

fzrt_int

windex,

fzrt_ptr

wind_opts )

Parameters

windex [Input]

project window index

wind_opts [Input, Result]

Pointer to the window options block, maintained by formZ.

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_rndr_cbak_fset


Defined in

fz_rndr_api.h