インテル® Fortran コンパイラー 14.0 ユーザー・リファレンス・ガイド
QuickWin Function: Returns the size and position of a window.
result = GETWSIZEQQ (unit, ireq, winfo)
The result type is INTEGER(4). The result is zero if successful; otherwise, nonzero.
The position and dimensions of child windows are expressed in units of character height and width. The position and dimensions of the frame window are expressed in screen pixels.
The height and width returned for a frame window reflects the size in pixels of the client area excluding any borders, menus, and status bar at the bottom of the frame window. You should adjust the values used in SETWSIZEQQ to take this into account.
The client area is the area actually available to place child windows.