// ntddtape.h
// CTL_CODE(0x001f, 0x009, METHOD_BUFFERED, FILE_READ_ACCESS)
#define IOCTL_TAPE_GET_STATUS 0x001F4024
View the official Windows Driver Kit DDI referenceNo description available.
Returns the current status of the drive in the Status field of the I/O status block.
None.
None.
None.
None.
The Information field is set to zero. The Status field is set to one of the following NT status values:
Each of these NT status values correspond to a value in the TAPE_STATUS enumerator. For more information about the significance of these values and a mapping between the NT status values and the TAPE_STATUS values, see Processing Tape Device Control Requests.