USN_RECORD_EXTENT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// 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 reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-ntifs-usn_record_extent)

Description

The USN_RECORD_EXTENT structure contains the offset and length for an update sequence number (USN) record extent.

Members

Offset

The offset of the extent, in bytes.

Length

The length of the extent, in bytes.

See also

FSCTL_READ_USN_JOURNAL

USN_RECORD_V4


Win32 API reference (ns-winioctl-usn_record_extent)

USN_RECORD_EXTENT structure

Description

Contains the offset and length for an update sequence number (USN) record extent.

Members

Offset

The offset of the extent, in bytes.

Length

The length of the extent, in bytes.

See also

USN_RECORD_V4 structure

Volume Management Structures