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

Windows Develop

Development Platform:

WINDOWS

  1. The samples for Chapter 8 illustrate loading and initializing VxDs:
  2. C-DDK            -- A static VxD built with the Windows 95 DDK and
  3.                     Microsoft Visual C++ version 4.0.
  4. DynaLoad-DDK     -- A dynamic VxD built with the Windows 95 DDK and
  5.                     Microsoft Visual C++ version 4.0.
  6. DynaLoad-VtoolsD -- A dynamic VxD built with the VtoolsD product from
  7.                     Vireo Software, Inc.
  8. RealModeInit     -- A static VxD (in assembly language) with a real-mode
  9.                     initialization function. This sample also illustrates
  10.                     calling registry functions from the real-mode
  11.                     initializer.