Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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