C
DWORD FATfindEmptyCluster( FILEOBJ fo );
Description
This function will search through the FAT to find the next available cluster on the device.
Preconditions
This function should not be called by the user.
Parameters
|
Parameters |
Description |
|
fo |
Pointer to file structure |
Return Values
|
Return Values |
Description |
|
DWORD |
Address of empty cluster |
|
0 |
Could not find empty cluster |
Side Effects
None
Remarks
Should not be called by user