Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Represents the set of arguments that are passed in to the command line.
Syntax
typedef struct _WSMAN_COMMAND_ARG_SET {
DWORD argsCount;
PCWSTR *args;
} WSMAN_COMMAND_ARG_SET;
Members
argsCount
Specifies the number of arguments in the array.
args
Defines an array of strings that specify the arguments.
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows 7 |
| Minimum supported server | Windows Server 2008 R2 |
| Header | wsman.h |
| Redistributable | Windows Management Framework on Windows Server 2008 with SP2, Windows Vista with SP1, and Windows Vista with SP2 |