This example calls WinSetRectEmpty to empty the rectangle structure.
#define INCL_WINRECTANGLES #include <OS2.H> HAB hab; RECTL rcl; WinSetRectEmpty(hab,&rcl);