次の方法で共有


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
Library Wbemuuid.lib
[DLL] Wmiutils.dll

こちらもご覧ください

IWbemPath

IWbemPathKeyList

IWbemPathKeyList::RemoveAllKeys