Table of Contents

format_GetExt

Description

Get the file extension of a ZFORMAT as a C-style string pointer.

Function prototype

const char* CExtAPI::format_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 format.

Comments

None.