函数参考


_WinAPI_MakeLong

从两个整数值(Int)返回一个长整值(LongInt).

#Include <WinAPI.au3>
_WinAPI_MakeLong($iLo, $iHi)

参数

$iLo Low word
$iHi Hi word

返回值

返回长整值

注意/说明

None.

相关

_WinAPI_HiWord, _WinAPI_LoWord