windows-nt/Source/XPSP1/NT/drivers/storage/mcd/class
2020-09-26 16:20:57 +08:00
..
changers.htm Add source files 2020-09-26 16:20:57 +08:00
makefile Add source files 2020-09-26 16:20:57 +08:00
mcd.c Add source files 2020-09-26 16:20:57 +08:00
mcd.def Add source files 2020-09-26 16:20:57 +08:00
mcd.rc Add source files 2020-09-26 16:20:57 +08:00
mcd.sld Add source files 2020-09-26 16:20:57 +08:00
mcdw2k.c Add source files 2020-09-26 16:20:57 +08:00
mcdw2k.h Add source files 2020-09-26 16:20:57 +08:00
mcdwmi.c Add source files 2020-09-26 16:20:57 +08:00
mchgr.h Add source files 2020-09-26 16:20:57 +08:00
readme.txt Add source files 2020-09-26 16:20:57 +08:00
sources Add source files 2020-09-26 16:20:57 +08:00

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

  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


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