Metodo IWbemPathKeyList::RemoveKey (wmiutils.h)

Il metodo IWbemPathKeyList::RemoveKey rimuove la chiave corrispondente al parametro wszName .

Sintassi

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

Parametri

[in, out] wszName

Nome della chiave da rimuovere.

[in] uFlags

Riservato. Deve essere 0 (zero).

Valore restituito

Questo metodo restituisce un valore HRESULT che indica lo stato della chiamata al metodo.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Server minimo supportato Windows Server 2008
Piattaforma di destinazione Windows
Intestazione wmiutils.h
Libreria Wbemuuid.lib
DLL Wmiutils.dll

Vedi anche

IWbemPath

IWbemPathKeyList

IWbemPathKeyList::RemoveAllKeys