Changeset 44386 in vbox for trunk/include/VBox
- Timestamp:
- Jan 25, 2013 6:18:12 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 83357
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/cfgm.h
r44340 r44386 4 4 5 5 /* 6 * Copyright (C) 2006-201 0Oracle Corporation6 * Copyright (C) 2006-2013 Oracle Corporation 7 7 * 8 8 * This file is part of VirtualBox Open Source Edition (OSE), as … … 84 84 VMMR3DECL(int) CFGMR3Init(PVM pVM, PFNCFGMCONSTRUCTOR pfnCFGMConstructor, void *pvUser); 85 85 VMMR3DECL(int) CFGMR3Term(PVM pVM); 86 87 88 VMMR3DECL(PCFGMNODE) CFGMR3CreateTree(PVM pVM);89 86 VMMR3DECL(int) CFGMR3ConstructDefaultTree(PVM pVM); 87 88 VMMR3DECL(PCFGMNODE) CFGMR3CreateTree(PUVM pUVM); 90 89 VMMR3DECL(void) CFGMR3Dump(PCFGMNODE pRoot); 91 90 VMMR3DECL(int) CFGMR3DuplicateSubTree(PCFGMNODE pRoot, PCFGMNODE *ppCopy);
Note:
See TracChangeset
for help on using the changeset viewer.