Filters items which have the user-defined field FieldName associated with it, based on the FieldOperator and ByteValue specified.
AFTKN_FILTER_SET_BYTE or 837
VOID FilterSetByte(ENUM FilterHandleType; ANSISTRING FieldName; ENUM FieldOperator; WORD ByteValue; [ANSISTRING UserID])
Unique filter identifier, returned by FilterCreate():
Specifies the field operator to use.
147 |
DontCare |
320 |
Equal |
321 |
GT |
322 |
GTE |
318 |
LT |
319 |
LTE |
323 |
NotEqual |
(Optional)