home *** CD-ROM | disk | FTP | other *** search
/ Beter Homes & Gardens: Complete Guide to Gardening / GARDENS.BIN / present / user.prt < prev    next >
Text File  |  1994-05-18  |  352b  |  9 lines

  1. USER.EXE: void WINAPI GetWindowRect(hWnd,lpRect);
  2. USER.EXE: int WINAPI GetSystemMetrics(int);
  3. USER.EXE: void WINAPI GetCursorPos(LPPOINT);
  4. USER.EXE: bool WINAPI PtInRect(LPRECT, POINT);
  5. USER.EXE: void WINAPI SetCursorPos(INT,INT);
  6. USER.EXE: int WINAPI PostMessage(INT, INT, INT, LONG );
  7. USER.EXE: int WINAPI SendMessage(INT, INT, INT, LONG );
  8.  
  9.