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

Windows Develop

Development Platform:

WINDOWS

  1. The FileIO sample illustrates a few simple file system calls from 
  2. ring zero. MYVXD.VXD is a dynamic VxD that will create a file called
  3. "HelloWorld.txt" with predictable contents. CALLTEST.EXE is a test
  4. program that will load and unload the VxD.
  5. To build this sample, prepare your system according to the general
  6. directions in the root directory of this disc. Open the FileIO project
  7. in Microsoft Developer Studio and modify the pathname in MYVXD's call
  8. to R0_OpenCreateFile to be appropriate for your system. Build the VxD
  9. and then build the CALLTEST project as well.
  10. To test, run the CALLTEST command from an MS-DOS command prompt with the
  11. current directory set to where you've built MYVXD.VXD. A file named
  12. HelloWorld.txt should be left behind.