CHANGELOG
上传用户:xmgzy123
上传日期:2007-01-07
资源大小:373k
文件大小:2k
源码类别:

SCSI/ASPI

开发平台:

WINDOWS

  1. v0.94:
  2. Cleaned up the "#ifdef _DEBUG" code considerably.
  3. Now the SCSI pass through code tries the call to CreateFile with
  4. and without the GENERIC_WRITE flag -- hopefully this will let the
  5. call work on more machines.
  6. The MSVC directory now contains an import lib created with a
  7. relatively recent version of MSVC.
  8. Optional paramater can be set via ModifyCDParms to save/read
  9. info to/from cdplayer.ini when making calls to CDDB functions.
  10. Set CDDB_OPT_USECDPLAYERINI to TRUE to enable the use of 
  11. cdplayer.ini.
  12. Added SPTIOpenCDHandle to scsi pass through code.  Specifically,
  13. under NT/2000 I don't want to leave device handles open unless
  14. GetCDHandle() has been explicitly called.
  15. v0.93:
  16. Added GENERIC_WRITE to to flags on the call to CreateFile in the
  17. SCSI pass through code -- Win2K seems to need it, while NT (SP4+)
  18. does not.
  19. Added function CDDBGetServerList.  Provides a quick way to retrieve
  20. the "sites" command from the configured CDDB server.
  21. v0.92:
  22. Fixed a stupid bug in the Plextor (readd8.c) code.
  23. Implemented minimal ASPI emulation layer for Windows NT/2K machines
  24. without an ASPI manager installed.  If the DLL is unable to load
  25. ASPI, it will check if it is able to use the NT SCSI pass through
  26. IOCTL by sending an INQUIRY command to devices identified as 
  27. DRIVE_CDROM by GetDriveType().
  28. v0.91:
  29.         Added CDDB support.  The functions are GetCDDBDiskID, CDDBQuery,
  30. CDDBGetDiskInfo, and CDDBSetOption.
  31. Added dummy "stub" functions for WNASPI functions when WNASPI32.DLL
  32. can't be loaded.  Eliminates GPF when WNASPI32.DLL is not present.
  33. Added GetAKRipDllVersion().