Ignore:
Timestamp:
Aug 4, 2001, 6:11:32 PM (24 years ago)
Author:
sandervl
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/driverdll/testdrv.cpp

    r6455 r6457  
     1//******************************************************************************
     2//******************************************************************************
     3// Test sample device driver dll
     4//
     5// The dll needs to be registered:
     6// HKEY_LOCAL_MACHINE\\System\\CurrentControlSet\\Services\\Driver_Name
     7//     string key 'DllName' with path of driver dll
     8//******************************************************************************
     9//******************************************************************************
    110#define INCL_DOSPROFILE
    211#define INCL_DOSDEVICES
Note: See TracChangeset for help on using the changeset viewer.