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

/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp1094 CHECK_ERROR_BREAK(vrdeServer, SetVRDEProperty(Bstr("TCP/Ports").raw(), bstr.raw()));
1099 CHECK_ERROR_BREAK(vrdeServer, SetVRDEProperty(Bstr("TCP/Address").raw(), Bstr(vrdeAddress).raw()));
1118 CHECK_ERROR_BREAK(vrdeServer, SetVRDEProperty(bstrName.raw(), bstrValue.raw()));
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageModifyVM.cpp2324 CHECK_ERROR(vrdeServer, SetVRDEProperty(bstrName.raw(), bstrValue.raw()));
2355 CHECK_ERROR(vrdeServer, SetVRDEProperty(Bstr("TCP/Ports").raw(), Bstr("0").raw()));
2357 CHECK_ERROR(vrdeServer, SetVRDEProperty(Bstr("TCP/Ports").raw(), Bstr(ValueUnion.psz).raw()));
2370 CHECK_ERROR(vrdeServer, SetVRDEProperty(Bstr("TCP/Address").raw(), Bstr(ValueUnion.psz).raw()));
2453 CHECK_ERROR(vrdeServer, SetVRDEProperty(Bstr("VideoChannel/Enabled").raw(),
2466 CHECK_ERROR(vrdeServer, SetVRDEProperty(Bstr("VideoChannel/Quality").raw(),
H A DVBoxManageControlVM.cpp874 CHECK_ERROR_BREAK(vrdeServer, SetVRDEProperty(Bstr("TCP/Ports").raw(), ports.raw()));
898 CHECK_ERROR(vrdeServer, SetVRDEProperty(Bstr("VideoChannel/Quality").raw(), value.raw()));
927 CHECK_ERROR(vrdeServer, SetVRDEProperty(bstrName.raw(), bstrValue.raw()));
/vbox/src/VBox/Frontends/VirtualBox/src/settings/machine/
H A DUIMachineSettingsDisplay.cpp258 remoteDisplayServer.SetVRDEProperty("TCP/Ports", displayData.m_strRemoteDisplayPort);
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp2078 rc = gpVRDEServer->SetVRDEProperty(Bstr("TCP/Ports").raw(), Bstr(pszPortVRDP).raw());
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_0.h5458 nsresult (*SetVRDEProperty)( member in struct:IVRDEServer_vtbl
H A DVBoxCAPI_v4_1.h5850 nsresult (*SetVRDEProperty)( member in struct:IVRDEServer_vtbl
H A DVBoxCAPI_v4_2.h6791 nsresult (*SetVRDEProperty)( member in struct:IVRDEServer_vtbl
H A DVBoxCAPI_v4_3.h14284 nsresult (*SetVRDEProperty)( member in struct:IVRDEServer_vtbl
14326 nsresult (*SetVRDEProperty)( member in struct:IVRDEServerVtbl
14372 #define IVRDEServer_SetVRDEProperty(p, aKey, aValue) ((p)->lpVtbl->SetVRDEProperty(p, aKey, aValue))

Completed in 3352 milliseconds