Filters items according to priority.
AFTKN_FILTER_SET_PRIORITY or 729
VOID FilterSetPriority(ENUM FilterHandleType;
ENUM Priority;
ENUM BitOn)
Unique filter identifier, returned by FilterCreate():
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 |
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. |