formZ SDK | 4.0 Call Back Reference | Renderer

fz_rndr_cbak_wind_opts_default

Description

Window options defaults function. The window options default function needs to be implemented, if the info function returns a size other than 0 for the window options size argument. It is invoked, whenever default values need to be set for the window options of a renderer. The window options defaults function is called with the pointer to the window options data and is expected to set the data to default values. This function may, in essence, be the same as the window options init function. The difference is, that the init function is called only once, when the window is created, whereas the defaults function may be called multiple times.

Plugin Prototype

fzrt_error_td fz_rndr_cbak_wind_opts_default(

fzrt_int

windex,

fzrt_ptr

wind_opts )

Parameters

windex [Input]

project window index

wind_opts [Input]

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