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

/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp891 * @param a_pMachine The machine interface of the new VM.
894 bool ExtPack::i_callVmCreatedHook(IVirtualBox *a_pVirtualBox, IMachine *a_pMachine, AutoWriteLock *a_pLock) argument
903 m->pReg->pfnVMCreated(m->pReg, a_pVirtualBox, a_pMachine);
2827 * @param a_pMachine The machine interface of the new VM.
2829 void ExtPackManager::i_callAllVmCreatedHooks(IMachine *a_pMachine) argument
2840 (*it)->i_callVmCreatedHook(m->pVirtualBox, a_pMachine, &autoLock);

Completed in 71 milliseconds