MesHandleFree function (midles.h)
The MesHandleFree function frees the memory allocated by the serialization handle.
Syntax
RPC_STATUS MesHandleFree(
handle_t Handle
);
Parameters
Handle
Handle to be freed.
Return value
Value | Meaning |
---|---|
|
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.
Requirements
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 |
See also
MesEncodeDynBufferHandleCreate