Platform SDK: Exchange Server |
The HrConvInitInstance function creates a new instance of the conversion engine.
Header file: | CONVCWRP.H |
Library: | CONVCWRP.LIB |
HRESULT HrConvInitInstance( HANDLE hEventSource, PVOID * ppvConvInst );
See Return Values.
Each instance of the conversion engine is single-threaded. Multiple instances can be used in separate threads.
For more information on the HrConvInitInstance function, see Translating Messages Using a Translation DLL in the Gateway Programmer's Reference.