Get the file extension of a ZFORMAT variable.
| Declaration | Zeolite.h |
|---|---|
| Implementation | Zeolite.cpp |
const char* zformat_GetExt(ZFORMAT hFormat);
| Name | Type | Comment |
|---|---|---|
| hFormat | ZFORMAT | A ZFORMAT handle, the file extension of which is to be retrieved. |
Null if an error occurred, or otherwise a pointer to a C-style string containing the file extension of the given format.
None.