Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
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