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

/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp3428 Bstr attCtrlName; local
3429 rc = aMediumAttachment->COMGETTER(Controller)(attCtrlName.asOutParam());
3437 if (attCtrlName == ctrlName)
3445 tr("Could not find storage controller '%ls'"), attCtrlName.raw());
3609 Bstr attCtrlName; local
3610 rc = aMediumAttachment->COMGETTER(Controller)(attCtrlName.asOutParam());
3618 if (attCtrlName == ctrlName)
3626 tr("Could not find storage controller '%ls'"), attCtrlName.raw());
3783 Bstr attCtrlName; local
3784 rc = aMediumAttachment->COMGETTER(Controller)(attCtrlName
5973 Bstr attCtrlName; local
[all...]

Completed in 120 milliseconds