S
Striebrovlas
Guest
I am opening device with CreateFile for NTFS Change Journals
I copy code from this example Walking a Buffer of Change Journal Records - Windows applications but code doesn't working. It stop on createFile because it doesnt create. I got error 32 ERROR_SHARING_VIOLATION
here is my code for CreateFile
hVol = CreateFileW(
L"\\\\.\\e:",
GENERIC_READ,
FILE_SHARE_READ,
NULL,
OPEN_EXISTING,
0,
NULL
);
Continue reading...
I copy code from this example Walking a Buffer of Change Journal Records - Windows applications but code doesn't working. It stop on createFile because it doesnt create. I got error 32 ERROR_SHARING_VIOLATION
here is my code for CreateFile
hVol = CreateFileW(
L"\\\\.\\e:",
GENERIC_READ,
FILE_SHARE_READ,
NULL,
OPEN_EXISTING,
0,
NULL
);
Continue reading...