Searched refs:fReconnect (Results 1 - 4 of 4) sorted by relevance

/vbox/include/VBox/RemoteDesktop/
H A DVRDE.h687 * @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 DConsoleVRDPServer.h96 void DisconnectClient (uint32_t u32ClientId, bool fReconnect);
/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 629 milliseconds