Determine whether a file format has full 'native' support. Please see comments for the distinction between native and non-native support.
bool CExtAPI::format_IsNative(ZFORMAT hFormat);
| Name | Type | Comment |
|---|---|---|
| hFormat | ZFORMAT | A handle to a format variable, the native support (or otherwise) of which is to be ascertained. |
False if:
True otherwise.
A format is considered native if:
Here are some examples: