VirtualBox

Changeset 69756 in vbox for trunk/include/iprt


Ignore:
Timestamp:
Nov 19, 2017 2:49:04 PM (7 years ago)
Author:
vboxsync
Message:

iprt/dir.h: doc updates

File:
1 edited

Legend:

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

    r69753 r69756  
    343343 *
    344344 * @returns iprt status code.
    345  * @param   phDir       Where to store the open directory pointer.
     345 * @param   phDir       Where to store the open directory handle.
    346346 * @param   pszPath     Path to the directory to open.
    347347 */
     
    363363 *
    364364 * @returns iprt status code.
    365  * @param   phDir       Where to store the open directory pointer.
     365 * @param   phDir       Where to store the open directory handle.
    366366 * @param   pszPath     Path to the directory to search, this must include wildcards.
    367367 * @param   enmFilter   The kind of filter to apply. Setting this to RTDIRFILTER_NONE makes
     
    375375 *
    376376 * @returns iprt status code.
    377  * @param   pDir        Pointer to open directory returned by RTDirOpen() or RTDirOpenFiltered().
     377 * @param   hDir        Handle to open directory returned by RTDirOpen() or
     378 *                      RTDirOpenFiltered().
    378379 */
    379380RTDECL(int) RTDirClose(RTDIR hDir);
     
    397398 * @returns suitable iprt status code on other errors.
    398399 *
    399  * @param   pDir        Pointer to the open directory.
     400 * @param   hDir        Handle to the open directory.
    400401 * @param   pDirEntry   Where to store the information about the next
    401402 *                      directory entry on success.
     
    424425 * @returns suitable iprt status code on other errors.
    425426 *
    426  * @param   pDir        Pointer to the open directory.
     427 * @param   hDir        Handle to the open directory.
    427428 * @param   pDirEntry   Where to store the information about the next
    428429 *                      directory entry on success.
     
    517518 * @returns iprt status code.
    518519 *
    519  * @param   pDir        Pointer to the open directory.
     520 * @param   hDir                    Handle to the open directory.
    520521 * @param   pObjInfo                Object information structure to be filled on successful return.
    521522 * @param   enmAdditionalAttribs    Which set of additional attributes to request.
     
    531532 * @returns VERR_NOT_SUPPORTED is returned if the operation isn't supported by the OS.
    532533 *
    533  * @param   pDir        Pointer to the open directory.
     534 * @param   hDir                Handle to the open directory.
    534535 * @param   pAccessTime         Pointer to the new access time. NULL if not to be changed.
    535536 * @param   pModificationTime   Pointer to the new modifcation time. NULL if not to be changed.
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