formZ SDK | 4.0 Call Back Reference | Renderer
Description
Window options compare function. The window options compare function needs to be implemented if the window options contain dynamically allocated data. It is expected to tell formZ whether two sets of options are the same. If this function is not implemented, formZ performs a byte by byte comparison of the options.
Plugin Prototype
fzrt_boolean fz_rndr_cbak_wind_opts_are_equal(
wind_opts1, | |
wind_opts2 ) |
Parameters
wind_opts1 [Input]
Pointer to the first window options block.
wind_opts2 [Input]
Pointer to the second window options block.
Returns
TRUE, if they are equal, FALSE otherwise.
Availability
5.0.0.0
Function Set
Defined in