BFLGetScreenWidth () As Long
概要
画面の幅を取得します。
戻り値
取得に失敗すると戻り値は0を返します。
VBでの宣言
[Public | Private] Declare Function BFLGetScreenWidth Lib "BFL.dll" () As Long
VBでの使用例
Dim ret As Long
ret = BFLGetScreenWidth
MsgBox ret
戻る