MesHandleFree
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 |
|
); |
|
Parameters
Handle
The handle to
be freed.
Remarks
The MesHandleFree
routine is used by applications to free the resources of the handle after
encoding or decoding data.
Return Values
Value |
Meaning |
RPC_S_OK |
Success |
See Also