C
BOOL MPFSGet( MPFS_HANDLE hMPFS, BYTE* c );
Description
Reads a byte from a file.
Preconditions
The file handle referenced by hMPFS is already open.
Parameters
Parameters |
Description |
the file handle from which to read | |
c |
Where to store the byte that was read |
Return Values
Return Values |
Description |
TRUE |
The byte was successfully read |
FALSE |
No byte was read because either the handle was invalid or the end of the file has been reached. |