Searched refs:allowMultiConnection (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp1206 BOOL allowMultiConnection = FALSE; local
1207 hrc = mVRDEServer->COMGETTER(AllowMultiConnection)(&allowMultiConnection);
1214 LogFlowFunc(("allowMultiConnection %d, reuseSingleConnection = %d, mcVRDPClients = %d, mu32SingleRDPClientId = %d\n",
1215 allowMultiConnection, reuseSingleConnection, mcVRDPClients, mu32SingleRDPClientId));
1217 if (allowMultiConnection == FALSE)
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v2_2.h4383 nsresult (*GetAllowMultiConnection)(IVRDPServer *pThis, PRBool *allowMultiConnection);
4384 nsresult (*SetAllowMultiConnection)(IVRDPServer *pThis, PRBool allowMultiConnection);
H A DVBoxCAPI_v3_0.h4909 nsresult (*GetAllowMultiConnection)(IVRDPServer *pThis, PRBool *allowMultiConnection);
4910 nsresult (*SetAllowMultiConnection)(IVRDPServer *pThis, PRBool allowMultiConnection);
H A DVBoxCAPI_v3_1.h4807 nsresult (*GetAllowMultiConnection)(IVRDPServer *pThis, PRBool *allowMultiConnection);
4808 nsresult (*SetAllowMultiConnection)(IVRDPServer *pThis, PRBool allowMultiConnection);
H A DVBoxCAPI_v3_2.h5032 nsresult (*GetAllowMultiConnection)(IVRDPServer *pThis, PRBool *allowMultiConnection);
5033 nsresult (*SetAllowMultiConnection)(IVRDPServer *pThis, PRBool allowMultiConnection);
H A DVBoxCAPI_v4_0.h5444 nsresult (*GetAllowMultiConnection)(IVRDEServer *pThis, PRBool *allowMultiConnection);
5445 nsresult (*SetAllowMultiConnection)(IVRDEServer *pThis, PRBool allowMultiConnection);
H A DVBoxCAPI_v4_1.h5836 nsresult (*GetAllowMultiConnection)(IVRDEServer *pThis, PRBool *allowMultiConnection);
5837 nsresult (*SetAllowMultiConnection)(IVRDEServer *pThis, PRBool allowMultiConnection);
H A DVBoxCAPI_v4_2.h6777 nsresult (*GetAllowMultiConnection)(IVRDEServer *pThis, PRBool *allowMultiConnection);
6778 nsresult (*SetAllowMultiConnection)(IVRDEServer *pThis, PRBool allowMultiConnection);
H A DVBoxCAPI_v4_3.h14270 nsresult (*GetAllowMultiConnection)(IVRDEServer *pThis, PRBool *allowMultiConnection);
14271 nsresult (*SetAllowMultiConnection)(IVRDEServer *pThis, PRBool allowMultiConnection);
14312 nsresult (*GetAllowMultiConnection)(IVRDEServer *pThis, PRBool *allowMultiConnection);
14313 nsresult (*SetAllowMultiConnection)(IVRDEServer *pThis, PRBool allowMultiConnection);

Completed in 4668 milliseconds