EndDeferWindowPos

機能
複数のウィンドウの位置とサイズを同時に変更
Declare Function EndDeferWindowPos Lib "user32.dll" _
(ByVal hWinPosInfo As Long) As Long
Declare Function EndDeferWindowPos Lib "user32.dll" _
(ByVal hWinPosInfo As Integer) As Integer

BOOL EndDeferWindowPos(
HDWP hWinPosInfo
);
引数
hWinPosInfo

DeferWindowPos()関数で戻ったデータ構造体のハンドル
戻り値
正常終了のとき  データ構造体のハンドル
エラーのとき  0
備考
この関数は複数のウィンドウの位置とサイズを同時に変更する
DeferWinodwPos()関数と組み合わせて使う