MprAdminMIBBufferFree

[This is preliminary documentation and subject to change.]

The MprAdminMIBBufferFree function frees buffers returned by the following functions:

MprAdminMIBEntryGet

MprAdminMIBEntryGetFirst

MprAdminMIBEntryGetNext

VOID MprAdminMIBBufferFree(
  LPVOID pBuffer    // address of memory to free
);

Parameters

pBuffer
Pointer to a memory buffer to free.

Return Values

NO_ERROR
Success
ERROR_INVALID_PARAMETER
The pBuffer parameter is NULL.

See Also

MprAdminMIBEntryGet, MprAdminMIBEntryGetFirst, MprAdminMIBEntryGetNext