struttura WSMAN_OPTION_SET (wsman.h)
Rappresenta un set di opzioni. Inoltre, questa struttura definisce un flag che specifica se tutte le opzioni devono essere comprese.
Sintassi
typedef struct _WSMAN_OPTION_SET {
DWORD optionsCount;
WSMAN_OPTION *options;
BOOL optionsMustUnderstand;
} WSMAN_OPTION_SET;
Members
optionsCount
Specifica il numero di opzioni nella matrice di opzioni .
options
Specifica una matrice di nomi e valori di opzioni
optionsMustUnderstand
Se questo membro è TRUE, il plug-in deve restituire un errore se una delle opzioni non viene compresa.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 7 |
Server minimo supportato | Windows Server 2008 R2 |
Intestazione | wsman.h |
Componente ridistribuibile | Windows Management Framework in Windows Server 2008 con SP2, Windows Vista con SP1 e Windows Vista con SP2 |