Searched refs:VRDEUpdate (Results 1 - 3 of 3) sorted by relevance

/vbox/include/VBox/RemoteDesktop/
H A DVRDE.h708 * Note: the server must access the framebuffer bitmap only when VRDEUpdate is called.
711 * intermediate buffer in VRDEUpdate.
718 DECLR3CALLBACKMEMBER(void, VRDEUpdate,(HVRDESERVER hServer,
880 * Note: the server must access the framebuffer bitmap only when VRDEUpdate is called.
883 * intermediate buffer in VRDEUpdate.
890 DECLR3CALLBACKMEMBER(void, VRDEUpdate,(HVRDESERVER hServer,
1046 DECLR3CALLBACKMEMBER(void, VRDEUpdate,(HVRDESERVER hServer,
1351 * when VRDEUpdate is called.
1361 * when VRDEUpdate is called.
1505 DECLR3CALLBACKMEMBER(void, VRDEUpdate,(HVRDESERVE
[all...]
/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp128 static DECLCALLBACK(void) VRDEUpdate(HVRDESERVER hServer, unsigned uScreenId, void *pvUpdate,uint32_t cbUpdate);
171 VNCServerImpl::VRDEUpdate,
784 DECLCALLBACK(void) VNCServerImpl::VRDEUpdate(HVRDESERVER hServer, unsigned uScreenId, function in class:VNCServerImpl
/vbox/src/VBox/Main/src-client/
H A DConsoleVRDPServer.cpp1571 mEntryPoints.VRDEUpdate = pEntryPoints3->VRDEUpdate;
1616 mEntryPoints.VRDEUpdate = pEntryPoints1->VRDEUpdate;
3860 mpEntryPoints->VRDEUpdate(mhServer, uScreenId, pvUpdate, cbUpdate);
3883 mpEntryPoints->VRDEUpdate(mhServer, uScreenId, &update, sizeof(update));

Completed in 61 milliseconds