MprConfigBufferFree function (mprapi.h)
The MprConfigBufferFree function frees buffers allocated by calls to the following functions:
MprConfigXEnum
MprConfigXGetInfo
where X stands for Server, Interface, Transport, or InterfaceTransport.
Syntax
DWORD MprConfigBufferFree(
[in] LPVOID pBuffer
);
Parameters
[in] pBuffer
Pointer to a memory buffer allocated by a previous call to:
MprConfigXEnum
MprConfigXGetInfo
where X stands for Server, Interface, Transport, or InterfaceTransport.
Return value
If the function succeeds, the return value is NO_ERROR.
Requirements
Requirement | Value |
---|---|
Minimum supported client | None supported |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | mprapi.h |
Library | Mprapi.lib |
DLL | Mprapi.dll |
See also
MprConfigInterfaceTransportEnum
MprConfigInterfaceTransportGetInfo