Location:
Search - ddi
Search list
Description: 对触摸屏的接口函数(DDI DDSI)以及调用关系作了详细介绍
可作为出次接触Touch Driver的开发人员研究Touch的一个很好的起点,甚至可以直接copy 其中部分源码使用。-Touch Driver develop
Platform: |
Size: 82944 |
Author: hutun |
Hits:
Description: This module contains all the definitions for the DDI (Device Driver Interface) for the touch panel device.
Platform: |
Size: 8192 |
Author: anh2000 |
Hits:
Description: 低频信号发生器设计叠加覅色建佛寺化工额是的方式分色放-ddi weji dsf l
Platform: |
Size: 9216 |
Author: 咪咪 |
Hits:
Description: c est un tuto dédié a comprendre l ado.net
Platform: |
Size: 1006592 |
Author: hassan_sig |
Hits:
Description: LUBIO est un régulateur-réducteur de tension dédié à
l alimentation des lampes d éclairage public
Platform: |
Size: 114688 |
Author: reda |
Hits:
Description: 对触摸屏的接口函数(DDI DDSI)和调用关系作了详细介绍可作为出次接触Touch Driveer的开发人员研究Touch的一个很好的起点,甚至可以直接copy 其中部分源码使用。 已通过测试。
-Introduced in detail the relationship between the touchscreen interface functions (DDI DDSI) and call as out the developer contacts Touch Driveer research Touch a good starting point, and can even direct copy of which part of the source code. Has passed the test.
Platform: |
Size: 82944 |
Author: jw |
Hits:
Description: Easy Digital Photo Recovery est, comme son nom l indique, un outil de récupération dédié aux images. Il a été conç u par l éditeur de logiciels
Platform: |
Size: 7129088 |
Author: Ahmed Merah |
Hits:
Description: windows 打印机驱动程序底层DDI函数使用心得与笔记,帮助驱动程序开发-windows printer drivers underlying DDI function using the experience and notes to help driver development
Platform: |
Size: 12288 |
Author: JHON |
Hits:
Description: FFT-DDI的算法说明和内容详解,还有原理解释(FFT-DDI algorithm and detailed description of the content, as well as the principle of explanation)
Platform: |
Size: 468992 |
Author: 我不是小偷
|
Hits:
Description: ---
page_type: sample
description: "Demonstrates how to communicate with a SCSI device using pass-through IOCTLs in an application using DeviceIoControl API."
languages:
- cpp
products:
- windows
- windows-wdk
---
# SCSI Pass-Through Interface Tool
The SCSI Pass Through Interface sample demonstrates how to communicate with a SCSI device from Microsoft Win32 applications by using the **DeviceIoControl** API.
## Installation and Operation
The storage port drivers provide an interface for Win32 applications to send SCSI CBDs (Command Descriptor Block) to SCSI devices. The interfaces are [**IOCTL\_SCSI\_PASS\_THROUGH**](https://docs.microsoft.com/windows-hardware/drivers/ddi/content/ntddscsi/ni-ntddscsi-ioctl_scsi_pass_through) and [**IOCTL\_SCSI\_PASS\_THROUGH\_DIRECT**](https://docs.microsoft.com/windows-hardware/drivers/ddi/content/ntddscsi/ni-ntddscsi-ioctl_scsi_pass_through_direct). Applications can build a pass-through request and send it to the device by using this IOCTL.
Two command line parameters can be used with *SPTI.EXE*. The first parameter is mandatory. It is the name of the device to be opened. Typical values for this are drive letters such as "C:", or device names as defined by a class driver such as Scanner0, or the SCSI port driver name, ScsiN:, where N = 0, 1, 2, etc. The second parameter is optional and is used to set the share mode (note that access mode and share mode are different things) and sector size. The default share mode is (FILE\_SHARE\_READ | FILE\_SHARE\_WRITE) and the default sector size is 512. A parameter of "r" changes the share mode to only FILE\_SHARE\_READ. A parameter of "w" changes the share mode to only FILE\_SHARE\_WRITE. A parameter of "c" changes the share mode to only FILE\_SHARE\_READ and also changes the sector size to 2048. Typically, a CD-ROM device would use the "c" parameter.
Platform: |
Size: 16254 |
Author: vitali_b@bk.ru |
Hits: