Lines Matching refs:raw

470     CHECK_ERROR_RET(a->virtualBox, FindMachine(Bstr(a->argv[0]).raw(),
499 CHECK_ERROR(sessionMachine, COMSETTER(Name)(Bstr(ValueUnion.psz).raw()));
511 CHECK_ERROR(sessionMachine, COMSETTER(Description)(Bstr(ValueUnion.psz).raw()));
517 CHECK_ERROR(a->virtualBox, GetGuestOSType(Bstr(ValueUnion.psz).raw(),
521 CHECK_ERROR(sessionMachine, COMSETTER(OSTypeId)(Bstr(ValueUnion.psz).raw()));
556 rc = RTFileRead(iconFile, icon.raw(), (size_t)cbSize, NULL);
834 CHECK_ERROR(biosSettings, COMSETTER(LogoImagePath)(Bstr(ValueUnion.psz).raw()));
931 sessionMachine->DetachDevice(bstrController.raw(), u1, u2);
944 CHECK_ERROR(sessionMachine, AttachDevice(bstrController.raw(),
958 CHECK_ERROR(sessionMachine, GetStorageControllerByName(Bstr("IDE Controller").raw(),
984 CHECK_ERROR(sessionMachine, GetStorageControllerByName(Bstr("SATA").raw(),
997 CHECK_ERROR(sessionMachine, AddStorageController(Bstr("SATA").raw(),
1003 CHECK_ERROR(sessionMachine, RemoveStorageController(Bstr("SATA").raw()));
1013 rc = sessionMachine->DetachDevice(Bstr("LsiLogic").raw(),
1016 CHECK_ERROR(sessionMachine, DetachDevice(Bstr("BusLogic").raw(),
1030 rc = sessionMachine->AttachDevice(Bstr("LsiLogic").raw(),
1036 AttachDevice(Bstr("BusLogic").raw(),
1053 rc = sessionMachine->RemoveStorageController(Bstr("BusLogic").raw());
1055 CHECK_ERROR(sessionMachine, RemoveStorageController(Bstr("LsiLogic").raw()));
1058 AddStorageController(Bstr("LsiLogic").raw(),
1067 rc = sessionMachine->RemoveStorageController(Bstr("LsiLogic").raw());
1069 CHECK_ERROR(sessionMachine, RemoveStorageController(Bstr("BusLogic").raw()));
1072 AddStorageController(Bstr("BusLogic").raw(),
1090 CHECK_ERROR(sessionMachine, AddStorageController(Bstr("BusLogic").raw(),
1098 rc = sessionMachine->RemoveStorageController(Bstr("BusLogic").raw());
1100 CHECK_ERROR(sessionMachine, RemoveStorageController(Bstr("LsiLogic").raw()));
1107 CHECK_ERROR(sessionMachine, PassthroughDevice(Bstr("IDE Controller").raw(),
1127 rc = host->FindHostDVDDrive(Bstr(ValueUnion.psz + 5).raw(),
1139 rc = host->FindHostDVDDrive(Bstr(szPathReal).raw(),
1164 CHECK_ERROR(sessionMachine, MountMedium(Bstr("IDE Controller").raw(),
1175 sessionMachine->GetMediumAttachment(Bstr("Floppy Controller").raw(),
1183 CHECK_ERROR(sessionMachine, DetachDevice(Bstr("Floppy Controller").raw(),
1190 CHECK_ERROR(sessionMachine, AttachDeviceWithoutMedium(Bstr("Floppy Controller").raw(),
1205 rc = host->FindHostFloppyDrive(Bstr(ValueUnion.psz + 5).raw(),
1228 CHECK_ERROR(sessionMachine, MountMedium(Bstr("Floppy Controller").raw(),
1246 CHECK_ERROR(nic, COMSETTER(TraceFile)(Bstr(ValueUnion.psz).raw()));
1285 CHECK_ERROR(nic, SetProperty(bstrName.raw(), bstrValue.raw()));
1436 CHECK_ERROR(bwCtrl, GetBandwidthGroup(Bstr(ValueUnion.psz).raw(), bwGroup.asOutParam()));
1531 CHECK_ERROR(nic, COMSETTER(BridgedInterface)(Bstr().raw()));
1535 CHECK_ERROR(nic, COMSETTER(BridgedInterface)(Bstr(ValueUnion.psz).raw()));
1552 CHECK_ERROR(nic, COMSETTER(HostOnlyInterface)(Bstr().raw()));
1556 CHECK_ERROR(nic, COMSETTER(HostOnlyInterface)(Bstr(ValueUnion.psz).raw()));
1573 CHECK_ERROR(nic, COMSETTER(InternalNetwork)(Bstr().raw()));
1577 CHECK_ERROR(nic, COMSETTER(InternalNetwork)(Bstr(ValueUnion.psz).raw()));
1591 CHECK_ERROR(nic, COMSETTER(GenericDriver)(Bstr(ValueUnion.psz).raw()));
1604 CHECK_ERROR(nic, COMSETTER(NATNetwork)(Bstr(ValueUnion.psz).raw()));
1624 CHECK_ERROR(engine, COMSETTER(Network)(Bstr(psz).raw()));
1640 CHECK_ERROR(engine, COMSETTER(HostIP)(Bstr(ValueUnion.psz).raw()));
1739 CHECK_ERROR(engine, AddRedirect(Bstr(strName).raw(), proto,
1740 Bstr(strHostIp).raw(),
1742 Bstr(strGuestIp).raw(),
1752 CHECK_ERROR(engine, RemoveRedirect(Bstr(ValueUnion.psz).raw()));
1802 CHECK_ERROR(engine, COMSETTER(TFTPPrefix)(Bstr(ValueUnion.psz).raw()));
1818 CHECK_ERROR(engine, COMSETTER(TFTPBootFile)(Bstr(ValueUnion.psz).raw()));
1834 CHECK_ERROR(engine, COMSETTER(TFTPNextServer)(Bstr(ValueUnion.psz).raw()));
1896 CHECK_ERROR(nic, COMSETTER(MACAddress)(Bstr().raw()));
1900 CHECK_ERROR(nic, COMSETTER(MACAddress)(Bstr(ValueUnion.psz).raw()));
1944 CHECK_ERROR(sessionMachine, AddUSBController(Bstr("OHCI").raw(), USBControllerType_OHCI,
1978 CHECK_ERROR(sessionMachine, AddUSBController(Bstr("OHCI").raw(), USBControllerType_OHCI,
2011 CHECK_ERROR(uart, COMSETTER(Path)(Bstr(ValueUnion.psz).raw()));
2040 CHECK_ERROR(uart, COMSETTER(Path)(Bstr(ValueUnion.psz).raw()));
2087 CHECK_ERROR(lpt, COMSETTER(Path)(Bstr(ValueUnion.psz).raw()));
2297 CHECK_ERROR(vrdeServer, COMSETTER(VRDEExtPack)(bstr.raw()));
2300 CHECK_ERROR(vrdeServer, COMSETTER(VRDEExtPack)(Bstr().raw()));
2324 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()));
2413 CHECK_ERROR(vrdeServer, COMSETTER(AuthLibrary)(bstr.raw()));
2416 CHECK_ERROR(vrdeServer, COMSETTER(AuthLibrary)(Bstr().raw()));
2453 CHECK_ERROR(vrdeServer, SetVRDEProperty(Bstr("VideoChannel/Enabled").raw(),
2454 ValueUnion.f? Bstr("true").raw(): Bstr("false").raw()));
2466 CHECK_ERROR(vrdeServer, SetVRDEProperty(Bstr("VideoChannel/Quality").raw(),
2467 Bstr(ValueUnion.psz).raw()));
2492 CHECK_ERROR(sessionMachine, AddUSBController(Bstr("XHCI").raw(), USBControllerType_XHCI,
2496 CHECK_ERROR(sessionMachine, RemoveUSBController(Bstr("XHCI").raw()));
2510 CHECK_ERROR(sessionMachine, AddUSBController(Bstr("EHCI").raw(), USBControllerType_EHCI,
2514 CHECK_ERROR(sessionMachine, RemoveUSBController(Bstr("EHCI").raw()));
2528 CHECK_ERROR(sessionMachine, AddUSBController(Bstr("OHCI").raw(), USBControllerType_OHCI,
2532 CHECK_ERROR(sessionMachine, RemoveUSBController(Bstr("OHCI").raw()));
2540 CHECK_ERROR(sessionMachine, COMSETTER(SnapshotFolder)(Bstr().raw()));
2542 CHECK_ERROR(sessionMachine, COMSETTER(SnapshotFolder)(Bstr(ValueUnion.psz).raw()));
2560 CHECK_ERROR(sessionMachine, COMSETTER(TeleporterAddress)(Bstr(ValueUnion.psz).raw()));
2566 CHECK_ERROR(sessionMachine, COMSETTER(TeleporterPassword)(Bstr(ValueUnion.psz).raw()));
2577 CHECK_ERROR(sessionMachine, COMSETTER(TeleporterPassword)(Bstr(password).raw()));
2589 CHECK_ERROR(sessionMachine, COMSETTER(TracingConfig)(Bstr(ValueUnion.psz).raw()));
2620 CHECK_ERROR(sessionMachine, COMSETTER(FaultToleranceAddress)(Bstr(ValueUnion.psz).raw()));
2632 CHECK_ERROR(sessionMachine, COMSETTER(FaultTolerancePassword)(Bstr(ValueUnion.psz).raw()));
2644 CHECK_ERROR(sessionMachine, COMSETTER(HardwareUUID)(Bstr(ValueUnion.psz).raw()));
2726 CHECK_ERROR(sessionMachine, COMSETTER(VideoCaptureFile)(bstr.raw()));
2762 CHECK_ERROR(sessionMachine, COMSETTER(VideoCaptureOptions)(bstr.raw()));
2853 CHECK_ERROR(sessionMachine, COMSETTER(DefaultFrontend)(bstr.raw()));