Important Notice
The pages on this site contain documentation for very old MS-DOS software,
purely for historical purposes.
If you're looking for up-to-date documentation, particularly for programming,
you should not rely on the information found here, as it will be woefully
out of date.
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
♦