SAMPLE: GetAddr.exe Demonstrates IOCTL_SCSI_GET_ADDRESSLast reviewed: March 6, 1998Article ID: Q182148 |
The information in this article applies to:
SUMMARYGetAddr.exe is a sample Win32 console-mode application that demonstrates IOCTL_SCSI_GET_ADDRESS functionality.
MORE INFORMATIONThe following file is available for download from the Microsoft Software Library: ~ GetAddr.exe 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 This is a sample Win32 console mode application that demonstrates how to retrieve the SCSI address information (ScsiPort number, Path ID, Target ID, and LUN) for the specified device. You etrieve this information by calling DeviceIoControl with the IoControlCode parameter set to IOCTL_SCSI_GET_ADDRESS. See the sample for specific parameter issues. To run the GetAddr.exe:
Keywords : kbfile kbsample Version : WINNT:3.51,4.0 Platform : winnt |
================================================================================
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |