函数参考


_WinAPI_WideCharToMultiByte

转换一个 Unicode 字符串到一个多字节字符串.

#Include <WinAPI.au3>
_WinAPI_WideCharToMultiByte($pUnicode [, $iCodePage = 0 [, $bRetString = True]])

参数

$pUnicode 字符串, DllStruct 或者一个包含 Unicode 文本的数据结构数组指针.
$iCodePage [可选参数] 用于转换的代码页:
0 - 当前系统 Windows ANSI 代码页
1 - 当前系统 OEM 代码页
2 - 当前系统 Macintosh 代码页
3 - 当前线程 Windows ANSI 代码页
42 - Symbol 代码页
65000 - UTF-7
65001 - UTF-8
$bRetString [可选参数] 指定返回字符串, 或返回 DllStruct (默认 : 字符串)

返回值

返回字符串或包含多字节字符串的 DllStruct

注意/说明

None.

相关

_WinAPI_MultiByteToWideChar

详情参考

在MSDN中搜索