Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Defines the release shell callback for the plug-in. This function is called to delete the plug-in shell context.
The DLL entry point name must be WSManPluginReleaseCommandContext.
Syntax
WSMAN_PLUGIN_RELEASE_SHELL_CONTEXT WsmanPluginReleaseShellContext;
void WsmanPluginReleaseShellContext(
[in] PVOID shellContext
)
{...}
Parameters
[in] shellContext
Specifies the context that was received when the shell was created.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 |
Minimum supported server | Windows Server 2008 R2 |
Target Platform | Windows |
Header | wsman.h |
Redistributable | Windows Management Framework on Windows Server 2008 with SP2, Windows Vista with SP1, and Windows Vista with SP2 |