ISensorManager::SetEventSink method (sensorsapi.h)

Specifies the interface through which to receive sensor manager event notifications.

Syntax

HRESULT SetEventSink(
  [in] ISensorManagerEvents *pEvents
);

Parameters

[in] pEvents

Pointer to the ISensorManagerEvents callback interface that receives the event notifications. Set to NULL to stop receiving event notifications.

Return value

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK
The method succeeded.

Requirements

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

See also

ISensorManager