formZ SDK | 4.0 Call Back Reference | Renderer

fz_rndr_cbak_wind_opts_are_equal

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(

fzrt_ptr

wind_opts1,

fzrt_ptr

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

fz_rndr_cbak_fset


Defined in

fz_rndr_api.h