GetWindowExtEx |
Declare Function Api_GetWindowExtEx& Lib "gdi32" Alias "GetWindowExtEx" (ByVal hDC&, lpSize As POINTAPI) |
Declare Function GetWindowExtEx Lib "gdi32" Alias "GetWindowExtEx" (ByVal hdc As Long, lpSize As SIZE) As Long |
|
指定されたデバイスコンテキストのウィンドウの x 範囲と y 範囲を取得する。 |
|
パラメータ
関数から制御が返ると、この構造体に、ウィンドウの x 範囲と y 範囲がページ座標単位で格納される。 |