Changeset 85875 in vbox for trunk/include
- Timestamp:
- Aug 24, 2020 4:22:01 PM (4 years ago)
- Location:
- trunk/include/iprt
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/iprt/file.h
r82968 r85875 594 594 595 595 /** 596 * Queries the sector size (/ logical block size) for a disk or similar. 597 * 598 * @returns IPRT status code. 599 * @retval VERR_INVALID_FUNCTION if not a disk/similar. Could also be returned 600 * if not really implemented. 601 * @param hFile Handle to the disk. This must typically be a device 602 * rather than a file or directory, though this may vary 603 * from OS to OS. 604 * @param pcbSector Where to store the sector size. 605 */ 606 RTDECL(int) RTFileQuerySectorSize(RTFILE hFile, uint32_t *pcbSector); 607 608 /** 596 609 * Gets the current file position. 597 610 * -
trunk/include/iprt/mangling.h
r85616 r85875 965 965 # define RTFileQueryFsSizes RT_MANGLER(RTFileQueryFsSizes) 966 966 # define RTFileQueryInfo RT_MANGLER(RTFileQueryInfo) 967 # define RTFileQuerySectorSize RT_MANGLER(RTFileQuerySectorSize) 967 968 # define RTFileQuerySize RT_MANGLER(RTFileQuerySize) 968 969 # define RTFileRead RT_MANGLER(RTFileRead)
Note:
See TracChangeset
for help on using the changeset viewer.