WSManPluginManagedEntryWrapper.InitPlugin(IntPtr) 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.
Called only once after the assembly is loaded..This is used to perform various initializations.
public:
static int InitPlugin(IntPtr wkrPtrs);
public static int InitPlugin (IntPtr wkrPtrs);
static member InitPlugin : nativeint -> int
Public Shared Function InitPlugin (wkrPtrs As IntPtr) As Integer
Parameters
- wkrPtrs
-
IntPtr
nativeint
IntPtr to WSManPluginEntryDelegates.WSManPluginEntryDelegatesInternal.
Returns
0 = Success, 1 = Failure.