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
Side Effects
None
Remarks
None