IN_GetFileTypeName

All Editions image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif 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

File format IDs

identifier of the file format to query

SHORT maxSize

the maximum size of the pTypeName array in bytes

Output Parameters

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

Selecting file formats