Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Called by the indexer to notify clients of an event related to the client rowset.
Syntax
HRESULT OnRowsetEvent(
[in] ROWSETEVENT_TYPE eventType,
[in] REFPROPVARIANT eventData
);
Parameters
[in] eventType
Type: ROWSETEVENT_TYPE
The event triggering the notification as the ROWSETEVENT_TYPE enumeration.
[in] eventData
Type: REFPROPVARIANT
The expected value of the event data for the event type.
Return value
Type: HRESULT
If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 [desktop apps only] |
| Minimum supported server | Windows Server 2008 R2 [desktop apps only] |
| Target Platform | Windows |
| Header | searchapi.h |
See also
Conceptual
Indexing Prioritization and Rowset Events in Windows 7
Reference