IEnumDebugPropertyInfo2::GetCount
Returns the number of elements in the enumeration.
HRESULT GetCount(
ULONG* pcelt
);
int GetCount(
out uint pcelt
);
- pcelt
[out] Returns the number of elements in the enumeration.
If successful, returns S_OK; otherwise, returns an error code.
This method is not part of the customary COM enumeration interface which specifies that only the Next, Clone, Skip, and Reset methods need to be implemented.