struttura WSMAN_COMMAND_ARG_SET (wsman.h)
Rappresenta il set di argomenti passati alla riga di comando.
Sintassi
typedef struct _WSMAN_COMMAND_ARG_SET {
DWORD argsCount;
PCWSTR *args;
} WSMAN_COMMAND_ARG_SET;
Members
argsCount
Specifica il numero di argomenti nella matrice.
args
Definisce una matrice di stringhe che specificano gli argomenti.
Requisiti
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 |