C
typedef enum { MPFS_SEEK_START = 0u, MPFS_SEEK_END, MPFS_SEEK_FORWARD, MPFS_SEEK_REWIND } MPFS_SEEK_MODE;
Description
Indicates the method for MPFSSeek
Members
Members |
Description |
MPFS_SEEK_START = 0u |
Seek forwards from the front of the file |
MPFS_SEEK_END |
Seek backwards from the end of the file |
MPFS_SEEK_FORWARD |
Seek forward from the current position |
MPFS_SEEK_REWIND |
See backwards from the current position |