ROWSETEVENT_ITEMSTATE enumeration
Describes whether an item that matches the search criteria of a rowset is currently in that rowset.
Syntax
typedef enum _ROWSETEVENT_ITEMSTATE { ROWSETEVENT_ITEMSTATE_NOTINROWSET = 0, ROWSETEVENT_ITEMSTATE_INROWSET = 1, ROWSETEVENT_ITEMSTATE_UNKNOWN = 2 } ROWSETEVENT_ITEMSTATE;
Constants
- ROWSETEVENT_ITEMSTATE_NOTINROWSET
-
The item is definitely not in the rowset.
- ROWSETEVENT_ITEMSTATE_INROWSET
-
The item is definitely contained within the rowset.
- ROWSETEVENT_ITEMSTATE_UNKNOWN
-
The item may be in the rowset.
Remarks
This enumeration is used by IRowsetEvents to describe the state of rows in a rowset held by a client.
The SearchEvents code sample, available on Code Gallery and the Windows 7 SDK, demonstrates how to prioritize indexing events.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps only] |
|
Header |
|
|
IDL |
|
See also
- Reference
- IRowsetPrioritization
- PRIORITY_LEVEL
- PRIORITIZE_FLAGS
- PRIORITY_LEVEL
- ROWSETEVENT_TYPE
- Rowset Properties
- Conceptual
- Indexing Prioritization and Rowset Events in Windows 7
- Notifications Process (Windows Search)
Show: