Table of Contents

zformat_GetExt

Description

Get the file extension of a ZFORMAT variable.

Files

Declaration Zeolite.h
Implementation Zeolite.cpp

Function prototype

const char* zformat_GetExt(ZFORMAT hFormat);

Arguments

Name Type Comment
hFormat ZFORMAT A ZFORMAT handle, the file extension of which is to be retrieved.

Return value

Null if an error occurred, or otherwise a pointer to a C-style string containing the file extension of the given format.

Comments

None.