formZ SDK | 4.0 Call Back Reference | Renderer

fz_rndr_cbak_wind_opts_copy

Description

Window options copy function. The window options copy function allows a renderer to copy any dynamic data that may be contained in the window options. If this function is not implemented and the window options are copied, formZ performs a byte by byte copy of the data. This will work well, as fzrt_int as there are no dynamically allocated arrays in the window options. If this is the case, the copy function must be implemented and must copy the arrays from the source to the destination storage.

Plugin Prototype

fzrt_error_td fz_rndr_cbak_wind_opts_copy(

fzrt_int

src_windex,

fzrt_ptr

src_wind_opts,

fzrt_int

dst_windex,

fzrt_ptr

dst_wind_opts )

Parameters

src_windex [Input]

project window index

src_wind_opts [Input]

Pointer to the source window options block.

dst_windex [Input]

project window index

dst_wind_opts [Input]

Pointer to the destination window options block.

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_rndr_cbak_fset


Defined in

fz_rndr_api.h