Metodo IWbemPath::GetKeyList (wmiutils.h)

Il metodo IWbemPath::GetKeyList recupera un puntatore IWbemPathKeyList in modo da poter accedere alla singola chiave.

Sintassi

HRESULT GetKeyList(
  [out] IWbemPathKeyList **pOut
);

Parametri

[out] pOut

Puntatore a un oggetto IWbemPathKeyList .

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