CA2WEX::CA2WEX
The constructor.
CA2WEX(
LPCSTR psz,
UINT nCodePage
) throw(...);
CA2WEX(
LPCSTR 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