Table of Contents

zformat_GetFlags

Description

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

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

unsigned long zformat_GetFlags(ZFORMAT hFormat);

Arguments

Name Type Comment
hFormat ZFORMAT A ZFORMAT handle to a file format, the support flags of which are to be retrieved. .

Return value

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

Comments

None.