VirtualBox

Changeset 67455 in vbox for trunk/include/VBox


Ignore:
Timestamp:
Jun 16, 2017 8:25:22 PM (8 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
116188
Message:

Storage: Hacked up a virtual image format around the IPRT ISO maker API. (untsted)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vd-image-backend.h

    r66486 r67455  
    329329     * Get the image flags of a disk image.
    330330     *
    331      * @returns image flags of disk image.
     331     * @returns image flags of disk image (VD_IMAGE_FLAGS_XXX).
    332332     * @param   pBackendData    Opaque state data for this image.
    333333     */
     
    337337     * Get the open flags of a disk image.
    338338     *
    339      * @returns open flags of disk image.
     339     * @returns open flags of disk image (VD_OPEN_FLAGS_XXX).
    340340     * @param   pBackendData    Opaque state data for this image.
    341341     */
     
    343343
    344344    /**
    345      * Set the open flags of a disk image. May cause the image to be locked
    346      * in a different mode or be reopened (which can fail).
    347      *
    348      * @returns VBox status code.
    349      * @param   pBackendData    Opaque state data for this image.
    350      * @param   uOpenFlags      New open flags for this image.
     345     * Set the open flags of a disk image.
     346     *
     347     * May cause the image to be locked in a different mode or be reopened (which
     348     * can fail).
     349     *
     350     * @returns VBox status code.
     351     * @param   pBackendData    Opaque state data for this image.
     352     * @param   uOpenFlags      New open flags for this image (VD_OPEN_FLAGS_XXX).
    351353     */
    352354    DECLR3CALLBACKMEMBER(int, pfnSetOpenFlags, (void *pBackendData, unsigned uOpenFlags));
Note: See TracChangeset for help on using the changeset viewer.

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