formZ SDK | 4.0 Call Back Reference | Surface Style Representation

fz_srep_cbak_info

Description

Surface Style Representation info function (Required). This function is called at startup. It is expected to return basic information about the Surface Style Representation. The info to be returned is :

size : the size of the Surface Style Representation data in # of bytes.

flags : general information about the Surface Style Representation. The flags are bit encoded. The bits are defined in fz_srep_flags_enum. flags = 0;
FZ_SETBIT(*flags,XXX);
FZ_SETBIT(*flags,XXX);

Plugin Prototype

fzrt_error_td fz_srep_cbak_info(

fzrt_int *

size,

fzrt_int *

flags )

Parameters

size [Result]

The size of the Surface Style Representation data in # of bytes.

flags [Result]

Bit encoded flags, which tell formZ basic information about the Surface Style Representation.

Returns

error

Availability

6.0.0.2

Function Set

fz_srep_cbak_fset


Defined in

fz_srep_api.h