VirtualBox

Changeset 22161 in vbox for trunk/include


Ignore:
Timestamp:
Aug 11, 2009 12:02:25 PM (15 years ago)
Author:
vboxsync
Message:

CFGM: Added CFGMR3InsertStringW, CFGMR3InsertStringF and CFGMR3InsertStringFV.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/cfgm.h

    r21217 r22161  
    108108VMMR3DECL(int)          CFGMR3InsertInteger(PCFGMNODE pNode, const char *pszName, uint64_t u64Integer);
    109109VMMR3DECL(int)          CFGMR3InsertString(PCFGMNODE pNode, const char *pszName, const char *pszString);
     110VMMR3DECL(int)          CFGMR3InsertStringF(PCFGMNODE pNode, const char *pszName, const char *pszFormat, ...);
     111VMMR3DECL(int)          CFGMR3InsertStringFV(PCFGMNODE pNode, const char *pszName, const char *pszFormat, va_list va);
     112VMMR3DECL(int)          CFGMR3InsertStringW(PCFGMNODE pNode, const char *pszName, PCRTUTF16 pwszValue);
    110113VMMR3DECL(int)          CFGMR3InsertBytes(PCFGMNODE pNode, const char *pszName, const void *pvBytes, size_t cbBytes);
    111114VMMR3DECL(int)          CFGMR3RemoveValue(PCFGMNODE pNode, const char *pszName);
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette