Skip to content

Latest commit

 

History

History
117 lines (85 loc) · 3.38 KB

nf-mprapi-mpradminbufferfree.md

File metadata and controls

117 lines (85 loc) · 3.38 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:mprapi.MprAdminBufferFree
MprAdminBufferFree function (mprapi.h)
The MprAdminBufferFree function frees memory buffers returned by _MprAdminDeviceEnum, MprAdminInterfaceGetInfo, MprAdminInterfaceDeviceGetInfo, MprAdminInterfaceEnum, MprAdminServerGetInfo, MprAdminInterfaceTransportGetInfo, and MprAdminTransportGetInfo.
MprAdminBufferFree
MprAdminBufferFree function [RAS]
_mpr_mpradminbufferfree
mprapi/MprAdminBufferFree
rras.mpradminbufferfree
rras\mpradminbufferfree.htm
RRAS
60cae055-841a-4435-bf0e-4198b1ccdd4e
12/05/2018
MprAdminBufferFree, MprAdminBufferFree function [RAS], _mpr_mpradminbufferfree, mprapi/MprAdminBufferFree, rras.mpradminbufferfree
mprapi.h
Windows
None supported
Windows 2000 Server [desktop apps only]
Mprapi.lib
Mprapi.dll
Windows
19H1
MprAdminBufferFree
mprapi/MprAdminBufferFree
c++
APIRef
kbSyntax
DllExport
Mprapi.dll
MprAdminBufferFree

MprAdminBufferFree function

-description

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

-parameters

-param pBuffer [in]

Pointer to the memory buffer to free.

-returns

If the function succeeds, the return value is NO_ERROR.

If the function fails, the return value is the following error code.

Value Meaning
ERROR_INVALID_PARAMETER
The pBuffer parameter is NULL.

-see-also

MprAdminInterfaceEnum

MprAdminInterfaceGetInfo

MprAdminInterfaceTransportGetInfo

MprAdminServerGetInfo

MprAdminTransportGetInfo

Router Administration Functions

Router Management Reference