MesHandleFree function
The MesHandleFree function frees the memory allocated by the serialization handle.
Syntax
RPC_STATUS RPC_ENTRY 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
|
Minimum supported client |
Windows 2000 Professional [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps only] |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
- MesEncodeFixedBufferHandleCreate
- MesDecodeBufferHandleCreate
- MesEncodeDynBufferHandleCreate
- MesEncodeIncrementalHandleCreate
Show: