| Platform SDK: Hardware |
The CREATE_USN_JOURNAL_DATA structure contains information describing an NTFS change journal.
typedef struct {
DWORDLONG MaximumSize;
DWORDLONG AllocationDelta;
} CREATE_USN_JOURNAL_DATA, *PCREATE_USN_JOURNAL_DATA;
If you specify zero for MaximumSize and AllocationData, the system will choose a default value based on the volume size.
For more information on the use of CREATE_USN_JOURNAL_DATA, see Creating, Modifying, and Deleting a Change Journal.
Windows NT/2000: Requires Windows 2000.
Windows 95/98: Unsupported.
Header: Declared in Winioctl.h.
Device Input and Output Overview, Device Input and Output Structures, DeviceIoControl, FSCTL_CREATE_USN_JOURNAL