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