IEnumDebugThreads2:: GetCount
返回元素数在枚举的。
HRESULT GetCount(
ULONG* pcelt
);
int GetCount(
out uint pcelt
);
参数
- pcelt
[out] 返回元素数在枚举的。
返回值
如果成功,则返回; S_OK否则,返回错误代码。
备注
此方法不属于指定习惯的 COM 枚举接口的一部分 Next、 Clone、 Skip并仅 Reset 方法需要执行。
返回元素数在枚举的。
HRESULT GetCount(
ULONG* pcelt
);
int GetCount(
out uint pcelt
);
如果成功,则返回; S_OK否则,返回错误代码。
此方法不属于指定习惯的 COM 枚举接口的一部分 Next、 Clone、 Skip并仅 Reset 方法需要执行。