Changeset 4503 in vbox for trunk/src/VBox
- Timestamp:
- Sep 4, 2007 5:57:53 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/CFGM.cpp
r4502 r4503 1544 1544 * @param cbBytes The value size. 1545 1545 */ 1546 CFGMR3DECL(int) CFGMR3InsertBytes(PCFGMNODE pNode, const char *pszName, void *pvBytes, size_t cbBytes)1546 CFGMR3DECL(int) CFGMR3InsertBytes(PCFGMNODE pNode, const char *pszName, const void *pvBytes, size_t cbBytes) 1547 1547 { 1548 1548 int rc;
Note:
See TracChangeset
for help on using the changeset viewer.