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

/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxInternalManage.cpp396 * @param pszAttribute The attribute name.
399 static HRESULT SetString(ComPtr<IMachine> pMachine, const char *pszKeyBase, const char *pszKey, const char *pszAttribute, const char *pszValue) argument
402 pszKey, pszAttribute).raw(),
406 pszKeyBase, pszKey, pszAttribute, pszValue, hrc);
418 * @param pszAttribute The attribute name.
421 static HRESULT SetUInt64(ComPtr<IMachine> pMachine, const char *pszKeyBase, const char *pszKey, const char *pszAttribute, uint64_t u64Value) argument
425 return SetString(pMachine, pszKeyBase, pszKey, pszAttribute, szValue);
436 * @param pszAttribute The attribute name.
439 static HRESULT SetInt64(ComPtr<IMachine> pMachine, const char *pszKeyBase, const char *pszKey, const char *pszAttribute, int64_t i64Value) argument
443 return SetString(pMachine, pszKeyBase, pszKey, pszAttribute, szValu
[all...]

Completed in 46 milliseconds