struttura STORAGE_BREAK_RESERVATION_REQUEST (ntddstor.h)
La struttura STORAGE_BREAK_RESERVATION_REQUEST viene usata insieme alla richiesta di IOCTL_STORAGE_BREAK_RESERVATION di 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;
Membri
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.
Fabbisogno
Requisito | Valore |
---|---|
intestazione | ntddstor.h (include Ntddstor.h) |