Searched refs:bstr (Results 26 - 30 of 30) sorted by relevance

12

/vbox/src/VBox/Main/webservice/
H A Dvboxweb.cpp1387 * @param bstr
1390 std::string ConvertComString(const com::Bstr &bstr) argument
1392 com::Utf8Str ustr(bstr);
1399 * @param bstr
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp4871 Bstr bstr; local
4872 rc = (*it)->COMGETTER(NetworkName)(bstr.asOutParam());
4875 if (bstr == Bstr(aName).raw())
5048 Bstr bstr; local
5049 rc = (*it)->COMGETTER(NetworkName)(bstr.asOutParam());
5052 if (bstr == Bstr(aNetworkName).raw())
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp9495 Bstr bstr; local
9496 pConsole->mVRDEServer->GetVRDEProperty(Bstr("TCP/Ports").raw(), bstr.asOutParam());
9497 Utf8Str ports = bstr;
9890 Bstr bstr; local
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dmshtml.idl9457 HRESULT replace([in] BSTR bstr);
9460 HRESULT assign([in] BSTR bstr);
9529 void replace([in] BSTR bstr);
9532 void assign([in] BSTR bstr);
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dmshtml.idl10882 HRESULT replace([in] BSTR bstr);
10885 HRESULT assign([in] BSTR bstr);
10981 void replace([in] BSTR bstr);
10984 void assign([in] BSTR bstr);
18560 HRESULT HandleOpenOptions(IUnknown *obj, BSTR bstr, int options);

Completed in 131 milliseconds

12