Freigeben über


CW2AEX::CW2AEX

The constructor.

CW2AEX(
   LPCWSTR psz,
   UINT nCodePage
) throw(...);
CW2AEX(
   LPCWSTR psz
) throw(...);

Parameters

  • psz
    The text string to be converted.

  • nCodePage
    The code page used to perform the conversion. See the code page parameter discussion for the Windows SDK function MultiByteToWideChar for more details.

Remarks

Allocates the buffer used in the translation process.

Requirements

Header: atlconv.h

See Also

Concepts

CW2AEX Class

CW2AEX Members