Changeset 54624 in vbox for trunk/include
- Timestamp:
- Mar 4, 2015 2:35:32 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vd.h
r54340 r54624 895 895 * @return VBox status 896 896 * @return VERR_VD_IMAGE_READ_ONLY if image is not writable. 897 * @return VERR_NOT_SUPPORTED if this kind of image can be compacted, but897 * @return VERR_NOT_SUPPORTED if this kind of image can't be compacted. 898 898 * 899 899 * @param pDisk Pointer to the HDD container. … … 907 907 PCVDGEOMETRY pLCHSGeometry, 908 908 PVDINTERFACE pVDIfsOperation); 909 910 /** 911 * Prepares the given disk for use by the added filters. This applies to all 912 * opened images in the chain which might be opened read/write temporary. 913 * 914 * @return VBox status code. 915 * 916 * @param pDisk Pointer to the HDD container. 917 * @param pVDIfsOperation Pointer to the per-operation VD interface list. 918 */ 919 VBOXDDU_DECL(int) VDPrepareWithFilters(PVBOXHDD pDisk, PVDINTERFACE pVDIfsOperation); 909 920 910 921 /**
Note:
See TracChangeset
for help on using the changeset viewer.