IN_MASK_TABLE_PTR lTableID;
/* Get the ID of the mask table used for rasterizing */
if ( ( nError = IN_GetDefaultMaskTable( IN_MASKTABLE_RASTERIZE, &lTableID ) ) != IN_SUCCESS )
{
ErrorHandler( nError, "Error message:" );
}