C
BYTE FILEget_next_cluster( FILEOBJ fo, DWORD n );
Description
Preconditions
This function should not be called by the user.
Parameters
Parameters |
Description |
fo |
The file to get the next cluster of |
n |
Number of links in the FAT cluster chain to jump through |
Return Values
Return Values |
Description |
CE_GOOD |
Operation successful |
CE_BAD_SECTOR_READ |
A bad read occured of a sector |
CE_INVALID_CLUSTER |
Invalid cluster value > maxcls |
Fat attempt to read beyond EOF |
Side Effects
None
Remarks
None