Changeset 59391 in vbox
- Timestamp:
- Jan 19, 2016 1:38:54 AM (9 years ago)
- svn:sync-xref-src-repo-rev:
- 105088
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-all/win/VBoxProxyStub.c
r59389 r59391 540 540 if (pState->fSamUpdate) 541 541 rc = RegCreateKeyExW(pState->hkeyClassesRootDst, L"Interface", 0 /*Reserved*/, NULL /*pszClass*/, 0 /*fOptions*/, 542 pState->fSamBoth, NULL /*pSecAttr*/, &pState->hkey ClsidRootDst, NULL /*pdwDisposition*/);542 pState->fSamBoth, NULL /*pSecAttr*/, &pState->hkeyInterfaceRootDst, NULL /*pdwDisposition*/); 543 543 else 544 544 rc = RegOpenKeyExW(pState->hkeyClassesRootDst, L"Interface", 0 /*fOptions*/, pState->fSamBoth, … … 1313 1313 { 1314 1314 RTUTF16 wszBuf[MAX_PATH * 2]; 1315 #if 0 1315 1316 size_t off; 1317 #endif 1316 1318 1317 1319 /* {UUID}/Major.Minor/0. */ … … 2182 2184 hrc2 = NdrDllUnregisterProxy(g_hDllSelf, &g_apProxyFiles[0], &g_ProxyClsId); /* see DLLREGISTRY_ROUTINES in RpcProxy.h */ 2183 2185 AssertMsgStmt( SUCCEEDED(hrc2) 2184 || hrc2 == MAKE_HRESULT(SEVERITY_ERROR, FACILITY_WIN32, ERROR_FILE_NOT_FOUND), 2186 || hrc2 == MAKE_HRESULT(SEVERITY_ERROR, FACILITY_WIN32, ERROR_FILE_NOT_FOUND) 2187 || hrc2 == REGDB_E_INVALIDVALUE, 2185 2188 ("%Rhrc\n", hrc2), if (SUCCEEDED(hrc)) hrc = hrc2); 2186 2189
Note:
See TracChangeset
for help on using the changeset viewer.