Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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.