You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Shaswata Das
5c6fe3db62
|
4 years ago | |
---|---|---|
.. | ||
changers.htm | 4 years ago | |
makefile | 4 years ago | |
mcd.c | 4 years ago | |
mcd.def | 4 years ago | |
mcd.rc | 4 years ago | |
mcd.sld | 4 years ago | |
mcdw2k.c | 4 years ago | |
mcdw2k.h | 4 years ago | |
mcdwmi.c | 4 years ago | |
mchgr.h | 4 years ago | |
readme.txt | 4 years ago | |
sources | 4 years ago |
readme.txt
********************************************************************************
Please read this if you are writing changer minidriver(s) for Windows 2000.
********************************************************************************
mcdw2k.c is the the source file for Medium Changer Class driver that was
shipped with Windows 2000 with the following change :
* In mcdw2k.c ChangerClassSendSrbSynchronous routine is provided that
provides the same functionality as ClassSendSrbSynchronous.
Changer minidriver writers should use ChangerClassSendSrbSynchronous
to send SRB to port driver.
Function prototype for ChangerClassSendSrbSynchronous is given in mcdw2k.h
To build mcd.lib, replace mcd.c with mcdw2k.c and mcd.h with mcdw2k.h
********************************************************************************