IOCTL_TAPE_GET_POSITION IOCTL (ntddtape.h)
Restituisce la partizione assoluta, logica o pseudologica corrente e la posizione di offset sul nastro.
Codice principale
Buffer di input
Nessuno.
Lunghezza del buffer di input
Nessuno.
Buffer di output
Il driver restituisce i dati TAPE_GET_POSITION nel buffer in Irp-AssociatedIrp.SystemBuffer>.
Lunghezza del buffer di output
Parameters.DeviceIoControl.OutputBufferLength nella posizione dello stack I/O indica le dimensioni, in byte, del buffer dei parametri, che deve essere >= sizeof(TAPE_GET_POSITION).
Blocco dello stato
Il campo Informazioni è impostato sul numero di byte restituiti. Il campo Stato è impostato su STATUS_SUCCESS o su STATUS_INFO_LENGTH_MISMATCH, STATUS_IO_DEVICE_ERROR, STATUS_DEVICE_DATA_ERROR, STATUS_NO_SUCH_DEVICE, STATUS_IO_TIMEOUT, STATUS_DEVICE_NOT_READY, STATUS_NO_MEDIA_IN_DEVICE o STATUS_VERIFY_REQUIRED.
Requisiti
Requisito | Valore |
---|---|
Intestazione | ntdtape.h (include Ntddtape.h) |