Searched refs:aGuest (Results 1 - 4 of 4) sorted by relevance

/vbox/src/VBox/Main/include/
H A DPerformance.h199 void setGuest(CollectorGuest *aGuest) { mCGuest = aGuest; }; argument
H A DConsoleImpl.h297 HRESULT getGuest(ComPtr<IGuest> &aGuest);
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp1907 HRESULT Console::getGuest(ComPtr<IGuest> &aGuest) argument
1910 mGuest.queryInterfaceTo(aGuest.asOutParam());
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h7388 #define IConsole_get_Guest(p, aGuest) ((p)->lpVtbl->GetGuest(p, aGuest))
7389 #define IConsole_GetGuest(p, aGuest) ((p)->lpVtbl->GetGuest(p, aGuest))

Completed in 1127 milliseconds