formZ SDK | 4.0 Call Back Reference | Object Type

fz_otyp_cbak_info

Description

Object type info function (Required). This function is called at startup. It is expected to return the size of the parameter block and bit encoded flags, which tell formZ more about the object. The bits for the flag argument are defined by the fz_otyp_flags_enum type.

Plugin Prototype

fzrt_error_td fz_otyp_cbak_info(

fzrt_int *

size,

fzrt_int *

flags )

Parameters

size [Result]

The size of the parametric data in # of bytes.

flags [Result]

The bit encoded flags for the object type.

Returns

error

Availability

5.0.0.0

Function Set

fz_otyp_cbak_fset


Defined in

fz_otyp_api.h