Condividi tramite


STORAGE_BREAK_RESERVATION_REQUEST struttura (ntddstor.h)

La struttura STORAGE_BREAK_RESERVATION_REQUEST viene usata insieme alla richiesta di IOCTL_STORAGE_BREAK_RESERVATION per liberare una risorsa disco precedentemente riservata.

Sintassi

typedef struct STORAGE_BREAK_RESERVATION_REQUEST {
  ULONG Length;
  UCHAR _unused;
  UCHAR PathId;
  UCHAR TargetId;
  UCHAR Lun;
} STORAGE_BREAK_RESERVATION_REQUEST, *PSTORAGE_BREAK_RESERVATION_REQUEST;

Members

Length

Contiene la lunghezza di questa struttura in byte.

_unused

Riservato. Non usare.

PathId

Indica il numero del bus da reimpostare.

TargetId

Contiene il numero del dispositivo di destinazione.

Lun

Contiene il numero di unità logica.

Requisiti

Requisito Valore
Intestazione ntddstor.h (include Ntddstor.h)

Vedi anche

IOCTL_STORAGE_BREAK_RESERVATION