formZ SDK | 5.0 API Reference | System | User Interface (FUIM) | Templates

fz_fuim_pview_opts_set_unload_func

Description

Sets the unload function.
This can only be called after .
It is recommended that this be called before the preview is created, but it can be called any time before the preview is closed.
If fz_fuim_pview_opts_setup was called with a self_windex of TRUE, the unload_func will not be called.

Plugin Prototype

void fz_fuim_pview_opts_set_unload_func(

fz_fuim_pview_opts_ptr

opts,

fz_fuim_pview_unload_func

unload_func )

Parameters

opts [Input]

preview options

unload_func [Input]

unload function

Returns

None

Availability

5.0.0.0

Function Set

fz_fuim_fset


Defined in

fz_fuim_api.h