Partager via


WSManPluginManagedEntryWrapper.WSManPluginReceive Method

Definition

public:
 static void WSManPluginReceive(IntPtr pluginContext, IntPtr requestDetails, int flags, IntPtr shellContext, IntPtr commandContext, IntPtr streamSet);
public static void WSManPluginReceive (IntPtr pluginContext, IntPtr requestDetails, int flags, IntPtr shellContext, IntPtr commandContext, IntPtr streamSet);
static member WSManPluginReceive : nativeint * nativeint * int * nativeint * nativeint * nativeint -> unit
Public Shared Sub WSManPluginReceive (pluginContext As IntPtr, requestDetails As IntPtr, flags As Integer, shellContext As IntPtr, commandContext As IntPtr, streamSet 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.

streamSet
IntPtr

nativeint

WSMAN_STREAM_ID_SET* optional.

Applies to