IEnumDebugPropertyInfo::GetCount
Gets the number of DebugPropertyInfo
structures in the enumerator.
Syntax
HRESULT GetCount (
ULONG* pcelt
);
Parameters
pcelt
[out] Returns the number of DebugPropertyInfo
structures in the enumerator.
Return Value
Returns a valid HRESULT
, typically S_OK
.
See also
IEnumDebugPropertyInfo Interface
DebugPropertyInfo Structure