Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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

MprConfigInterfaceEnum

MprConfigInterfaceGetInfo

MprConfigInterfaceTransportEnum

MprConfigInterfaceTransportGetInfo

MprConfigServerGetInfo

MprConfigTransportEnum

MprConfigTransportGetInfo

Router Configuration Functions

Router Management Reference


Feedback

Was this page helpful?

Additional resources