Changeset 69716 in vbox for trunk/src/VBox/Runtime/include
- Timestamp:
- Nov 16, 2017 2:31:25 PM (7 years ago)
- svn:sync-xref-src-repo-rev:
- 119097
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/include/internal/dir.h
r69691 r69716 166 166 * @param hRelativeDir The directory @a pvNativeRelative is relative, 167 167 * ~(uintptr_t)0 if absolute. 168 * @param pvNativeRelative The native relative path. NULL if absolute. 168 * @param pvNativeRelative The native relative path. NULL if absolute or 169 * we're to use (consume) hRelativeDir. 169 170 */ 170 171 int rtDirNativeOpen(PRTDIR pDir, char *pszPathBuf, uintptr_t hRelativeDir, void *pvNativeRelative); … … 179 180 180 181 181 DECLHIDDEN(int) rtDirOpenRelative (PRTDIR *ppDir, const char *pszRelativeAndFilter, RTDIRFILTER enmFilter, uint32_t fFlags,182 uintptr_t hRelativeDir, void *pvNativeRelative);182 DECLHIDDEN(int) rtDirOpenRelativeOrHandle(PRTDIR *ppDir, const char *pszRelativeAndFilter, RTDIRFILTER enmFilter, uint32_t fFlags, 183 uintptr_t hRelativeDir, void *pvNativeRelative); 183 184 184 185 #endif
Note:
See TracChangeset
for help on using the changeset viewer.