ISyncKnowledge2::GetStatistics
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.