Example: IN_LoadMaskTableFile

 

#define MAX_SIZE 300

IN_MASK_TABLE lTableIDs[MAX_SIZE];

SHORT nTableCnt;

 

/* Load BlueMap.spm as one or more mask tables (on Windows) */

if ( ( nError = IN_LoadMaskTableFile( "C:\\Image\\Config\\BlueMap.spm", MAX_SIZE, &lTableIDs, &nTableCnt ) ) != IN_SUCCESS )

 {

  ErrorHandler( nError, "Error message:" );

 }