WSManPluginManagedEntryWrapper.WSManPluginCommand 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 WSManPluginCommand(IntPtr pluginContext, IntPtr requestDetails, int flags, IntPtr shellContext, System::String ^ commandLine, IntPtr arguments);
public static void WSManPluginCommand (IntPtr pluginContext, IntPtr requestDetails, int flags, IntPtr shellContext, string commandLine, IntPtr arguments);
static member WSManPluginCommand : nativeint * nativeint * int * nativeint * string * nativeint -> unit
Public Shared Sub WSManPluginCommand (pluginContext As IntPtr, requestDetails As IntPtr, flags As Integer, shellContext As IntPtr, commandLine As String, arguments As IntPtr)
Parameters
- pluginContext
-
IntPtr
nativeint
PVOID.
- requestDetails
-
IntPtr
nativeint
WSMAN_PLUGIN_REQUEST*.
- flags
- Int32
DWORD.
- shellContext
-
IntPtr
nativeint
PVOID.
- commandLine
- String
PCWSTR.
- arguments
-
IntPtr
nativeint
WSMAN_COMMAND_ARG_SET* optional.