USN_RANGE_TRACK_OUTPUT structure (winioctl.h)
Contains returned update sequence number (USN) from FSCTL_USN_TRACK_MODIFIED_RANGES control code.
Syntax
typedef struct {
USN Usn;
} USN_RANGE_TRACK_OUTPUT, *PUSN_RANGE_TRACK_OUTPUT;
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.
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) |