README.TXT
Upload User: linklycbj
Upload Date: 2009-11-12
Package Size: 447k
Code Size: 1k
Category:

Windows Develop

Development Platform:

WINDOWS

  1. The Asm sample is almost the simplest possible skeleton VxD that can
  2. be written in assembly language. It contains a Declare_Virtual_Device
  3. macro call, a Device Control Procedure, and a handler for the
  4. Device_Init system control message. (The only simpler VxD wouldn't 
  5. even handle Device_Init.)
  6. To build this sample, prepare your system according to the general
  7. directions in the root directory of this disc. Run "nmake -f 
  8. myvxd.mak" to build the VxD from a command prompt, or open the Asm 
  9. project in Microsoft Developer Studio and build within that 
  10. environment.