GameEnum driver and executable

Summary

The GameEnum example consists of two components:

  1. GameEnum.sys, a kernel mode bus driver that enumerates joysticks
  2. GameEnum.exe, an application that communicates with the Enumerator via a device interface and IOCTLs

Building the Sample

The driver works on both x86 and Alpha platforms and is 64-bit compliant. It builds properly with Visual C 6.0 and supports Plug and Play, Power Management, and device interfaces.

You can build each binary by changing directory into either the sys or exe subdirectory and running build. Specifics about each binary can be found in the HTML file located in each subdirectory.

CODE TOUR

File Manifest

See the HTML file in each subdirectory for a complete file manifest of each binary.

Top of page

© 1999 Microsoft Corporation