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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp274 * @param pszKeyBase The base key.
277 static HRESULT NewUniqueKey(ComPtr<IMachine> pMachine, const char *pszKeyBase, Utf8Str &rKey) argument
279 Bstr KeyBase(pszKeyBase);
318 RTMsgError("Cannot find unique key for '%s'!", pszKeyBase);
332 * @param pszKeyBase The base key.
335 static HRESULT RemoveKey(ComPtr<IMachine> pMachine, const char *pszKeyBase, const char *pszKey)
338 HRESULT hrc = pMachine->GetExtraData(Bstr(pszKeyBase), Keys.asOutParam());
374 hrc = pMachine->SetExtraData(Bstr(pszKeyBase), Bstr(psz));
382 pszKey, pszKeyBase, rc);
394 * @param pszKeyBase Th
399 SetString(ComPtr<IMachine> pMachine, const char *pszKeyBase, const char *pszKey, const char *pszAttribute, const char *pszValue) argument
421 SetUInt64(ComPtr<IMachine> pMachine, const char *pszKeyBase, const char *pszKey, const char *pszAttribute, uint64_t u64Value) argument
439 SetInt64(ComPtr<IMachine> pMachine, const char *pszKeyBase, const char *pszKey, const char *pszAttribute, int64_t i64Value) argument
[all...]

Completed in 46 milliseconds