WSManPluginManagedEntryWrapper.WSManPluginSend Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
static void WSManPluginSend(IntPtr pluginContext, IntPtr requestDetails, int flags, IntPtr shellContext, IntPtr commandContext, System::String ^ stream, IntPtr inboundData);
public static void WSManPluginSend (IntPtr pluginContext, IntPtr requestDetails, int flags, IntPtr shellContext, IntPtr commandContext, string stream, IntPtr inboundData);
static member WSManPluginSend : nativeint * nativeint * int * nativeint * nativeint * string * nativeint -> unit
Public Shared Sub WSManPluginSend (pluginContext As IntPtr, requestDetails As IntPtr, flags As Integer, shellContext As IntPtr, commandContext As IntPtr, stream As String, inboundData As IntPtr)
Parameters
- pluginContext
-
IntPtr
nativeint
PVOID.
- requestDetails
-
IntPtr
nativeint
WSMAN_PLUGIN_REQUEST*.
- flags
- Int32
DWORD.
- shellContext
-
IntPtr
nativeint
PVOID.
- commandContext
-
IntPtr
nativeint
PVOID.
- stream
- String
PCWSTR.
- inboundData
-
IntPtr
nativeint
WSMAN_DATA*.