Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 |