formZ SDK | 4.0 Call Back Reference | Object Attributes

fz_attr_cbak_finit

Description

Custom attribute finit function (Optional). This function is called whenever an attribute is deleted. It allows the plugin to free any dynamic memory that may be present in an attribute.

Plugin Prototype

fzrt_error_td fz_attr_cbak_finit(

fzrt_int

windex,

void *

data )

Parameters

windex [Input]

project window index

data [Input, Result]

attribute data.

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_attr_cbak_fset


Defined in

fz_objt_attr_api.h