HrConvInitInstance

The HrConvInitInstance function creates a new instance of the conversion engine.

Quick Info

Header file: CONVCWRP.H
Library: CONVCWRP.LIB

HRESULT HrConvInitInstance(
  HANDLE hEventSource, 
  PVOID * ppvConvInst  
);
 

Parameters

hEventSource
Input parameter. Specifies the handle of the event source.
ppvConvInst
Output parameter. Points to a pointer to the memory storing the conversion engine instance.

Return Values

See Return Values.

Remarks

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.

See Also

HrConvUninitInstance