C
DWORD GetFullClusterNumber( DIRENTRY entry );
Description
This function will load both the high and low 16-bit first cluster values of a file from a directory entry and copy them into a 32-bit cluster number variable, which will be returned.
Preconditions
This function should not be called by the user.
Parameters
Parameters |
Description |
entry |
The cached directory entry to get the cluster number from |
Returns
The cluster value from the passed directory entry
Side Effects
None.
Remarks
None