Searched refs:maSourceBitmaps (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Main/include/
H A DConsoleVRDPServer.h205 ComPtr<IDisplaySourceBitmap> maSourceBitmaps[SchemaDefs::MaxGuestMonitors]; member in class:ConsoleVRDPServer
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp1089 HRESULT hr = server->mConsole->i_getDisplay()->QuerySourceBitmap(uScreenId, server->maSourceBitmaps[uScreenId].asOutParam());
1101 hr = server->maSourceBitmaps[uScreenId]->QueryBitmapInfo(&pAddress,
1457 for (i = 0; i < RT_ELEMENTS(maSourceBitmaps); i++)
1459 maSourceBitmaps[i].setNull();

Completed in 55 milliseconds