- Timestamp:
- Feb 3, 2021 3:49:33 PM (4 years ago)
- svn:sync-xref-src-repo-rev:
- 142609
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/fileio.cpp
r82968 r87581 221 221 222 222 223 /**224 * Determine the maximum file size.225 *226 * @returns The max size of the file.227 * -1 on failure, the file position is undefined.228 * @param File Handle to the file.229 * @see RTFileQueryMaxSizeEx.230 */231 223 RTR3DECL(RTFOFF) RTFileGetMaxSize(RTFILE File) 232 224 {
Note:
See TracChangeset
for help on using the changeset viewer.