Generic VxD:
-----------
This is a generic skeleton VxD generated by VxDWriter demonstrating
different aspect of VxD. You need to use an unique device ID to
call V86/PM APIs and VxD service exported by this VxD. This VxD
can be loaded both statically and dynamically. Use TestVxD sample
application to load it dynamically.

This VxD also demonstrates how schedule a callback (global) event.
The callback function will display a message box showing different
parameters passed to it.

To build VxD, change directory paths of DDK, SDK, MSVC++, etc., in
the "tools" section of the MAKEFILE to their appropriate paths on
your machine, execute NMAKE command from DOS-prompt or open Generic.mdp
project file in MSDev Studio.
