Searched refs:fReconnect (Results 1 - 4 of 4) sorted by relevance
/vbox/include/VBox/RemoteDesktop/ |
H A D | VRDE.h | 687 * @param fReconnect Whether to send a "REDIRECT to the same server" packet to the 694 bool fReconnect)); 859 * @param fReconnect Whether to send a "REDIRECT to the same server" packet to the 866 bool fReconnect)); 1042 bool fReconnect)); 1503 DECLR3CALLBACKMEMBER(void, VRDEDisconnect,(HVRDESERVER hServer, uint32_t u32ClientId, bool fReconnect));
|
/vbox/src/VBox/Main/include/ |
H A D | ConsoleVRDPServer.h | 96 void DisconnectClient (uint32_t u32ClientId, bool fReconnect);
|
/vbox/src/VBox/ExtPacks/VNC/ |
H A D | VBoxVNC.cpp | 126 static DECLCALLBACK(void) VRDEDisconnect(HVRDESERVER hServer, uint32_t u32ClientId, bool fReconnect); 691 * @param fReconnect Whether to send a "REDIRECT to the same server" packet to the 697 bool fReconnect) 696 VRDEDisconnect(HVRDESERVER hServer, uint32_t u32ClientId, bool fReconnect) argument
|
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleVRDPServer.cpp | 2938 void ConsoleVRDPServer::DisconnectClient(uint32_t u32ClientId, bool fReconnect) argument 2942 mpEntryPoints->VRDEDisconnect(mhServer, u32ClientId, fReconnect);
|
Completed in 629 milliseconds