PCONVDLLENTRYFN

The PCONVDLLENTRYFN function is the user-supplied entry point to the conversion.

Quick Info

Header file: CONVSTRC.H
Library: CONVSTRC.LIB

HRESULT (* PCONVDLLENTRYFN)(
  DWORD, dwVersion,             
  PCONVDLLVECT FAR * pConvVect  
);
 

Parameters

dwVersion
Input parameter. The version number.
pConvVect
Output parameter. Points to a CONVDLLVECT structure containing information on the conversion entry point.

Return Values

See Return Values.

Remarks

For an example of using this function, see the CEDKConvDll::HrEDKLoad method in CONVDLL.CPP under the MESGXLAT code sample in the Code Samples folder.

See Also

PCONVDLLCONV, PCONVDLLQUERY