Share via


WSManPluginManagedEntryWrapper.WSManPluginConnect Method

Definition

public:
 static void WSManPluginConnect(IntPtr pluginContext, IntPtr requestDetails, int flags, IntPtr shellContext, IntPtr commandContext, IntPtr inboundConnectInformation);
public static void WSManPluginConnect (IntPtr pluginContext, IntPtr requestDetails, int flags, IntPtr shellContext, IntPtr commandContext, IntPtr inboundConnectInformation);
static member WSManPluginConnect : nativeint * nativeint * int * nativeint * nativeint * nativeint -> unit
Public Shared Sub WSManPluginConnect (pluginContext As IntPtr, requestDetails As IntPtr, flags As Integer, shellContext As IntPtr, commandContext As IntPtr, inboundConnectInformation As IntPtr)

Parameters

pluginContext
IntPtr

nativeint

PVOID.

requestDetails
IntPtr

nativeint

WSMAN_PLUGIN_REQUEST*.

flags
Int32

DWORD.

shellContext
IntPtr

nativeint

PVOID.

commandContext
IntPtr

nativeint

PVOID optional.

inboundConnectInformation
IntPtr

nativeint

WSMAN_DATA* optional.

Applies to