home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / d / d009_2 / 1.ddi / SAMPLES / INCLUDE / TESTEVNT.H$ / TESTEVNT.bin
Encoding:
Text File  |  1992-02-03  |  1.3 KB  |  36 lines

  1. /*---------------------------------------------------------------------------
  2. |
  3. | TESTEVNT.H:  Header file for TESTEVNT.DLL
  4. |
  5. | Copyright (c) 1987-1992, Microsoft Corporation.  All rights reserved.
  6. |
  7. | Purpose:  This file declares the constants, structures, and functions
  8. |           contained within TESTEVNT.DLL
  9. |
  10. +---------------------------------------------------------------------------*/
  11.  
  12. int  FAR PASCAL DoKeys          (LPSTR lpstr);
  13. int  FAR PASCAL DoKeyshWnd      (HWND hWnd, LPSTR lpstr);
  14.  
  15. int  FAR PASCAL QueKeys         (LPSTR lpStr);
  16. int  FAR PASCAL QueKeyDn        (LPSTR lpStr);
  17. int  FAR PASCAL QueKeyUp        (LPSTR lpStr);
  18.  
  19. void FAR PASCAL QuePause            (DWORD ms);
  20. int  FAR PASCAL QueSetSpeed         (WORD ms);
  21. int  FAR PASCAL QueSetFocus         (HWND hWnd);
  22. int  FAR PASCAL QueSetRelativeWindow(HWND hWnd);
  23.  
  24. int  FAR PASCAL QueMouseMove        (WORD x, WORD y);
  25. int  FAR PASCAL QueMouseDn          (int iBtn, WORD x, WORD y);
  26. int  FAR PASCAL QueMouseUp          (int iBtn, WORD x, WORD y);
  27. int  FAR PASCAL QueMouseClick       (int iBtn, WORD x, WORD y);
  28. int  FAR PASCAL QueMouseDblClk      (int iBtn, WORD x, WORD y);
  29. int  FAR PASCAL QueMouseDblDn       (int iBtn, WORD x, WORD y);
  30.  
  31. int  FAR PASCAL TimeDelay   (int);
  32.  
  33. int  FAR PASCAL QueFlush    (BOOL fRestoreKeyState);
  34. void FAR PASCAL QueEmpty    (void);
  35.  
  36.