Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the specified statistic data that is contained in this object.
HRESULT GetStatistics(
SYNC_STATISTICS which,
DWORD* pValue);
Parameters
Term |
Definition |
which |
[in] Specifies which statistic to retrieve. |
pValue |
[out] Returns the specified statistic data. |
Return Value
S_OK.
E_INVALIDARG when which is not a member of the SYNC_STATISTICS enumeration.
E_POINTER.