RetroArch
Public Attributes | List of all members
_FILE_STRUCT Struct Reference

#include <fatfile.h>

Collaboration diagram for _FILE_STRUCT:
[legend]

Public Attributes

uint32_t filesize
 
uint32_t startCluster
 
uint32_t currentPosition
 
FILE_POSITION rwPosition
 
FILE_POSITION appendPosition
 
DIR_ENTRY_POSITION dirEntryStart
 
DIR_ENTRY_POSITION dirEntryEnd
 
PARTITIONpartition
 
struct _FILE_STRUCTprevOpenFile
 
struct _FILE_STRUCTnextOpenFile
 
bool read
 
bool write
 
bool append
 
bool inUse
 
bool modified
 

Member Data Documentation

◆ append

bool _FILE_STRUCT::append

◆ appendPosition

FILE_POSITION _FILE_STRUCT::appendPosition

◆ currentPosition

uint32_t _FILE_STRUCT::currentPosition

◆ dirEntryEnd

DIR_ENTRY_POSITION _FILE_STRUCT::dirEntryEnd

◆ dirEntryStart

DIR_ENTRY_POSITION _FILE_STRUCT::dirEntryStart

◆ filesize

uint32_t _FILE_STRUCT::filesize

◆ inUse

bool _FILE_STRUCT::inUse

◆ modified

bool _FILE_STRUCT::modified

◆ nextOpenFile

struct _FILE_STRUCT * _FILE_STRUCT::nextOpenFile

◆ partition

PARTITION * _FILE_STRUCT::partition

◆ prevOpenFile

struct _FILE_STRUCT * _FILE_STRUCT::prevOpenFile

◆ read

bool _FILE_STRUCT::read

◆ rwPosition

FILE_POSITION _FILE_STRUCT::rwPosition

◆ startCluster

uint32_t _FILE_STRUCT::startCluster

◆ write

bool _FILE_STRUCT::write

The documentation for this struct was generated from the following file: