IWbemPath::SetScope 方法 (wmiutils.h)
IWbemPath::SetScope 方法基于索引设置路径中的范围。 索引始终为 0 (零) 范围是路径的类或键部分。 此方法还设置类名。
语法
HRESULT SetScope(
[in] ULONG uIndex,
[in] LPWSTR pszClass
);
参数
[in] uIndex
范围的索引。
[in] pszClass
范围的类名。
返回值
此方法返回指示方法调用状态的 HRESULT。
要求
最低受支持的客户端 | Windows Vista |
最低受支持的服务器 | Windows Server 2008 |
目标平台 | Windows |
标头 | wmiutils.h |
Library | Wbemuuid.lib |
DLL | Wmiutils.dll |