Searched defs:hr2 (Results 1 - 6 of 6) sorted by relevance

/vbox/src/VBox/Additions/WINNT/VBoxTray/
H A DVBoxDnDDropTarget.cpp187 HRESULT hr2 = pDataObject->EnumFormatEtc(DATADIR_GET, &pEnumFormats); local
188 if (SUCCEEDED(hr2))
197 hr2 = GetClipboardFormatNameW(curFormatEtc.cfFormat, wszCfName,
204 wszCfName, hr2));
/vbox/src/VBox/Main/src-client/
H A DGuestSessionImplTasks.cpp152 HRESULT hr2 = mProgress->i_notifyComplete(hr, local
156 if (FAILED(hr2))
157 return hr2;
H A DGuestProcessImpl.cpp1475 HRESULT hr2 = pProcessEvent->COMGETTER(Status)(pInputStatus); local
1476 ComAssertComRC(hr2);
1480 HRESULT hr2 = pProcessEvent->COMGETTER(Processed)((ULONG*)pcbProcessed); local
1481 ComAssertComRC(hr2);
/vbox/src/VBox/Additions/WINNT/VBoxCredProv/
H A DVBoxCredProvCredential.cpp247 HRESULT hr2 = m_pEvents->SetFieldString(this, VBOXCREDPROV_FIELDID_USERNAME, L""); local
249 hr = hr2;
250 hr2 = m_pEvents->SetFieldString(this, VBOXCREDPROV_FIELDID_PASSWORD, L"");
252 hr = hr2;
253 hr2 = m_pEvents->SetFieldString(this, VBOXCREDPROV_FIELDID_DOMAINNAME, L"");
255 hr = hr2;
/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp560 HRESULT hr2 = MsiSetPropertyW(hModule, L"REBOOT", L"Force"); local
561 if (hr2 != ERROR_SUCCESS)
562 logStringW(hModule, L"Failed to set REBOOT property, error = 0x%x", hr2);
1033 HRESULT hr2 = MsiSetPropertyW(hModule, L"REBOOT", L"Force"); local
1034 if (hr2 != ERROR_SUCCESS)
1035 logStringW(hModule, L"UpdateHostOnlyInterfaces: Failed to set REBOOT property, error = 0x%x", hr2);
1211 HRESULT hr2 = MsiSetPropertyW(hModule, L"REBOOT", L"Force"); local
1212 if (hr2 != ERROR_SUCCESS)
1213 logStringW(hModule, L"UpdateHostOnlyInterfaces: Failed to set REBOOT property, error = 0x%x", hr2);
/vbox/src/VBox/HostDrivers/VBoxNetFlt/win/cfg/
H A DVBoxNetCfg.cpp161 HRESULT hr2 = vboxNetCfgWinINetCfgUnlock(pNetCfg); local
162 if (FAILED(hr2))
163 NonStandardLogFlow(("vboxNetCfgWinINetCfgUnlock failed, hr (0x%x)\n", hr2));
165 hr = hr2;
317 HRESULT hr2 = VBoxDrvCfgInfUninstall(apInfPaths[cFilesProcessed], 0); local
318 if (FAILED(hr2))
319 NonStandardLogFlow(("VBoxDrvCfgInfUninstall failed, hr (0x%x)\n", hr2));

Completed in 70 milliseconds