ISensor::SetEventSink method (sensorsapi.h)
Specifies the interface through which to receive sensor event notifications.
HRESULT SetEventSink(
[in] ISensorEvents *pEvents
);
[in] pEvents
Pointer to the ISensorEvents callback interface that receives the event notifications. Set to NULL to cancel event notifications.
The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.
Return code | Description |
---|---|
|
The method succeeded. |
Specify the events to receive by calling SetEventInterest. You can retrieve the current event interest list by calling GetEventInterest.
For an example of how to set the event sink, see Using Sensor API Events.
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps only] |
Minimum supported server | None supported |
Target Platform | Windows |
Header | sensorsapi.h |
Library | Sensorsapi.lib |
DLL | Sensorsapi.dll |