Changeset 53034 in vbox for trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp
- Timestamp:
- Oct 10, 2014 11:39:15 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPHardenedVerifyImage-win.cpp
r53024 r53034 254 254 } 255 255 256 /** @todo This nonsense is probably due to missing FILE_SYNCHRONOUS_IO_NONALERT 257 * flags in early code stage. Should clean this up, but leave code 258 * for handling STATUS_PENDING as we don't know what callers of 259 * NtCreateSection might've been passing to their NtCreateFile calls. 260 * In ring-0, this code is mostly pointless, I think. */ 256 261 /* 257 262 * Delay a little before we retry?
Note:
See TracChangeset
for help on using the changeset viewer.