C
DWORD ReadFAT( DISK * dsk, DWORD ccls );
Description
Preconditions
This function should not be called by the user.
Parameters
Parameters |
Description |
dsk |
The disk structure |
ccls |
The current cluster |
Returns
DWORD - The next cluster in a file chain
Side Effects
None
Remarks
None.