Changeset 98097 in vbox for trunk/src/VBox/Main/include
- Timestamp:
- Jan 16, 2023 9:50:10 PM (2 years ago)
- svn:sync-xref-src-repo-rev:
- 155232
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/include/ConsoleImpl.h
r98095 r98097 709 709 void InsertConfigString(PCFGMNODE pNode, const char *pcszName, const Utf8Str &rStrValue); 710 710 void InsertConfigString(PCFGMNODE pNode, const char *pcszName, const Bstr &rBstrValue); 711 void InsertConfigStringF(PCFGMNODE pNode, const char *pcszName, const char *pszFormat, ...); 711 712 void InsertConfigPassword(PCFGMNODE pNode, const char *pcszName, const Utf8Str &rStrValue); 712 713 void InsertConfigBytes(PCFGMNODE pNode, const char *pcszName, const void *pvBytes, size_t cbBytes); 713 714 void InsertConfigInteger(PCFGMNODE pNode, const char *pcszName, uint64_t u64Integer); 714 715 void InsertConfigNode(PCFGMNODE pNode, const char *pcszName, PCFGMNODE *ppChild); 715 void InsertConfigNodeF(PCFGMNODE pNode, PCFGMNODE *ppChild, const char *pszNameFormat, ...) ;716 void InsertConfigNodeF(PCFGMNODE pNode, PCFGMNODE *ppChild, const char *pszNameFormat, ...) RT_IPRT_FORMAT_ATTR(3, 4); 716 717 void RemoveConfigValue(PCFGMNODE pNode, const char *pcszName); 717 718 int SetBiosDiskInfo(ComPtr<IMachine> pMachine, PCFGMNODE pCfg, PCFGMNODE pBiosCfg,
Note:
See TracChangeset
for help on using the changeset viewer.