MprAdminMIBBufferFree function (mprapi.h)

The MprAdminMIBBufferFree function frees buffers returned by the following functions:

Syntax

DWORD MprAdminMIBBufferFree(
  [in] LPVOID pBuffer
);

Parameters

[in] pBuffer

Pointer to a memory buffer to free.

Return value

If the function succeeds, the return value is NO_ERROR.

If the function fails, the return value is one of the following values.

Value Description
ERROR_INVALID_PARAMETER
The pBuffer parameter is NULL.
 
 

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

MprAdminMIBEntryGet

MprAdminMIBEntryGetFirst

MprAdminMIBEntryGetNext

Router Management MIB Functions

Router Management MIB Reference