ISensorEvents::OnDataUpdated method (sensorsapi.h)

Provides sensor event data.

Syntax

HRESULT OnDataUpdated(
  [in] ISensor           *pSensor,
  [in] ISensorDataReport *pNewData
);

Parameters

[in] pSensor

Pointer to the ISensor interface of the sensor that raised the event.

[in] pNewData

Pointer to the ISensorDataReport interface that contains the event data.

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

ISensorEvents