VirtualBox

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


Ignore:
Timestamp:
Apr 9, 2019 1:30:42 AM (6 years ago)
Author:
vboxsync
Message:

IPRT/dir: Lifting RTPATH_MAX restriction on RTDirOpen*. bugref:9172

File:
1 edited

Legend:

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

    r76585 r78050  
    175175 * @param   pDir                The directory to open. The pszPath member contains the
    176176 *                              path to the directory.
    177  * @param   pszPathBuf          Pointer to a RTPATH_MAX sized buffer containing
    178  *                              pszPath.  Find-first style systems can use this
    179  *                              to setup the wildcard expression.
    180177 * @param   hRelativeDir        The directory @a pvNativeRelative is relative,
    181178 *                              ~(uintptr_t)0 if absolute.
     
    183180 *                              we're to use (consume) hRelativeDir.
    184181 */
    185 int rtDirNativeOpen(PRTDIRINTERNAL pDir, char *pszPathBuf, uintptr_t hRelativeDir, void *pvNativeRelative);
     182int rtDirNativeOpen(PRTDIRINTERNAL pDir, uintptr_t hRelativeDir, void *pvNativeRelative);
    186183
    187184/**
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