formZ SDK | 4.0 Call Back Reference | Surface Style Representation

fz_srep_cbak_data_copy

Description

Surface Style Representation copy function (Optional). This function is called whenever a Surface Style is copied. It allows the plugin to copy any dynamic memory that may be present in a Surface Style Representation. When this function is called, the actual Surface Style Representation has already been copied into dst_data.

Plugin Prototype

fzrt_error_td fz_srep_cbak_data_copy(

fzrt_int

src_windex,

void *

src_data,

fzrt_int

dst_windex,

void *

dst_data )

Parameters

src_windex [Input]

source project window index

src_data [Input]

The source Surface Style Representation data.

dst_windex [Input]

destination project window index

dst_data [Input]

The destination Surface Style Representation data.

Returns

Error codes

Availability

6.0.0.2

Function Set

fz_srep_cbak_fset


Defined in

fz_srep_api.h