SearchType
(number) The type of search to perform:
CONSTANT |
VALUE DESCRIPTION |
|
LB_BYTEXT |
0 |
Search only the item text. (Default) |
LB_BYDATA |
1 |
Search only the associated item data. |
LB_BYTEXTDATA |
2 |
Search both the item text and item data. |