Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register todayThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Describes whether an item that matches the search criteria of a rowset is currently in that rowset.
typedef enum __MIDL___MIDL_itf_searchapi_0000_0023_0001 {
ROWSETEVENT_ITEMSTATE_NOTINROWSET = 0,
ROWSETEVENT_ITEMSTATE_INROWSET = 1,
ROWSETEVENT_ITEMSTATE_UNKNOWN = 2
} ROWSETEVENT_ITEMSTATE;
ROWSETEVENT_ITEMSTATE_NOTINROWSET Value: 0 The item is definitely not in the rowset. |
ROWSETEVENT_ITEMSTATE_INROWSET Value: 1 The item is definitely contained within the rowset. |
ROWSETEVENT_ITEMSTATE_UNKNOWN Value: 2 The item may be in the rowset. |
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.
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
Header | searchapi.h |
Conceptual
Indexing Prioritization and Rowset Events in Windows 7
Notifications Process (Windows Search)
Reference
Events
May 19, 6 PM - May 23, 12 AM
Calling all developers, creators, and AI innovators to join us in Seattle @Microsoft Build May 19-22.
Register today