pRectl (PRECTL)

      Pointer to the RECTL structure that contains the coordinates of the rectangle.

      If the bPage parameter is TRUE, this structure contains the coordinates of a notebook window on input, and on return it contains the coordinates of an application page window.

      If the bPage parameter is FALSE, this structure contains the coordinates of an application page window on input, and on return it contains the coordinates of a notebook window.

    bPage (BOOL)

      Window specifier.

      Specifies whether the window coordinates to calculate are for a notebook window or an application page window.

      TRUE

        An application page window is calculated.
      FALSE
        A notebook window is calculated.

      rc (BOOL)

        Success indicator.

        TRUE

          Coordinates were successfully calculated.
        FALSE
          Unable to calculate coordinates. This is returned if an invalid RECTL structure is specified in the pRectl parameter.


        [Back] [Next]