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

/vbox/src/VBox/Main/src-client/
H A DDisplayImpl.cpp1734 HRESULT Display::setVideoModeHint(ULONG aDisplay, BOOL aEnabled, argument
1765 if (cMonitors == 0 && aDisplay > 0)
1767 if (aDisplay >= cMonitors)
1782 aBitsPerPixel, aDisplay,
1806 aDisplay, aOriginX, aOriginY,
H A DConsoleImpl.cpp1931 HRESULT Console::getDisplay(ComPtr<IDisplay> &aDisplay) argument
1934 mDisplay.queryInterfaceTo(aDisplay.asOutParam());

Completed in 59 milliseconds