Retrieve the support flags for a file format handler variable (VarID_format).
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
unsigned long zformat_GetFlags(ZFORMAT hFormat);
| Name | Type | Comment |
|---|---|---|
| hFormat | ZFORMAT | A ZFORMAT handle to a file format, the support flags of which are to be retrieved. . |
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.
None.