Changeset 78050 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Apr 9, 2019 1:30:42 AM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dir.h
r76585 r78050 175 175 * @param pDir The directory to open. The pszPath member contains the 176 176 * path to the directory. 177 * @param pszPathBuf Pointer to a RTPATH_MAX sized buffer containing178 * pszPath. Find-first style systems can use this179 * to setup the wildcard expression.180 177 * @param hRelativeDir The directory @a pvNativeRelative is relative, 181 178 * ~(uintptr_t)0 if absolute. … … 183 180 * we're to use (consume) hRelativeDir. 184 181 */ 185 int rtDirNativeOpen(PRTDIRINTERNAL pDir, char *pszPathBuf,uintptr_t hRelativeDir, void *pvNativeRelative);182 int rtDirNativeOpen(PRTDIRINTERNAL pDir, uintptr_t hRelativeDir, void *pvNativeRelative); 186 183 187 184 /**
Note:
See TracChangeset
for help on using the changeset viewer.