Serialization Handles

An application uses the serializing procedures or the serializing support routines generated by the MIDL compiler in conjunction with a set of library functions to manipulate a serialization handle. Together, these functions provide a mechanism for customizing the way an application serializes data.

A serializing handle is required for any serializing operation, and all serializing handles must be managed explicitly by you. To do this, you first create a valid handle by calling one of the following routines:

You release the handle with a call to MesHandleFree. Once the handle has been created or reinitialized, it represents a valid serialization context and can be used to encode or decode, depending on the type of the handle.

This section describes serialization handles, and how to use them, in the following topics: