Skip to content

Latest commit

 

History

History
106 lines (82 loc) · 2.32 KB

nf-midles-meshandlefree.md

File metadata and controls

106 lines (82 loc) · 2.32 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:midles.MesHandleFree
MesHandleFree function (midles.h)
The MesHandleFree function frees the memory allocated by the serialization handle.
MesHandleFree
MesHandleFree function [RPC]
_rpc_meshandlefree
midles/MesHandleFree
rpc.meshandlefree
rpc\meshandlefree.htm
Rpc
d4a4ac59-56fb-4693-9007-f358105f82f0
12/05/2018
MesHandleFree, MesHandleFree function [RPC], _rpc_meshandlefree, midles/MesHandleFree, rpc.meshandlefree
midles.h
Rpc.h
Windows
Windows 2000 Professional [desktop apps only]
Windows 2000 Server [desktop apps only]
Rpcrt4.lib
Rpcrt4.dll
Windows
19H1
MesHandleFree
midles/MesHandleFree
c++
APIRef
kbSyntax
DllExport
Rpcrt4.dll
MesHandleFree

MesHandleFree function

-description

The MesHandleFree function frees the memory allocated by the serialization handle.

-parameters

-param Handle

Handle to be freed.

-returns

Value Meaning
RPC_S_OK
The call succeeded.
 
Note  For a list of valid error codes, see RPC Return Values.
 

-remarks

The MesHandleFree routine is used by applications to free the resources of the handle after encoding or decoding data.

-see-also

MesDecodeBufferHandleCreate

MesEncodeDynBufferHandleCreate

MesEncodeFixedBufferHandleCreate

MesEncodeIncrementalHandleCreate