Searched refs:aDisplay (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Main/include/
H A DDisplayImpl.h234 virtual HRESULT setVideoModeHint(ULONG aDisplay,
H A DConsoleImpl.h300 HRESULT getDisplay(ComPtr<IDisplay> &aDisplay);
/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());
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h7394 #define IConsole_get_Display(p, aDisplay) ((p)->lpVtbl->GetDisplay(p, aDisplay))
7395 #define IConsole_GetDisplay(p, aDisplay) ((p)->lpVtbl->GetDisplay(p, aDisplay))
12629 #define IDisplay_SetVideoModeHint(p, aDisplay, aEnabled, aChangeOrigin, aOriginX, aOriginY, aWidth, aHeight, aBitsPerPixel) ((p)->lpVtbl->SetVideoModeHint(p, aDisplay, aEnabled, aChangeOrigin, aOriginX, aOriginY, aWidth, aHeight, aBitsPerPixel))

Completed in 338 milliseconds