formZ SDK | 4.0 Call Back Reference | Object Type

fz_otyp_cbak_finit

Description

Object type finit function (Optional). This function is called whenever a object of this type is deleted. The function is expected to free any dynamic memory or take whatever action is necessary, when an object of this type ceases to exist. For convenience, both the object and a pointer to the parameter block are passed in.

Plugin Prototype

fzrt_error_td fz_otyp_cbak_finit(

fzrt_int

windex,

fz_objt_ptr

objt,

fzrt_ptr

parm )

Parameters

windex [Input]

project window index

objt [Input]

object

parm [Input, Result]

generic pointer to the parameter block

Returns

Error codes

Availability

5.0.0.0

Function Set

fz_otyp_cbak_fset


Defined in

fz_otyp_api.h