usn Questions
2
Solved
When the USN journal is used for the first time, the volume's entire set of USN records must be enumerated using the FSCTL_ENUM_USN_DATA control code. This is usually a lengthy operation.
Is there...
0
Before doing a USN journal / NTFS MFT files-enumeration with
while (DeviceIoControl(hDrive, FSCTL_ENUM_USN_DATA, &med, sizeof(med), pData, sizeof(pData), &cb, NULL))
{
// do stuff here
m...
1
© 2022 - 2024 — McMap. All rights reserved.