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 resource associated with a Message object.
Syntax
void WsFreeMessage(
[in] WS_MESSAGE *message
);
Parameters
[in] message
A pointer to the Message object to release. The pointer must reference a valid WS_MESSAGE object returned by WsCreateMessage or WsCreateMessageForChannel and 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 |