All Editions
Related Functions
Example
The IN_LoadMaskTableFile function loads the specified file to be used as one or more mask tables.
Syntax
int IN_LoadMaskTableFile( pFilename, maxSize, pTableIDs, pTableCnt )
|
Input Parameters |
Meaning |
|
|
CHARPTR pFilename |
name and location of the mask table file | |
|
SHORT maxSize |
the maximum number of entries in the pTableIDs array | |
|
Meaning | ||
|
IN_MASK_TABLE_PTR pTableIDs |
pointer to the array of mask table IDs loaded from this file | |
|
SHORTPTR pTableCnt |
pointer to the number of entries in pTableIDs | |
Release information
Added to Imagenation for Windows in Release 5.0.
As of Release 5.1, also available in Imagenation for UNIX.
See also