MesHandleFree function (midles.h)
The MesHandleFree function frees the memory allocated by the serialization handle.
RPC_STATUS MesHandleFree(
handle_t Handle
);
Handle
Handle to be freed.
Value | Meaning |
---|---|
|
The call succeeded. |
Note For a list of valid error codes, see
RPC Return Values.
The MesHandleFree routine is used by applications to free the resources of the handle after encoding or decoding data.
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps only] |
Minimum supported server | Windows 2000 Server [desktop apps only] |
Target Platform | Windows |
Header | midles.h (include Rpc.h) |
Library | Rpcrt4.lib |
DLL | Rpcrt4.dll |
MesEncodeDynBufferHandleCreate