Searched defs:bstrId (Results 1 - 3 of 3) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DPCIRawDevImpl.cpp87 Bstr bstrId; local
88 hrc = machine->COMGETTER(Id)(bstrId.asOutParam());
100 fireHostPCIDevicePlugEvent(es, bstrId.raw(), true /* plugged */, RT_SUCCESS(rc) /* success */, pda, msg.raw());
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageAppliance.cpp1217 Bstr bstrId = aIdentifiers[idxId]; local
1219 RTEXITCODE rcExit = readPasswordFromConsole(&strPassword, "Password ID %s:", Utf8Str(bstrId).c_str());
/vbox/src/VBox/Frontends/VBoxSDL/
H A DVBoxSDL.cpp511 Bstr bstrId, bstrMessage; local
512 pRTEEv->COMGETTER(Id)(bstrId.asOutParam());
514 RTPrintf("\n%s: ** %ls **\n%ls\n%s\n", pszType, bstrId.raw(), bstrMessage.raw(),
1464 Bstr bstrId; local
1465 pMachine->COMGETTER(Id)(bstrId.asOutParam());
1466 uuidVM = Guid(bstrId);

Completed in 47 milliseconds