MprAdminBufferFree

[This is preliminary documentation and subject to change.]

The MprAdminBufferFree function frees memory buffers returned by: MprAdminInterfaceGetInfo, MprAdminInterfaceEnum, MprAdminServerGetInfo, MprAdminInterfaceTransportGetInfo, and MprAdminTransportGetInfo.

DWORD  MprAdminBufferFree(
  PVOID pBuffer    // memory buffer to free
);

Parameters

pBuffer
Pointer to the memory buffer to free.

Return Values

NO_ERROR
The memory was freed successfully.
ERROR_INVALID_PARAMETER
The pBuffer parameter is NULL.

QuickInfo

  Windows NT: Use version 5.0 and later.
  Windows: Unsupported.
  Windows CE: Unsupported.
  Header: Declared in mprapi.h.
  Import Library: Link with mprapi.lib.

See Also

MprAdminInterfaceGetInfo, MprAdminInterfaceEnum, MprAdminServerGetInfo, MprAdminInterfaceTransportGetInfo, MprAdminTransportGetInfo