Jarrod M.
Jarrod M.
I added an error return to readChanges and some accountability for resources. I still need to deal with this point though: > Note, though, that it also may be true...
Instead of keying on the file handle itself, which is determined to be different each NtCreateFile call, would it be best to key on a [FILE_ID_INFORMATION structure](https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/ns-ntifs-file_id_information) returned by [NtQueryInformationFile](https://learn.microsoft.com/en-us/windows-hardware/drivers/ddi/ntifs/nf-ntifs-ntqueryinformationfile)?...
Forgot that I had to add `FILE_FS_VOLUME_INFORMATION` in windows.zig, will fix later today.