This topic has not yet been rated - Rate this topic

WSMAN_OPTION structure

Represents a specific option name and value pair. An option that is not understood and has a mustComply value of TRUE should result in the plug-in operation failing the request with an error.

Syntax


typedef struct _WSMAN_OPTION {
  PCWSTR name;
  PCWSTR value;
  BOOL   mustComply;
} WSMAN_OPTION;

Members

name

Specifies the name of the option.

value

Specifies the value of the option.

mustComply

Specifies whether the option must be understood and complied with. If this value is TRUE, the plug-in must understand and adhere to the meaning of the option; otherwise, the plug-in must return an error. If this is FALSE, the plug-in should ignore the option if it is not understood.

Requirements

Minimum supported client

Windows 7 [desktop apps only]

Minimum supported server

Windows Server 2008 R2 [desktop apps only]

Redistributable

Windows Management Framework on Windows Server 2008 with SP2, Windows Server 2003 with SP2, Windows Vista with SP1, Windows Vista with SP2, and Windows XP with SP3

Header

Wsman.h

 

 

Send comments about this topic to Microsoft

Build date: 11/19/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.