SCSISCAN.SYS and Event notification or Callback

Hi,

Does scsiscan.sys support something like event notification or callback as
in aspi ?
I have tried to use the flag SRB_FLAGS_DISABLE_SYNCH_TRANSFER but it don’t
seem to have any effect, and I never get status SRB_STATUS_PENDING.

Thanks,
Sune


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

Hello sjorgensen,

IOCTL_SCSISCAN_CMD and related are normal IOCTLs - if you need to use it
asynchroniously from usermode just use the overlapped structure of
DeviceIoControl().

Best regards,
Anders Fogh

Friday, November 23, 2001, 7:22:00 AM, you wrote:

sid> Hi,

sid> Does scsiscan.sys support something like event notification or callback as
sid> in aspi ?
sid> I have tried to use the flag SRB_FLAGS_DISABLE_SYNCH_TRANSFER but it don’t
sid> seem to have any effect, and I never get status SRB_STATUS_PENDING.

sid> Thanks,
sid> Sune

sid> —
sid> You are currently subscribed to ntdev as: xxxxx@flaffer.com
sid> To unsubscribe send a blank email to leave-ntdev-$subst(‘Recip.MemberIDChar’)@lists.osr.com


Best regards,
Anders mailto:xxxxx@flaffer.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