Table of Contents

format_GetFlags

Description

Retrieve the file format support flags for a file format handler variable (VarID_format).

Function prototype

unsigned long CExtAPI::format_GetFlags(ZFORMAT hFormat);

Arguments

Name Type Comment
hFormat ZFORMAT A handle to the file format handler variable, which must be initialised as type VarID_format.

Return value

An unsigned long integer representing a bitfield combination of file format flags. Please refer to the format_SetFlags2 comments for a list of values and their meanings.

Comments

None.