Changeset 53437 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Dec 3, 2014 7:03:45 PM (10 years ago)
- svn:sync-xref-src-repo-rev:
- 97133
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cfgm.h
r46792 r53437 134 134 VMMR3DECL(int) CFGMR3CopyTree(PCFGMNODE pDstTree, PCFGMNODE pSrcTree, uint32_t fFlags); 135 135 136 VMMR3DECL(bool) CFGMR3Exists( PCFGMNODE pNode, const char *pszName); 136 137 VMMR3DECL(int) CFGMR3QueryType( PCFGMNODE pNode, const char *pszName, PCFGMVALUETYPE penmType); 137 138 VMMR3DECL(int) CFGMR3QuerySize( PCFGMNODE pNode, const char *pszName, size_t *pcb);
Note:
See TracChangeset
for help on using the changeset viewer.