Searched refs:allowMultiConnection (Results 1 - 9 of 9) sorted by relevance
/vbox/src/VBox/Main/src-client/ |
H A D | ConsoleImpl.cpp | 1206 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 D | VBoxCAPI_v2_2.h | 4383 nsresult (*GetAllowMultiConnection)(IVRDPServer *pThis, PRBool *allowMultiConnection); 4384 nsresult (*SetAllowMultiConnection)(IVRDPServer *pThis, PRBool allowMultiConnection);
|
H A D | VBoxCAPI_v3_0.h | 4909 nsresult (*GetAllowMultiConnection)(IVRDPServer *pThis, PRBool *allowMultiConnection); 4910 nsresult (*SetAllowMultiConnection)(IVRDPServer *pThis, PRBool allowMultiConnection);
|
H A D | VBoxCAPI_v3_1.h | 4807 nsresult (*GetAllowMultiConnection)(IVRDPServer *pThis, PRBool *allowMultiConnection); 4808 nsresult (*SetAllowMultiConnection)(IVRDPServer *pThis, PRBool allowMultiConnection);
|
H A D | VBoxCAPI_v3_2.h | 5032 nsresult (*GetAllowMultiConnection)(IVRDPServer *pThis, PRBool *allowMultiConnection); 5033 nsresult (*SetAllowMultiConnection)(IVRDPServer *pThis, PRBool allowMultiConnection);
|
H A D | VBoxCAPI_v4_0.h | 5444 nsresult (*GetAllowMultiConnection)(IVRDEServer *pThis, PRBool *allowMultiConnection); 5445 nsresult (*SetAllowMultiConnection)(IVRDEServer *pThis, PRBool allowMultiConnection);
|
H A D | VBoxCAPI_v4_1.h | 5836 nsresult (*GetAllowMultiConnection)(IVRDEServer *pThis, PRBool *allowMultiConnection); 5837 nsresult (*SetAllowMultiConnection)(IVRDEServer *pThis, PRBool allowMultiConnection);
|
H A D | VBoxCAPI_v4_2.h | 6777 nsresult (*GetAllowMultiConnection)(IVRDEServer *pThis, PRBool *allowMultiConnection); 6778 nsresult (*SetAllowMultiConnection)(IVRDEServer *pThis, PRBool allowMultiConnection);
|
H A D | VBoxCAPI_v4_3.h | 14270 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