HrConvUninitInstance

The HrConvUninitInstance function deletes a previously allocated conversion engine instance.

Quick Info

Header file: CONVCWRP.H
Library: CONVCWRP.LIB

HRESULT HrConvUninitInstance(
  PVOID pvConvInst  
);
 

Parameters

pvConvInst
Input parameter. Points to the memory storing the conversion engine instance to be freed.

Return Values

See Return Values.

Remarks

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

See Also

HrConvInitInstance