Source code of Windows XP (NT5)
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.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
changers.htm Add source files 4 years ago
makefile Add source files 4 years ago
mcd.c Add source files 4 years ago
mcd.def Add source files 4 years ago
mcd.rc Add source files 4 years ago
mcd.sld Add source files 4 years ago
mcdw2k.c Add source files 4 years ago
mcdw2k.h Add source files 4 years ago
mcdwmi.c Add source files 4 years ago
mchgr.h Add source files 4 years ago
readme.txt Add source files 4 years ago
sources Add source files 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


********************************************************************************