hook对象方法和类方法

易语言 2020-05-11 18:44:09

len = 取字节集长度 (参数_Unicode数据) ÷ 2
.如果真 (len < 1)
返回 (“”)
.如果真结束
.如果真 (是否为空 (参数_代码页) = 真)
参数_代码页 = 936
.如果真结束
tmplen = WideCharToMultiByte_bin_str (参数_代码页, 0, 参数_Unicode数据, len, ansi_data, 0, 0, 0)
ansi_data = 取空白文本 (tmplen)
返回_结果字符长度 = WideCharToMultiByte_bin_str (参数_代码页, 0, 参数_Unicode数据, len, ansi_data, tmplen, 0, 0) - 1
返回 (ansi_data)