共用方式為


IWbemPathKeyList::RemoveKey 方法 (wmiutils.h)

IWbemPathKeyList::RemoveKey 方法會移除符合 wszName 參數的索引鍵。

語法

HRESULT RemoveKey(
  [in, out] LPCWSTR wszName,
  [in]      ULONG   uFlags
);

參數

[in, out] wszName

要移除的金鑰名稱。

[in] uFlags

保留的。 必須是 0 (零) 。

傳回值

這個方法會傳回 HRESULT ,指出方法呼叫的狀態。

規格需求

需求
最低支援的用戶端 Windows Vista
最低支援的伺服器 Windows Server 2008
目標平台 Windows
標頭 wmiutils.h
程式庫 Wbemuuid.lib
Dll Wmiutils.dll

另請參閱

IWbemPath

IWbemPathKeyList

IWbemPathKeyList::RemoveAllKeys