Metodo IWbemPathKeyList::MakeSingleton (wmiutils.h)

Il metodo IWbemPathKeyList::MakeSingleton determina se una chiave è singleton o meno.

Sintassi

HRESULT MakeSingleton(
  [in] boolean bSet
);

Parametri

[in] bSet

Se TRUE, la chiave diventa singleton. Se FALSE, la chiave non è più singleton.

Valore restituito

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

Requisiti

   
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