Copilot
Your everyday AI companion
About 526,000 results
  1. See more
    See more
    See all on Wikipedia
    See more

    SCSI Pass Through Interface (SPTI) is an application programming interface (API) accessing a SCSI device. It is developed by Microsoft Corporation and is part of the Windows NT family of operating systems. See more

    The storage port drivers provide an interface for Win32 applications to send SCSI Command Descriptor Block (CDB) messages to SCSI devices. The interfaces are IOCTL_SCSI_PASS_THROUGH and IOCTL_SCSI_PASS_THROUGH_DIRECT. โ€ฆ See more

    โ€ข Windows:
    โ€ข The SCSI pass-through driver for Linux is called "SCSI generic" (sg) See more

    1. "SCSI Port I/O Control Codes". Microsoft Developer Network. Microsoft Corporation. 3 May 2011. Retrieved 30 May 2011.
    2. "SCSI Interface for Multimedia and Block Devices" See more

    Wikipedia text under CC-BY-SA license
    Feedback
  2. Code sample

    sptdwb.sptd.Cdb[5] = 0x00;
    length = sizeof(SCSI_PASS_THROUGH_DIRECT_WITH_BUFFER);
    iRet = DeviceIoControl(hDisk,
      IOCTL_SCSI_PASS_THROUGH_DIRECT,
      &sptdwb,...
  3. Some results have been removed