Share via


Required Conversion DLL Functions

Required Conversion DLL Functions

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release. Every conversion dynamic-link library (DLL) must have the following functions:

Entry Point Purpose
HrGetExportVector Returns a vector of pointers to the HrCnvConvert and HrCnvQueryCapability entry points.
HrCnvConvert Performs the translation.
HrCnvQueryCapability Determines whether the conversion DLL can translate a particular message class.

These functions are called at appropriate times by the message translation framework, usually in response to a call made by the gateway to the HrCnvConvert function of the framework.

Function parameters and return values for these entry points, as well as function prototypes, are in the EDK.H header file. All conversion DLLs should include this file.

The following topics provide more information about these functions:

HrGetExportVector

HrCnvConvert

HrCnvQueryCapability

Send us your feedback about the Microsoft Exchange Server 2003 SDK.

Build: June 2007 (2007.618.1)

© 2003-2006 Microsoft Corporation. All rights reserved. Terms of use.