Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Releases the memory associated with a Service Proxy resource.
Syntax
void WsFreeServiceProxy(
[in] WS_SERVICE_PROXY *serviceProxy
);
Parameters
[in] serviceProxy
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
None
Remarks
For details of when it is allowed to call this function, see Service Proxy .
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 |