Function Reference
_WinAPI_GetWindowHeight
ウィンドウの高さを返します。
#Include <WinAPI.au3>
_WinAPI_GetWindowHeight($hWnd)
パラメータ
$hWnd
ウィンドウのハンドル
返し値
成功:
ウィンドウの高さ
失敗:
@errorを設定します。
注意
なし。
関連
_WinAPI_GetWindowWidth
WinAPI管理一覧
AutoItUDFsドキュメント日本語訳 - トップ