USN_RECORD_EXTENT struttura (winioctl.h)
Contiene l'offset e la lunghezza per un numero di record di sequenza di aggiornamento (USN).
Sintassi
typedef struct {
LONGLONG Offset;
LONGLONG Length;
} USN_RECORD_EXTENT, *PUSN_RECORD_EXTENT;
Members
Offset
Offset dell'extent, in byte.
Length
Lunghezza dell'extent, in byte.
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows 8.1 [solo app desktop] |
Server minimo supportato | Windows Server 2012 R2 [solo app desktop] |
Intestazione | winioctl.h (include Windows.h) |