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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp280 Bstr Keys; local
281 HRESULT hrc = pMachine->GetExtraData(KeyBase.raw(), Keys.asOutParam());
286 if (Keys.isEmpty())
293 Utf8Str KeysUtf8(Keys);
337 Bstr Keys;
338 HRESULT hrc = pMachine->GetExtraData(Bstr(pszKeyBase), Keys.asOutParam());
343 if (Keys.isEmpty())
347 int rc = RTUtf16ToUtf8(Keys.raw(), &pszKeys);

Completed in 39 milliseconds