WsFreeServiceProxy function
Releases the memory associated with a Service Proxy resource.
Syntax
void WINAPI WsFreeServiceProxy(
_In_ WS_SERVICE_PROXY* serviceProxy
);
Parameters
- serviceProxy [in]
-
A pointer to the Service Proxy to release. The pointer must reference a valid WS_SERVICE_PROXY object returned by WsCreateServiceProxy. The referenced value may not be NULL.
Return value
This function does not return a value.
Security
Freeing a service proxy when it is not in a state where it can be freed will cause an access violation.
Remarks
For details of when it is allowed to call this function, see Service Proxy .
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: