All Editions
Related Functions
Example
Each file format has an identifier. The IN_GetFileTypeName function uses a file format's identifier to request the format's name.
Syntax
int IN_GetFileTypeName( formatID, maxSize, pTypeName )
|
Input Parameters |
Values |
Meaning |
|
USHORT formatID |
identifier of the file format to query | |
|
SHORT maxSize |
the maximum size of the pTypeName array in bytes | |
|
Meaning | ||
|
CHARPTR pTypeName |
pointer to the string name of the file format | |
Release information
Added to Imagenation for Windows in Release 4.21.
As of Release 5.1, also available in Imagenation for UNIX.
See also