WSMAN_COMMAND_ARG_SET structure (wsman.h)

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