The MesHandleFree function frees the memory allocated by the serialization handle.
#include <rpc.h>
#include <midles.h>
RPC_STATUS RPC_ENTRY MesHandleFree(
handle_t Handle
);
The MesHandleFree routine is used by applications to free the resources of the handle after encoding or decoding data.
Value | Meaning |
---|---|
RPC_S_OK | Success |
Windows NT: Yes
Windows CE: Unsupported.
Header: Declared in midles.h.
Import Library: Link with rpcrt4.lib.
MesEncodeFixedBufferHandleCreate, MesDecodeBufferHandleCreate, MesEncodeDynBufferHandleCreate, MesEncodeIncrementalHandleCreate