Searched refs:bstrName (Results 1 - 25 of 26) sorted by relevance

12

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Diextag.idl86 [in] BSTR bstrName,
93 [in] BSTR bstrName,
105 [in] BSTR bstrName,
H A Dwia_lh.idl79 [in] BSTR bstrName,
95 [in] BSTR bstrName,
H A Dwia_xp.idl79 [in] BSTR bstrName,
95 [in] BSTR bstrName,
H A Ddispex.idl87 [in] BSTR bstrName,
115 [in] BSTR bstrName,
H A Diads.idl413 HRESULT Get([in] BSTR bstrName, [out, retval] VARIANT* pvProp);
416 HRESULT Put([in] BSTR bstrName, [in] VARIANT vProp);
419 HRESULT GetEx([in] BSTR bstrName, [out, retval] VARIANT* pvProp);
422 HRESULT PutEx([in] long lnControlCode, [in] BSTR bstrName, [in] VARIANT vProp);
H A Dexdisp.idl685 [in] BSTR bstrName,
954 [in] BSTR bstrName,
959 [in] BSTR bstrName,
H A Dnetcon.idl260 [in] BSTR bstrName,
H A Dmshtml.idl4313 [in] BSTR bstrName,
4323 [in] BSTR bstrName,
4340 [in] BSTR bstrName,
4350 [in] BSTR bstrName,
4383 IHTMLDOMAttribute *getNamedItem([in] BSTR bstrName);
4389 IHTMLDOMAttribute *removeNamedItem([in] BSTR bstrName);
4392 IHTMLDOMAttribute *ie8_getNamedItem([in] BSTR bstrName);
4398 IHTMLDOMAttribute *ie8_removeNamedItem([in] BSTR bstrName);
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDebugVM.cpp98 com::Bstr bstrName = ValueUnion.psz; local
100 CHECK_ERROR2_RET(pDebugger, GetRegister(idCpu, bstrName.raw(), bstrValue.asOutParam()), RTEXITCODE_FAILURE);
128 com::Bstr bstrName(a->argv[2]);
131 CHECK_ERROR2_RET(pDebugger, Info(bstrName.raw(), bstrArgs.raw(), bstrInfo.asOutParam()), RTEXITCODE_FAILURE);
306 com::Bstr bstrName;
307 CHECK_ERROR2_RET(pDebugger, DetectOS(bstrName.asOutParam()), RTEXITCODE_FAILURE);
308 RTPrintf("Detected: %ls\n", bstrName.raw());
324 com::Bstr bstrName;
325 CHECK_ERROR2_RET(pDebugger, COMGETTER(OSName)(bstrName.asOutParam()), RTEXITCODE_FAILURE);
328 RTPrintf("Name: %ls\n", bstrName
[all...]
H A DVBoxManageMisc.cpp204 Bstr bstrName; local
221 bstrName = ValueUnion.psz;
250 if (bstrName.isEmpty())
263 ComposeMachineFilename(bstrName.raw(),
271 bstrName.raw(),
289 bstrName.raw(), fRegister ? " and registered" : "",
1146 Bstr bstrName; local
1149 CHECK_ERROR2_RET(ptrExtPackFile, COMGETTER(Name)(bstrName.asOutParam()), RTEXITCODE_FAILURE);
1155 RTPrintf("Successfully installed \"%ls\".\n", bstrName.raw());
1189 Bstr bstrName(pszNam
[all...]
H A DVBoxManageList.cpp704 Bstr bstrName; local
705 CHECK_ERROR2_STMT(extPacks[i], COMGETTER(Name)(bstrName.asOutParam()), hrc = hrcCheck; bstrName.setNull());
732 i, bstrName.raw(),
H A DVBoxManageControlVM.cpp613 Bstr bstrName = pszProperty; local
615 CHECK_ERROR(adapter, SetProperty(bstrName.raw(), bstrValue.raw()));
925 Bstr bstrName = pszProperty; local
927 CHECK_ERROR(vrdeServer, SetVRDEProperty(bstrName.raw(), bstrValue.raw()));
H A DVBoxManageModifyVM.cpp1283 Bstr bstrName = pszProperty; local
1285 CHECK_ERROR(nic, SetProperty(bstrName.raw(), bstrValue.raw()));
2322 Bstr bstrName = pszProperty; local
2324 CHECK_ERROR(vrdeServer, SetVRDEProperty(bstrName.raw(), bstrValue.raw()));
H A DVBoxManageDisk.cpp561 Bstr bstrName(pszProperty);
563 bstrName.detachTo(mediumPropNames.appendedRaw());
/vbox/src/VBox/Main/src-client/
H A DPCIRawDevImpl.cpp92 BstrFmt bstrName(pcszName);
94 pda->init(machine, bstrName, uHostPCIAddress, uGuestPCIAddress, TRUE);
H A DMachineDebuggerImpl.cpp647 Bstr bstrName(szName);
648 aOSName = Utf8Str(bstrName);
1093 Bstr bstrName(szName);
1094 aOs = Utf8Str(bstrName);
H A DConsoleImpl.cpp7852 Bstr bstrName; local
7857 rc = pSharedFolder->COMGETTER(Name)(bstrName.asOutParam());
7859 Utf8Str strName(bstrName);
8031 Bstr bstrName(strName);
8048 cbString = (bstrName.length() + 1) * sizeof(RTUTF16);
8056 memcpy(pMapName->String.ucs2, bstrName.raw(), cbString);
8113 Bstr bstrName(strName);
8114 cbString = (bstrName.length() + 1) * sizeof(RTUTF16);
8119 memcpy(pMapName->String.ucs2, bstrName.raw(), cbString);
H A DConsoleImpl2.cpp492 Bstr bstrName(pszName);
494 HRESULT hrc = pMachine->GetExtraData(bstrName.raw(), bstrValue.asOutParam());
499 hrc = pVirtualBox->GetExtraData(bstrName.raw(), bstrValue.asOutParam());
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Ddispex.idl87 [in] BSTR bstrName,
115 [in] BSTR bstrName,
H A Dexdisp.idl629 [in] BSTR bstrName,
826 [in] BSTR bstrName,
831 [in] BSTR bstrName,
H A Dnetcon.idl260 [in] BSTR bstrName,
/vbox/src/VBox/Main/src-server/
H A DNetworkAdapterImpl.cpp1405 Bstr bstrName; local
1406 hrc = mParent->COMGETTER(Name)(bstrName.asOutParam());
1407 LogRel(("VM '%ls' stops using NAT network '%s'\n", bstrName.raw(), networkName.c_str()));
1428 Bstr bstrName; local
1429 hrc = mParent->COMGETTER(Name)(bstrName.asOutParam());
1430 LogRel(("VM '%ls' starts using NAT network '%s'\n", bstrName.raw(), aNatNetworkName.c_str()));
H A DApplianceImplImport.cpp2983 Bstr bstrName(L"SCSI Controller");
2992 bstrName = L"SAS Controller";
3003 rc = pNewMachine->AddStorageController(bstrName.raw(), busType, pController.asOutParam());
3070 Bstr bstrName; local
3071 rc = pController->COMGETTER(Name)(bstrName.asOutParam());
3077 mhda.controllerType = bstrName;
/vbox/src/VBox/Frontends/VBoxHeadless/
H A DVBoxHeadless.cpp1116 Bstr bstrName = pszProperty; local
1118 CHECK_ERROR_BREAK(vrdeServer, SetVRDEProperty(bstrName.raw(), bstrValue.raw()));
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp4339 Bstr bstrName; local
4340 gpMachine->COMGETTER(Name)(bstrName.asOutParam());
4343 !bstrName.isEmpty() ? Utf8Str(bstrName).c_str() : "<noname>");

Completed in 238 milliseconds

12