Changeset 53003 in vbox
- Timestamp:
- Oct 8, 2014 11:50:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/Support/win/SUPR3HardenedMain-win.cpp
r53002 r53003 4236 4236 memcpy(pszErrorInfo, pszPrefix, cchPrefix); 4237 4237 pszErrorInfo[cbErrorInfo - 1] = '\0'; 4238 SUP_DPRINTF(("supR3HardenedWinReadErrorInfoDevice: '%s'", &pszErrorInfo[cchPrefix])); 4238 4239 } 4239 4240 else 4241 { 4240 4242 *pszErrorInfo = '\0'; 4243 if (rcNt != STATUS_END_OF_FILE) 4244 SUP_DPRINTF(("supR3HardenedWinReadErrorInfoDevice: NtReadFile -> %#x\n", rcNt)); 4245 } 4241 4246 } 4242 4247 else … … 4244 4249 NtClose(hFile); 4245 4250 } 4251 else 4252 SUP_DPRINTF(("supR3HardenedWinReadErrorInfoDevice: NtCreateFile -> %#x\n", rcNt)); 4253 4246 4254 return pszErrorInfo; 4247 4255 }
Note:
See TracChangeset
for help on using the changeset viewer.