USN_RANGE_TRACK_OUTPUT - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ntifs.h

typedef struct {
  USN Usn;
} USN_RANGE_TRACK_OUTPUT, *PUSN_RANGE_TRACK_OUTPUT;
View the official Windows Driver Kit DDI reference
// winioctl.h

typedef struct {
  USN Usn;
} USN_RANGE_TRACK_OUTPUT, *PUSN_RANGE_TRACK_OUTPUT;
View the official Win32 API reference

NtDoc

No description available.

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

Description

The USN_RANGE_TRACK_OUTPUT structure contains returned update sequence number (USN) from the FSCTL_USN_TRACK_MODIFIED_RANGES control code.

Members

Usn

Returned update sequence number (USN) that identifies at what point in the USN Journal that range tracking was enabled.

See also

FSCTL_USN_TRACK_MODIFIED_RANGES


Win32 API reference (ns-winioctl-usn_range_track_output)

USN_RANGE_TRACK_OUTPUT structure

Description

Contains returned update sequence number (USN) from FSCTL_USN_TRACK_MODIFIED_RANGES control code.

Members

Usn

Returned update sequence number (USN) that identifies at what point in the USN Journal that range tracking was enabled.

Remarks

This structure is optional.

See also

FSCTL_USN_TRACK_MODIFIED_RANGES