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 |
程式庫 | Wbemuuid.lib |
Dll | Wmiutils.dll |