IgnoreFilters example for Visual J++

This example shows how to ignore filters so that certain files are not loaded.

// First, make sure PreLoaded Filters does not
// contain CMP, and that 0 filters can be cached
LEAD1.PreLoadFilters( (short) 3, (short) 0, "BMP,FAX,TIF" );

// now, ignore cmp filter (never load cmp files)
LEAD1.IgnoreFilters( "CMP" );