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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp918 * @param a_pvrc Where to return the status code of the
922 bool ExtPack::i_callVmConfigureVmmHook(IConsole *a_pConsole, PVM a_pVM, AutoWriteLock *a_pLock, int *a_pvrc) argument
924 *a_pvrc = VINF_SUCCESS;
933 *a_pvrc = vrc;
950 * @param a_pvrc Where to return the status code of the
954 bool ExtPack::i_callVmPowerOnHook(IConsole *a_pConsole, PVM a_pVM, AutoWriteLock *a_pLock, int *a_pvrc) argument
956 *a_pvrc = VINF_SUCCESS;
965 *a_pvrc = vrc;

Completed in 40 milliseconds