WSManPluginFreeRequestDetails function (wsman.h)
Releases memory that is allocated for the WSMAN_PLUGIN_REQUEST structure, which is passed into operation plug-in entry points. This method is optional and can be called at any point after a plug-in entry point is called and before the entry point calls the WSManPluginOperationComplete method. After this method is called, the memory will be released and the plug-in will be unable to access any of the parameters in the WSMAN_PLUGIN_REQUEST structure.
Syntax
DWORD WSManPluginFreeRequestDetails(
[in] WSMAN_PLUGIN_REQUEST *requestDetails
);
Parameters
[in] requestDetails
A pointer to a WSMAN_PLUGIN_REQUEST structure that specifies the resource URI, options, locale, shutdown flag, and handle for the request.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 |
Minimum supported server | Windows Server 2008 R2 |
Target Platform | Windows |
Header | wsman.h |
Library | WsmSvc.lib |
DLL | WsmSvc.dll |
Redistributable | Windows Management Framework on Windows Server 2008 with SP2, Windows Vista with SP1, and Windows Vista with SP2 |