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 |
---|---|
|
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 |