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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp802 * @param a_fForcedRemoval When set, we'll ignore complaints from the
806 HRESULT ExtPack::i_callUninstallHookAndClose(IVirtualBox *a_pVirtualBox, bool a_fForcedRemoval) argument
813 if (m->pReg->pfnUninstall && !a_fForcedRemoval)
819 if (!a_fForcedRemoval)
2684 * @param a_fForcedRemoval Whether to be skip and ignore certain bits of
2689 HRESULT ExtPackManager::i_doUninstall(Utf8Str const *a_pstrName, bool a_fForcedRemoval, Utf8Str const *a_pstrDisplayInfo) argument
2717 hrc = pExtPack->i_callUninstallHookAndClose(m->pVirtualBox, a_fForcedRemoval);
2727 const char *pszForcedOpt = a_fForcedRemoval ? "--forced" : NULL;

Completed in 41 milliseconds