home *** CD-ROM | disk | FTP | other *** search
/ World of Shareware - Software Farm 2 / wosw_2.zip / wosw_2 / CPROG / DESQC21.ZIP / DESQC21.H next >
Text File  |  1989-07-06  |  2KB  |  28 lines

  1. /*===========================================================================*\
  2. | DESQC21.H                                                 ver 2.1, 07-06-89 |
  3. |                                                                             |
  4. | Header file for interfacing of DESQview with C                              |
  5. |                                                                             |
  6. | This is the header file for the routines that are published by              |
  7. | Quarterdeck and have been adapted for use in Turbo C and MS C.              |
  8. | Approx. 95 bytes of code.                                                   |
  9. |  by  James H. LeMay                                                         |
  10. |                                                                             |
  11. | converted to C by                                                           |
  12. |     Jordan Gallagher                                                        |
  13. | for Eagle Performance Software                                              |
  14. |     TC Products                                                             |
  15. |     P.O. Box 292786                                                         |
  16. |     Lewisville, TX  75029-2786                                              |
  17. |                                                                             |
  18. | Conversion to C by Jordan Gallagher / Wisdom Research                       |
  19. \*===========================================================================*/
  20.  
  21. extern char in_dv;
  22.  
  23. int  dv_get_version(void);
  24. int  dv_get_video_buffer( int videoseg );
  25. void dv_pause(void);
  26. void dv_begin_critical(void);
  27. void dv_end_critical(void);
  28.