hps (HPS) - input

      Presentation-space handle.

      This can be either a micro-presentation space or a normal presentation space.

    prcl (PRECTL) - input

      Rectangle to be filled, in window coordinates.

      Points on the left and bottom boundaries of the rectangle are included in the fill, but points on the right and top boundaries are not, except where they are also on the left and bottom boundaries; that is, the top-left and bottom-right corners.

      Note: The value of each field in this structure must be in the range -32 768 through 32 767. The data type WRECT can also be used, if supported by the language.

    lColor (LONG) - input

      Color with which to fill the rectangle.

      This is either a color index, or an RGB color value, depending upon whether and how a logical color table has been loaded. (See "GpiCreateLogColorTable" in the Graphics Programming Interface Programming Reference.)

    rc (BOOL) - returns

      Success indicator.

      TRUE

        Successful completion
      FALSE
        Error occurred.


      [Back] [Next]