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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageMisc.cpp489 Bstr bstrNewName; local
490 CHECK_ERROR_RET(trgMachine, COMGETTER(Name)(bstrNewName.asOutParam()), RTEXITCODE_FAILURE);
491 RTPrintf("Machine has been successfully cloned as \"%ls\"\n", bstrNewName.raw());

Completed in 45 milliseconds