Hi,
Does anybody know to use this type of SCSI notification type?
It is defined as a SCSI_NOTIFICATION_TYPE but there is not any references in WDK documentation about it. Goggle doesn’t help either.
Igor Sharovar
Hi,
Does anybody know to use this type of SCSI notification type?
It is defined as a SCSI_NOTIFICATION_TYPE but there is not any references in WDK documentation about it. Goggle doesn’t help either.
Igor Sharovar
It is ‘documented by obscure include file’. See stortrce.h. It is a hook to
support ETW tracing (ugh) error logging and ‘windows diagnostic I*s’
whatever that is. I have no idea if or how it works beyond that.
Ah now it is all clear. See all the inline wrapper functions toward the end
of the include file…oh wait that stuff isn’t documented either. Well at
least StorDebugPrint is sort of obvious.
Mark Roddyoh
On Wed, Jul 14, 2010 at 8:48 PM, wrote:
> SCSI_NOTIFICATION_TYPE
Thanks Mark,
Well at least StorDebugPrint is sort of obvious.
I just curious what was a purpose of publish completely commented function in a public *.h file?
I found that some miniport StorPort drivers use TraceNotification SCSI Notification type to enable WMI support.
Igor Sharovar