Changeset 11353 in vbox for trunk/include
- Timestamp:
- Aug 12, 2008 12:55:15 PM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 34523
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxHDD-new.h
r11176 r11353 947 947 * @param pPCHSGeometry Pointer to physical disk geometry <= (16383,16,63). Not NULL. 948 948 * @param pLCHSGeometry Pointer to logical disk geometry <= (1024,255,63). Not NULL. 949 * @param pUuid New UUID of the image. If NULL, a new UUID is created. 949 950 * @param uOpenFlags Image file open mode, see VD_OPEN_FLAGS_* constants. 950 951 * @param pfnProgress Progress callback. Optional. NULL if not to be used. … … 957 958 PCPDMMEDIAGEOMETRY pPCHSGeometry, 958 959 PCPDMMEDIAGEOMETRY pLCHSGeometry, 959 unsigned uOpenFlags, PFNVMPROGRESS pfnProgress,960 void *pvUser);960 PCRTUUID pUuid, unsigned uOpenFlags, 961 PFNVMPROGRESS pfnProgress, void *pvUser); 961 962 962 963 /** … … 970 971 * @param uImageFlags Flags specifying special image features. 971 972 * @param pszComment Pointer to image comment. NULL is ok. 973 * @param pUuid New UUID of the image. If NULL, a new UUID is created. 972 974 * @param uOpenFlags Image file open mode, see VD_OPEN_FLAGS_* constants. 973 975 * @param pfnProgress Progress callback. Optional. NULL if not to be used. … … 976 978 VBOXDDU_DECL(int) VDCreateDiff(PVBOXHDD pDisk, const char *pszBackend, 977 979 const char *pszFilename, unsigned uImageFlags, 978 const char *pszComment, unsigned uOpenFlags, 979 PFNVMPROGRESS pfnProgress, void *pvUser); 980 const char *pszComment, PCRTUUID pUuid, 981 unsigned uOpenFlags, PFNVMPROGRESS pfnProgress, 982 void *pvUser); 980 983 981 984 /**
Note:
See TracChangeset
for help on using the changeset viewer.