// ntifs.h
typedef struct {
LONGLONG Offset;
LONGLONG Length;
} USN_RECORD_EXTENT, *PUSN_RECORD_EXTENT;
View the official Windows Driver Kit DDI reference// winioctl.h
typedef struct {
LONGLONG Offset;
LONGLONG Length;
} USN_RECORD_EXTENT, *PUSN_RECORD_EXTENT;
View the official Win32 API referenceNo description available.
The USN_RECORD_EXTENT structure contains the offset and length for an update sequence number (USN) record extent.
OffsetThe offset of the extent, in bytes.
LengthThe length of the extent, in bytes.
Contains the offset and length for an update sequence number (USN) record extent.
OffsetThe offset of the extent, in bytes.
LengthThe length of the extent, in bytes.