I dveloping SCSIPORT Filter Driver(use SCSIPORT1).
and implement simple filter driver for test.
but the driver can’t filter SCSI Command from EZ-CD Creator.
how can I capture that command?
EZ-CD is not use SCSIPORT??
so difficult…–;
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
What do you filter? Do you filter IOCTL_SCSI_PASS_THROUGH_XXX? Do you
filter IRP_MJ_SCSI??
Don’t you want to write user-mode DLL to trace SendASPI32Command() if
CD-Creator uses ASPI?
On 10/29/01, “xxxxx@yahoo.com” wrote:
I dveloping SCSIPORT Filter Driver(use SCSIPORT1).
and implement simple filter driver for test.
but the driver can’t filter SCSI Command from EZ-CD Creator.
how can I capture that command?
EZ-CD is not use SCSIPORT??
so difficult…–;
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
I want Filter both IOCTL_SCSI_PASS_THROUTH_XXX and IRP_MJ_SCSI
and capture all command occured in NT/2K.
I captured ASPI and SPTI command with my SCSIPORT filter driver.
CD-Creator uses ASPI really?
implemented source don’t filter EZ CD Creator’s command.
so why…
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com
> how can I capture that command?
EZ-CD is not use SCSIPORT??
IIRC it uses IOCTL_SCSI_PASS_THROUGH.
Max
You are currently subscribed to ntdev as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com