HrConvInitGlobals

The HrConvInitGlobals function initializes common data areas for the gateway conversion engine.

Quick Info

Header file: CONVCWRP.H
Library: CONVCWRP.LIB

VOID HrConvInitGlobals(
  VOID  
);
 

Parameters

None.

Return Values

None.

Remarks

The HrConvInitGlobals function is called only once by the gateway. It must be called before any other gateway conversion function.

For more information on this function, see Translating Messages Using a Translation DLL section in the Gateway Programmer's Reference.

See Also

HrConvUninitGlobals