WsFreeError function (webservices.h)
Releases the memory resource associated with an Error object created using WsCreateError. This releases the object and its constituent information.
Syntax
void WsFreeError(
[in] WS_ERROR *error
);
Parameters
[in] error
A pointer to the Error object to release. The pointer must reference a valid WS_ERROR object returned by WsCreateError. The referenced value may not be NULL.
Return value
None
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 7 [desktop apps | UWP apps] |
Minimum supported server | Windows Server 2008 R2 [desktop apps | UWP apps] |
Target Platform | Windows |
Header | webservices.h |
Library | WebServices.lib |
DLL | WebServices.dll |