win12.hlp (Table of Contents; Topic list)
WinSetRectEmpty (1.2)
Function Group  Overview                          Up Next Previous
────────────────────────────────────────────────────────────────────────────
 
#define INCL_WINRECTANGLES
 
BOOL WinSetRectEmpty(hab, prcl)
HAB hab;        /* handle of the anchor block                          */
PRECTL prcl;    /* address of structure with rectangle to set to empty */
 
The WinSetRectEmpty function sets a rectangle to empty. This function is
equivalent to WinSetRect(hab, prcl, 0, 0, 0, 0).
 
Parameter  Description
────────────────────────────────────────────────────────────────────────────
 
hab        Identifies an anchor block.
 
prcl       Points to a RECTL structure that contains the rectangle to be set
           to empty.
 
Return Value
 
The return value is always TRUE.
 
See Also
 
WinCopyRect, WinSetRect, RECTL