ISensorDataReport::GetTimestamp method
Retrieves the time at which the data report was created.
Syntax
HRESULT GetTimestamp( [out] SYSTEMTIME *pTimeStamp );
Parameters
- pTimeStamp [out]
-
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 |
|---|---|
|
The method succeeded. |
|
The sensor driver did not return a valid time stamp for the data report. |
|
NULL was passed in for pTimeStamp. |
Remarks
Time stamps use Universal Coordinated Time (UTC).
Requirements
|
Minimum supported client | Windows 7 [desktop apps only] |
|---|---|
|
Minimum supported server | None supported [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Build date: 11/19/2012