VirtualBox

Changeset 77256 in vbox for trunk/src/VBox/Runtime/include


Ignore:
Timestamp:
Feb 11, 2019 12:19:52 PM (6 years ago)
Author:
vboxsync
Message:

Runtime/RTDvm: Add flag to indicate that a volume is contiguous on the underlying medium and add method to query start and end offset of the volume

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/include/internal/dvm.h

    r76585 r77256  
    216216
    217217    /**
     218     * Queries the range of the given volume on the underyling medium.
     219     *
     220     * @returns IPRT status code.
     221     * @param   hVolFmt         The format specific volume handle.
     222     * @param   poffStart       Where to store the start offset in bytes on the underlying medium.
     223     * @param   poffEnd         Where to store the end offset in bytes on the underlying medium (inclusive).
     224     */
     225    DECLCALLBACKMEMBER(int, pfnVolumeQueryRange)(RTDVMVOLUMEFMT hVolFmt, uint64_t *poffStart, uint64_t *poffEnd);
     226
     227    /**
    218228     * Returns whether the supplied range is at least partially intersecting
    219229     * with the given volume.
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