ISensorDataReport::GetTimestamp method (sensorsapi.h)

Retrieves the time at which the data report was created.

Syntax

HRESULT GetTimestamp(
  [out] SYSTEMTIME *pTimeStamp
);

Parameters

[out] pTimeStamp

Address of a SYSTEMTIME variable that receives the time stamp.

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.
E_UNEXPECTED
The sensor driver did not return a valid time stamp for the data report.
E_POINTER
NULL was passed in for pTimeStamp.

Remarks

Time stamps use Universal Coordinated Time (UTC).

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

ISensorDataReport