VirtualBox

Changeset 54624 in vbox for trunk/include


Ignore:
Timestamp:
Mar 4, 2015 2:35:32 PM (10 years ago)
Author:
vboxsync
Message:

Storage/VD: Add API to prepare a chain of images for use with filters

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vd.h

    r54340 r54624  
    895895 * @return  VBox status
    896896 * @return  VERR_VD_IMAGE_READ_ONLY if image is not writable.
    897  * @return  VERR_NOT_SUPPORTED if this kind of image can be compacted, but
     897 * @return  VERR_NOT_SUPPORTED if this kind of image can't be compacted.
    898898 *
    899899 * @param   pDisk           Pointer to the HDD container.
     
    907907                           PCVDGEOMETRY pLCHSGeometry,
    908908                           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 */
     919VBOXDDU_DECL(int) VDPrepareWithFilters(PVBOXHDD pDisk, PVDINTERFACE pVDIfsOperation);
    909920
    910921/**
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette