Changeset 87590 in vbox for trunk/include/iprt
- Timestamp:
- Feb 3, 2021 5:22:47 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/file.h
r85875 r87590 585 585 586 586 /** 587 * Determine the maximum file size depending on the file system the file is stored on.588 *589 * @returns The max size of the file.590 * -1 on failure.591 * @param File Handle to the file.592 */593 RTDECL(RTFOFF) RTFileGetMaxSize(RTFILE File);594 595 /**596 587 * Queries the sector size (/ logical block size) for a disk or similar. 597 588 *
Note:
See TracChangeset
for help on using the changeset viewer.