📄 changelog
字号:
v0.94:
Cleaned up the "#ifdef _DEBUG" code considerably.
Now the SCSI pass through code tries the call to CreateFile with
and without the GENERIC_WRITE flag -- hopefully this will let the
call work on more machines.
The MSVC directory now contains an import lib created with a
relatively recent version of MSVC.
Optional paramater can be set via ModifyCDParms to save/read
info to/from cdplayer.ini when making calls to CDDB functions.
Set CDDB_OPT_USECDPLAYERINI to TRUE to enable the use of
cdplayer.ini.
Added SPTIOpenCDHandle to scsi pass through code. Specifically,
under NT/2000 I don't want to leave device handles open unless
GetCDHandle() has been explicitly called.
v0.93:
Added GENERIC_WRITE to to flags on the call to CreateFile in the
SCSI pass through code -- Win2K seems to need it, while NT (SP4+)
does not.
Added function CDDBGetServerList. Provides a quick way to retrieve
the "sites" command from the configured CDDB server.
v0.92:
Fixed a stupid bug in the Plextor (readd8.c) code.
Implemented minimal ASPI emulation layer for Windows NT/2K machines
without an ASPI manager installed. If the DLL is unable to load
ASPI, it will check if it is able to use the NT SCSI pass through
IOCTL by sending an INQUIRY command to devices identified as
DRIVE_CDROM by GetDriveType().
v0.91:
Added CDDB support. The functions are GetCDDBDiskID, CDDBQuery,
CDDBGetDiskInfo, and CDDBSetOption.
Added dummy "stub" functions for WNASPI functions when WNASPI32.DLL
can't be loaded. Eliminates GPF when WNASPI32.DLL is not present.
Added GetAKRipDllVersion().
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -