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

/vbox/src/VBox/Main/src-client/
H A DSessionImpl.cpp787 HRESULT Session::onShowWindow(BOOL aCheck, BOOL *aCanShow, LONG64 *aWinId) argument
800 * aCheck is false, we return E_FAIL to indicate that aWinId we return
803 *aWinId = 0;
808 return mConsole->i_onShowWindow(aCheck, aCanShow, aWinId);
H A DConsoleImpl.cpp6680 HRESULT Console::i_onShowWindow(BOOL aCheck, BOOL *aCanShow, LONG64 *aWinId) argument
6683 AssertReturn(aWinId, E_POINTER);
6686 *aWinId = 0;
6732 if (iEvWinId != 0 && *aWinId == 0)
6733 *aWinId = iEvWinId;
/vbox/src/VBox/Main/src-server/
H A DMachineImpl.cpp5553 HRESULT Machine::showConsoleWindow(LONG64 *aWinId) argument
5573 return directControl->OnShowWindow(FALSE /* aCheck */, &dummy, aWinId);

Completed in 248 milliseconds