SAMPLE: Passthru.exe - Sample SCSI Passthrough VSD

ID: Q192586


The information in this article applies to:
  • Microsoft Win32 Device Driver Kit (DDK) versions Windows 95, Windows 98


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 Download Center. Click the file name below to download the file:

Passthru.exe
Release Date: Sep-15-1998

For more information about how to download files from the Microsoft Download Center, please visit the Download Center at the following Web address
http://www.microsoft.com/downloads/search.asp
and then click How to use the Microsoft Download Center.

Additional query words:

Keywords : kbfile kbsample kbDDK kbStorageDev kbWinOS95 kbWinOS98
Version : WINDOWS:Windows 95,Windows 98
Platform : WINDOWS
Issue type :


Last Reviewed: November 23, 1999
© 2000 Microsoft Corporation. All rights reserved. Terms of Use.