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

/vbox/src/VBox/Installer/win/InstallHelper/
H A DVBoxInstallHelper.cpp597 int MsgResult; local
631 MsgResult = IDRETRY;
655 MsgResult = MsiProcessMessage(hModule, (INSTALLMESSAGE)(INSTALLMESSAGE_USER | MB_RETRYCANCEL), hMsg);
656 NonStandardAssert(MsgResult == IDRETRY || MsgResult == IDCANCEL);
657 logStringW(hModule, L"doNetCfgInit: MsiProcessMessage returned (0x%x)", MsgResult);
660 } while(MsgResult == IDRETRY);

Completed in 65 milliseconds