Changeset 14928 in vbox
- Timestamp:
- Dec 2, 2008 10:22:43 PM (16 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxHDD-new.h
r14852 r14928 632 632 633 633 /** 634 * Retrieves the length of the string value associated with a key. 634 * Retrieves the length of the string value associated with a key (including 635 * the terminator, for compatibility with CFGMR3QuerySize). 635 636 * 636 637 * @return VBox status code. -
trunk/src/VBox/Devices/Storage/VBoxHDD-new.cpp
r14855 r14928 966 966 PVDIMAGE pImage = NULL; 967 967 968 LogFlowFunc(("pDisk=%#p pszBackend=\"%s\" pszFilename=\"%s\" uOpenFlags=%#x \n, pVDIfsImage=%#p",968 LogFlowFunc(("pDisk=%#p pszBackend=\"%s\" pszFilename=\"%s\" uOpenFlags=%#x, pVDIfsImage=%#p\n", 969 969 pDisk, pszBackend, pszFilename, uOpenFlags, pVDIfsImage)); 970 970 do
Note:
See TracChangeset
for help on using the changeset viewer.