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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageDebugVM.cpp79 com::SafeArray<BSTR> aBstrNames; local
81 CHECK_ERROR2_RET(pDebugger, GetRegisters(idCpu, ComSafeArrayAsOutParam(aBstrNames), ComSafeArrayAsOutParam(aBstrValues)),
83 Assert(aBstrNames.size() == aBstrValues.size());
86 for (size_t i = 0; i < aBstrNames.size(); i++)
88 size_t cchName = RTUtf16Len(aBstrNames[i]);
93 for (size_t i = 0; i < aBstrNames.size(); i++)
94 RTPrintf("%-*ls = %ls\n", cchMaxName, aBstrNames[i], aBstrValues[i]);
346 com::SafeArray<IN_BSTR> aBstrNames; local
375 if ( !aBstrNames.push_back(bstrName.raw())
392 if (!aBstrNames
[all...]

Completed in 1018 milliseconds