WSManPluginManagedEntryWrapper.WSManPluginShell 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 WSManPluginShell(IntPtr pluginContext, IntPtr requestDetails, int flags, System::String ^ extraInfo, IntPtr startupInfo, IntPtr inboundShellInformation);
public static void WSManPluginShell (IntPtr pluginContext, IntPtr requestDetails, int flags, string extraInfo, IntPtr startupInfo, IntPtr inboundShellInformation);
static member WSManPluginShell : nativeint * nativeint * int * string * nativeint * nativeint -> unit
Public Shared Sub WSManPluginShell (pluginContext As IntPtr, requestDetails As IntPtr, flags As Integer, extraInfo As String, startupInfo As IntPtr, inboundShellInformation As IntPtr)
Parameters
- pluginContext
-
IntPtr
nativeint
PVOID.
- requestDetails
-
IntPtr
nativeint
WSMAN_PLUGIN_REQUEST*.
- flags
- Int32
DWORD.
- extraInfo
- String
PCWSTR.
- startupInfo
-
IntPtr
nativeint
WSMAN_SHELL_STARTUP_INFO*.
- inboundShellInformation
-
IntPtr
nativeint
WSMAN_DATA*.