Udostępnij za pośrednictwem


CA2AEX::CA2AEX

The constructor.

CA2AEX(
   LPCSTR psz,
   UINT nCodePage 
) throw(...);
CA2AEX(
   LPCSTR psz
) throw(...);

Parameters

  • psz
    The text string to be converted.

  • nCodePage
    Unused in this class.

Remarks

Creates the buffer required for the translation.

Requirements

Header: atlconv.h

See Also

Reference

CA2AEX Class

Other Resources

CA2AEX Members