WCHAR (or wchar_t on Visual C++ compiler) is used for Unicode UTF-16 strings. This is the "native" string encoding used by Win32 APIs. CHAR (or char ) can be ...
確定! 回上一頁