// 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 referenceNo description available.
The USN_RANGE_TRACK_OUTPUT structure contains returned update sequence number (USN) from the FSCTL_USN_TRACK_MODIFIED_RANGES control code.
UsnReturned update sequence number (USN) that identifies at what point in the USN Journal that range tracking was enabled.
FSCTL_USN_TRACK_MODIFIED_RANGES
Contains returned update sequence number (USN) from FSCTL_USN_TRACK_MODIFIED_RANGES control code.
UsnReturned update sequence number (USN) that identifies at what point in the USN Journal that range tracking was enabled.
This structure is optional.
FSCTL_USN_TRACK_MODIFIED_RANGES