ResourceLocator.AddOption method

Adds additional data required to process the request. For example, some WMI providers may require an IWbemContext or SWbemNamedValueSet object with provider-specific information. You can provide a ResourceLocator object instead of specifying a resource URI in Session object operations such as Session.Get, Session.Put, or Session.Enumerate.

Syntax

ResourceLocator.AddOption( _
  ByVal OptionName, _
  ByVal OptionValue, _
  ByVal mustComply _
)

Parameters

OptionName [in]

The name (key) of the optional data object.

OptionValue [in]

A value supplied for the optional data object.

mustComply [in]

A flag that indicates the option must be processed. The default is False (0).

Return value

This method does not return a value.

Remarks

IWSManResourceLocator::AddOption is the corresponding C++ method.

Requirements

Requirement Value
Minimum supported client
Windows Vista
Minimum supported server
Windows Server 2008
Header
WSManDisp.h
IDL
WSManDisp.idl
Library
WSManDisp.tlb
DLL
WSMAuto.dll

See also

ResourceLocator