ReadFAT Function

Microchip MDD File System Interface

MDDFS Interface Library Help
ReadFAT Function
C
DWORD ReadFAT(
    DISK * dsk, 
    DWORD ccls
);
Description

The ReadFAT function will read the FAT and determine the next cluster value after the cluster specified by 'ccls.' Note that the FAT sector that is read is stored in the global FAT cache buffer.

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.

Microchip MDD File System Interface 1.2.0 - [Aug 18, 2008]
Copyright © 2008 Microchip Technology, Inc.  All rights reserved.