FAT_erase_cluster_chain Function

Microchip MDD File System Interface

MDDFS Interface Library Help
FAT_erase_cluster_chain Function
C
BYTE FAT_erase_cluster_chain(
    DWORD cluster, 
    DISK * dsk
);
Description

This function will parse through a cluster chain starting with the cluster pointed to by 'cluster' and mark all of the FAT entries as empty until the end of the chain has been reached or an error occurs.

Preconditions

This function should not be called by the user.

Parameters
Parameters 
Description 
cluster 
The cluster number 
dsk 
The disk structure 
Return Values
Return Values 
Description 
TRUE 
Operation successful 
Operation failed 
Side Effects

None

Remarks

None

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