VirtualBox

Changeset 33082 in vbox for trunk/include


Ignore:
Timestamp:
Oct 12, 2010 8:26:27 PM (14 years ago)
Author:
vboxsync
Message:

Storage/VBoxHDD: allow specifying the open mode explicitly, it makes no sense to copy the open mode (even with the readonly hacks we had)

File:
1 edited

Legend:

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

    r32691 r33082  
    21772177 *                          This parameter is used if and only if a true copy is created.
    21782178 *                          In all rename/move cases or copy to existing image cases the modification UUIDs are copied over.
     2179 * @param   uOpenFlags      Image file open mode, see VD_OPEN_FLAGS_* constants.
     2180 *                          Only used if the destination image is created.
    21792181 * @param   pVDIfsOperation Pointer to the per-operation VD interface list.
    21802182 * @param   pDstVDIfsImage  Pointer to the per-image VD interface list, for the
     
    21872189                         bool fMoveByRename, uint64_t cbSize,
    21882190                         unsigned uImageFlags, PCRTUUID pDstUuid,
    2189                          PVDINTERFACE pVDIfsOperation,
     2191                         unsigned uOpenFlags, PVDINTERFACE pVDIfsOperation,
    21902192                         PVDINTERFACE pDstVDIfsImage,
    21912193                         PVDINTERFACE pDstVDIfsOperation);
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