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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageMisc.cpp206 Bstr bstrUuid; local
237 bstrUuid = Guid(ValueUnion.Uuid).toUtf16().raw();
256 if (!bstrUuid.isEmpty())
257 createFlags = BstrFmt("UUID=%ls", bstrUuid.raw());
367 Bstr bstrUuid; local
407 bstrUuid = Guid(ValueUnion.Uuid).toUtf16().raw();
453 if (!bstrUuid.isEmpty())
454 createFlags = BstrFmt("UUID=%ls", bstrUuid.raw());

Completed in 35 milliseconds