WsFreeError function
Releases the memory resource associated with an Error object created using WsCreateError. This releases the object and its constituent information.
Syntax
void WINAPI WsFreeError(
_In_ WS_ERROR* error
);
Parameters
- error [in]
-
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
This function does not return a value.
Requirements
|
Minimum supported client | Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server | Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Header |
|
|
Library |
|
|
DLL |
|
Community Additions
ADD
Show: