SAMPLE: Passthru.exe - Sample SCSI Passthrough VSD

ID: Q192586

The information in this article applies to:

SUMMARY

Passthru.exe is a sample that demonstrates how to create the necessary data structures to implement a SCSI passthrough call-down. This is the only purpose of this sample. You can use the kernel debugger to break into, and walk through the code. The sample code contained in Passthru.exe was originally derived from the sample helper vsd located in the Windows 95 DDK on the following path: \\ddk\block\samples\vsd\helpvsd.

When you receive the AEP_CONFIG_DCB message (in AER.ASM) and determine that this is a device you need to handle, you call do_inquiry() which uses the SCSI Passthrough technique to check for the attached SCSI device.

MORE INFORMATION

The following file is available for download from the Microsoft Software Library:

 ~ Passthru.exe (size: 44248 bytes) 

Release Date: Sep-15-1998

For more information about downloading files from the Microsoft Software Library, please see the following article in the Microsoft Knowledge Base:

   ARTICLE-ID: Q119591
   TITLE : How to Obtain Microsoft Support Files from Online Services

Additional query words: Keywords : kbfile kbsample kbDDK kbStorageDev kbWinOS95 kbWinOS98

Last Reviewed: September 15, 1998