GetWindowRgn |
Declare Function Api_GetWindowRgn& Lib "user32" Alias "GetWindowRgn" (ByVal hWnd&, ByVal hRgn&) |
||||||||||
Declare Function GetWindowRgn Lib "user32" Alias "GetWindowRgn" (ByVal hWnd As Long, ByVal hRgn As Long) As Long |
|||||||||||
指定されたウィンドウのウィンドウリージョンのコピーを取得する。ウィンドウリージョンは、SetWindowRgn 関数により設定される。ウィンドウリージョンは、ウィンドウのうち、システムが描画を行える領域を決定する。システムは、ウィンドウのうち、ウィンドウリージョンより外側にある部分を表示しない。 |
|||||||||||
パラメータ
戻り値
|