Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 |