AdjustWindowRectEx |
Declare Function Api_AdjustWindowRectEx& Lib "user32" Alias "AdjustWindowRectEx" (lpRect As RECT, ByVal dsStyle&, ByVal bMenu&, ByVal dwEsStyle&) |
Declare Function AdjustWindowRectEx Lib "user32" Alias "AdjustWindowRectEx" (lpRect As RECT, ByVal dsStyle As Long, ByVal bMenu As Long, ByVal dwEsStyle As Long) As Long |
|
指定されたクライアント領域を確保するために必要なウィンドウ座標を計算する。この関数で得たウィンドウ座標は、CreateWindowEx 関数でウィンドウを作成するときに使用できる。CreateWindow 関数でウィンドウを作成する場合は、AdjustWindowRect 関数を使う。 |
|
パラメータ ドウの左上端と右下端の座標が、この構造体に入れて返される。
関数が成功すると、0 以外の値が返る。 |