Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Describes whether an item that matches the search criteria of a rowset is currently in that rowset.
Syntax
typedef enum __MIDL___MIDL_itf_searchapi_0000_0023_0001 {
PRIORITY_LEVEL_FOREGROUND,
PRIORITY_LEVEL_HIGH,
PRIORITY_LEVEL_LOW,
PRIORITY_LEVEL_DEFAULT
} PRIORITY_LEVEL;
Remarks
This enumeration is used by IRowsetEvents to describe the state of rows in a rowset held by a client.
Check out the SearchEvents code sample.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | searchapi.h |
See also
Conceptual
Indexing Prioritization and Rowset Events in Windows 7
Notifications Process (Windows Search)
Reference