home *** CD-ROM | disk | FTP | other *** search
/ TopWare 18: Liquid / Image.iso / liquid / top2018 / writevxd.txt < prev   
Text File  |  1994-04-15  |  1KB  |  32 lines

  1. Writing Windows Virtual Device Drivers
  2.   by David Thielen & Bryan Woodruff
  3.     Addison-Wesley Publishing Company
  4.     ISBN: 0-201-62706-X
  5.  
  6. Very simply - if you write Windows programs you will probably need this book.
  7. If Windows has ever limited one of your programs capabilities, you definitely
  8. need this book.
  9.  
  10. Includes complete source code to Win-Link!
  11.  
  12.  
  13. From the back cover of the book:
  14.  
  15. Virtual device drivers (also know as VxDs) allow Windows developers to access
  16. undreamed-of power in their programs.  If you want to write programs that
  17. have direct access to hardware devices, can interface to vital CPU functions,
  18. or can take over parts of the operating system, the welcome to the world of
  19. VxDs.
  20.  
  21. Written by experts in the field, David Thielen and Bryan Woodruff, Writing
  22. Windows Virtual Device Drivers introduces the concepts of virtual device
  23. drivers and shows how to write VxDs in both C and assembly language.  Fully
  24. commented complete working source code examples demonstrate how to write a
  25. VxD to talk to any hardware device and show the wealth of tricks you can
  26. perform with VxDs, including interprocess communication.
  27.  
  28. An extensive appendix provides an encyclopedic reference for the the Virtual
  29. Machine Manager, the preemptive multitasking kernel at the heart of Windows,
  30. and system VxD services and macros.  The accompanying disk includes VxD-lite,
  31. Microsoft's toolkit for building generic virtual device drivers.
  32.