函数参考


_WinAPI_OemToChar

转换 OEM 定义的字符串为 ANSI 字符串.

#Include <WinAPIEx.au3>
_WinAPI_OemToChar ( $sStr )

参数

$sStr OEM 定义的字符集.

返回值

成功: 返回转换后的字符串.
失败: 返回空字符串,设置 @error 标志为非 0 值.

注意/说明

None

相关

详情参考

在MSDN中搜索