Changeset 65583 in vbox for trunk/src/VBox/HostDrivers
- Timestamp:
- Feb 2, 2017 9:47:40 AM (8 years ago)
- svn:sync-xref-src-repo-rev:
- 113241
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/VBoxNetCfg.cpp
r65365 r65583 3437 3437 if (hrc == E_ABORT) 3438 3438 { 3439 bstr_t bstrError = bstr_printf("Querying NetCfgInstanceId failed (0x%08X)", ERROR_FILE_NOT_FOUND); 3440 *pErrMsg = bstrError.Detach(); 3439 if (pErrMsg) 3440 { 3441 bstr_t bstrError = bstr_printf("Querying NetCfgInstanceId failed (0x%08X)", ERROR_FILE_NOT_FOUND); 3442 *pErrMsg = bstrError.Detach(); 3443 } 3441 3444 hrc = E_FAIL; 3442 3445 }
Note:
See TracChangeset
for help on using the changeset viewer.