หมายเหตุ
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลอง ลงชื่อเข้าใช้หรือเปลี่ยนไดเรกทอรีได้
การเข้าถึงหน้านี้ต้องได้รับการอนุญาต คุณสามารถลองเปลี่ยนไดเรกทอรีได้
The kernel-mode still image driver for SCSI buses supports ReadFile by creating a command descriptor block (CDB) that includes a SCSI Read command. It supports WriteFile by creating a CDB that includes a SCSI Write command. User-mode minidrivers can specify customized CDBs by calling DeviceIoControl. For more information, see SCSI Still Image I/O Control Codes. See the Microsoft Windows SDK documentation for descriptions of ReadFile and WriteFile.