Changeset 26111 in vbox for trunk/include
- Timestamp:
- Feb 1, 2010 1:41:24 AM (15 years ago)
- Location:
- trunk/include/VBox
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/cfgm.h
r22334 r26111 177 177 VMMR3DECL(CFGMVALUETYPE) CFGMR3GetValueType(PCFGMLEAF pCur); 178 178 VMMR3DECL(bool) CFGMR3AreValuesValid(PCFGMNODE pNode, const char *pszzValid); 179 VMMR3DECL(int) CFGMR3ValidateConfig(PCFGMNODE pNode, const char *pszNode, 180 const char *pszValidValues, const char *pszValidNodes, 181 const char *pszWho, uint32_t uInstance); 182 179 183 /** @} */ 180 184 -
trunk/include/VBox/err.h
r26066 r26111 737 737 /** A new leaf couldn't be inserted because one with the same name exists. */ 738 738 #define VERR_CFGM_LEAF_EXISTS (-2162) 739 /** An unknown config value was encountered. */ 740 #define VERR_CFGM_CONFIG_UNKNOWN_VALUE (-2163) 741 /** An unknown config node (key) was encountered. */ 742 #define VERR_CFGM_CONFIG_UNKNOWN_NODE (-2164) 739 743 /** @} */ 740 744
Note:
See TracChangeset
for help on using the changeset viewer.