DrawTextW (Unicode) and DrawTextA (ANSI)
参数不同
简单来说
unicode 是用两个字节表示所有的字符,包括字母,
ansi 是用1个字节表示字母,两个字节表示汉字等文字
字符串变量时ANSI使用DrawTextA
字符串变量是Unicode使用DrawTextW
DrawTextW DrawTextA
原文:http://fengyuzaitu.blog.51cto.com/5218690/1893675