C
WORD MPFSGetID( MPFS_HANDLE hMPFS );
Description
Determines the ID in the FAT for a file.
Preconditions
The file handle referenced by hMPFS is already open.
Parameters
Parameters |
Description |
the file handle from which to read the metadata |
Returns
The ID in the FAT for this file
Remarks
Use this function in association with MPFSOpenID to quickly access file without permanently reserving a file handle.