source:
trunk/src/driverdll/testdrv.def@
10367
Last change on this file since 10367 was 6455, checked in by , 24 years ago | |
---|---|
File size: 283 bytes |
Line | |
---|---|
1 | LIBRARY TESTDRV INITINSTANCE TERMINSTANCE |
2 | |
3 | PROTMODE |
4 | DATA MULTIPLE NONSHARED READWRITE LOADONCALL |
5 | CODE LOADONCALL |
6 | |
7 | EXPORTS |
8 | DrvOpen = _DrvOpen@8 @1 |
9 | DrvClose = _DrvClose@4 @2 |
10 | DrvIOCtl = _DrvIOCtl@32 @3 |
Note:
See TracBrowser
for help on using the repository browser.