IPart::GetControlInterfaceCount 方法 (devicetopology.h)
GetControlInterfaceCount 方法获取此部件支持的控件接口数。
语法
HRESULT GetControlInterfaceCount(
[out] UINT *pCount
);
参数
[out] pCount
指向 UINT 变量的指针,方法在其中写入此部件上的控件接口数。
返回值
如果该方法成功,则它会返回 S_OK。 如果失败,可能的返回代码包括但不限于下表中显示的值。
返回代码 | 说明 |
---|---|
|
指针 pCount 为 NULL。 |
要求
最低受支持的客户端 | Windows Vista [仅限桌面应用] |
最低受支持的服务器 | Windows Server 2008 [仅限桌面应用] |
目标平台 | Windows |
标头 | devicetopology.h |