WSMAN_OPTION_SET structure (wsman.h)
Represents a set of options. Additionally, this structure defines a flag that specifies whether all options must be understood.
Syntax
typedef struct _WSMAN_OPTION_SET {
DWORD optionsCount;
WSMAN_OPTION *options;
BOOL optionsMustUnderstand;
} WSMAN_OPTION_SET;
Members
optionsCount
Specifies the number of options in the options array.
options
Specifies an array of option names and values
optionsMustUnderstand
If this member is TRUE, the plug-in must return an error if any of the options are not understood.
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 |