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

/vbox/src/VBox/ExtPacks/VNC/
H A DVBoxVNC.cpp126 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 DConsoleVRDPServer.cpp2938 void ConsoleVRDPServer::DisconnectClient(uint32_t u32ClientId, bool fReconnect) argument
2942 mpEntryPoints->VRDEDisconnect(mhServer, u32ClientId, fReconnect);

Completed in 56 milliseconds