IWSMan::CreateConnectionOptions method (wsmandisp.h)

Creates an IWSManConnectionOptions object that specifies the user name and password used when creating a session.

Syntax

HRESULT CreateConnectionOptions(
  [out] IDispatch **connectionOptions
);

Parameters

[out] connectionOptions

A pointer to a new IWSManConnectionOptions object.

Return value

If this method succeeds, it returns S_OK. Otherwise, it returns an HRESULT error code.

Requirements

Requirement Value
Minimum supported client Windows Vista
Minimum supported server Windows Server 2008
Target Platform Windows
Header wsmandisp.h
Library WSManDisp.tlb
DLL WSMAuto.dll

See also

IWSMan

WSMan.CreateConnectionOptions