CW2WEX::CW2WEX

The constructor.

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

Parameters

  • psz
    The text string to be converted.

  • nCodePage
    The code page. Not used in this class.

Remarks

Creates the buffer required for the translation.

Requirements

Header: atlconv.h

See Also

Reference

CW2WEX Class