Changeset 14070 in vbox for trunk/include
- Timestamp:
- Nov 10, 2008 11:45:24 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 39126
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/cfgm.h
r12989 r14070 171 171 VMMR3DECL(PCFGMNODE) CFGMR3GetNextChild(PCFGMNODE pCur); 172 172 VMMR3DECL(int) CFGMR3GetName(PCFGMNODE pCur, char *pszName, size_t cchName); 173 VMMR3DECL( int)CFGMR3GetNameLen(PCFGMNODE pCur);173 VMMR3DECL(size_t) CFGMR3GetNameLen(PCFGMNODE pCur); 174 174 VMMR3DECL(bool) CFGMR3AreChildrenValid(PCFGMNODE pNode, const char *pszzValid); 175 175 VMMR3DECL(PCFGMLEAF) CFGMR3GetFirstValue(PCFGMNODE pCur); 176 176 VMMR3DECL(PCFGMLEAF) CFGMR3GetNextValue(PCFGMLEAF pCur); 177 177 VMMR3DECL(int) CFGMR3GetValueName(PCFGMLEAF pCur, char *pszName, size_t cchName); 178 VMMR3DECL( int)CFGMR3GetValueNameLen(PCFGMLEAF pCur);178 VMMR3DECL(size_t) CFGMR3GetValueNameLen(PCFGMLEAF pCur); 179 179 VMMR3DECL(CFGMVALUETYPE) CFGMR3GetValueType(PCFGMLEAF pCur); 180 180 VMMR3DECL(bool) CFGMR3AreValuesValid(PCFGMNODE pNode, const char *pszzValid);
Note:
See TracChangeset
for help on using the changeset viewer.