Retrieve the file format support flags for a file format handler variable (VarID_format).
unsigned long CExtAPI::format_GetFlags(ZFORMAT hFormat);
| Name | Type | Comment | 
|---|---|---|
| hFormat | ZFORMAT | A handle to the file format handler variable, which must be initialised as type VarID_format. | 
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.
None.