Operations Plug-in Methods

All operations plug-in entry points have a callback mechanism to report the success or failure of the call. Some callback mechanisms are called multiple times, until all of the results are reported.

The following table provides an overview of the operations callback methods.

Method Description
WSManPluginFreeRequestDetails Releases memory that is allocated for the WSMAN_PLUGIN_REQUEST structure.
WSManPluginGetOperationParameters Gets operational information, such as time-outs and data restrictions that are associated with an operation.
WSManPluginOperationComplete Records the completion of an operation.
WSManPluginReceiveResult Reports results to Windows Remote Management (WinRM) plug-ins.
WSManPluginReportContext Reports the shell and command context back to the WinRM infrastructure so that further operations can be performed against the shell and/or command.