FilterSetPriority()

Filters items according to priority.

Token ID

AFTKN_FILTER_SET_PRIORITY or 729

Syntax

VOID FilterSetPriority(ENUM FilterHandleType; 
                        ENUM Priority; 
                        ENUM BitOn)

Parameters

FilterHandleType As ENUM

Unique filter identifier, returned by FilterCreate():

  • 315 Default
Priority As ENUM

Priority to filter, or not to filter, depending on the BitOn setting. Use multiple commands to filter more than one priority. Priorities are as follows:

0

Low

1

Normal

2

High

BitOn As ENUM

Specifies how to filter the item type, as follows:

147

DontCare

0

No

Filters out the specified item type.

1

Yes

Passes the specified item type through the filter, but no others.