VirtualBox

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


Ignore:
Timestamp:
Apr 1, 2019 1:35:07 AM (6 years ago)
Author:
vboxsync
Message:

IPRT/dvm: s/offEnd/offLast - see coding guidelines on 'end' vs 'last'.

File:
1 edited

Legend:

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

    r77256 r77970  
    220220     * @returns IPRT status code.
    221221     * @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);
     222     * @param   poffStart       Where to store the start byte offset on the
     223     *                          underlying medium.
     224     * @param   poffLast        Where to store the last byte offset on the
     225     *                          underlying medium (inclusive).
     226     */
     227    DECLCALLBACKMEMBER(int, pfnVolumeQueryRange)(RTDVMVOLUMEFMT hVolFmt, uint64_t *poffStart, uint64_t *poffLast);
    226228
    227229    /**
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