Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Contains the offset and length for an update sequence number (USN) record extent.
Syntax
typedef struct {
LONGLONG Offset;
LONGLONG Length;
} USN_RECORD_EXTENT, *PUSN_RECORD_EXTENT;
Members
Offset
The offset of the extent, in bytes.
Length
The length of the extent, in bytes.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8.1 [desktop apps only] |
Minimum supported server | Windows Server 2012 R2 [desktop apps only] |
Header | winioctl.h (include Windows.h) |