Not
Åtkomst till denna sida kräver auktorisation. Du kan prova att logga in eller byta katalog.
Åtkomst till denna sida kräver auktorisation. Du kan prova att byta katalog.
Gets the specified statistic data that is contained in this object.
Syntax
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.