VirtualBox

Changeset 85879 in vbox


Ignore:
Timestamp:
Aug 24, 2020 5:44:48 PM (5 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
140052
Message:

Main: bugref:9224: fixed doxygen issues

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/dvm.h

    r85877 r85879  
    482482 * Query a generic volume property.
    483483 *
    484  * This is an extensible interface for retriving mostly format specific
    485  * information, or information that's not commonly used.  (It's modelled after
     484 * This is an extensible interface for retrieving mostly format specific
     485 * information, or information that's not commonly used.  (It's modeled after
    486486 * RTLdrQueryPropEx.)
    487487 *
     
    493493 * @retval  VERR_INVALID_FUNCTION if the @a enmProperty value is wrong.
    494494 * @retval  VERR_INVALID_PARAMETER if the fixed buffer size is wrong. Correct
    495  *          size in @a *pcbRet.
     495 *          size in @a *pcbBuf.
    496496 * @retval  VERR_BUFFER_OVERFLOW if the property doesn't have a fixed size
    497  *          buffer and the buffer isn't big enough. Correct size in @a *pcbRet.
     497 *          buffer and the buffer isn't big enough. Correct size in @a *pcbBuf.
    498498 * @retval  VERR_INVALID_HANDLE if the handle is invalid.
    499499 * @param   hVol        Handle to the volume.
     
    502502 *                      it's only used for returning data.
    503503 * @param   cbBuf       The size of the buffer.
    504  * @param   pcbRet      Where to return the amount of data returned.  On
     504 * @param   pcbBuf      Where to return the amount of data returned.  On
    505505 *                      buffer size errors, this is set to the correct size.
    506506 *                      Optional.
  • trunk/src/VBox/Runtime/include/internal/dvm.h

    r85877 r85879  
    292292     * @retval  VERR_INVALID_FUNCTION if the @a enmProperty value is wrong.
    293293     * @retval  VERR_INVALID_PARAMETER if the fixed buffer size is wrong. Correct
    294      *          size in @a *pcbRet.
     294     *          size in @a *pcbBuf.
    295295     * @retval  VERR_BUFFER_OVERFLOW if the property doesn't have a fixed size
    296      *          buffer and the buffer isn't big enough. Correct size in @a *pcbRet.
     296     *          buffer and the buffer isn't big enough. Correct size in @a *pcbBuf.
    297297     * @retval  VERR_INVALID_HANDLE if the handle is invalid.
    298298     *
     
    307307     *                      is okay to return a smaller amount of data.  The common
    308308     *                      code will make upcast the data.
    309      * @param   pcbRet      Where to return the amount of data returned.  This must
     309     * @param   pcbBuf      Where to return the amount of data returned.  This must
    310310     *                      be set even for fixed type/sized data.
    311311     * @sa RTDvmVolumeQueryProp, RTDvmVolumeGetPropU64
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