ReactOS 0.4.15-dev-7842-g558ab78
_FF_FILE Struct Reference

#include <ff_file.h>

Collaboration diagram for _FF_FILE:

Public Attributes

FF_IOMANpIoman
 Ioman Pointer!
 
FF_T_UINT32 Filesize
 File's Size.
 
FF_T_UINT32 ObjectCluster
 File's Start Cluster.
 
FF_T_UINT32 iChainLength
 Total Length of the File's cluster chain.
 
FF_T_UINT32 CurrentCluster
 Prevents FAT Thrashing.
 
FF_T_UINT32 AddrCurrentCluster
 Address of the current cluster.
 
FF_T_UINT32 iEndOfChain
 Address of the last cluster in the chain.
 
FF_T_UINT32 FilePointer
 Current Position Pointer.
 
FF_T_UINT8 Mode
 Mode that File Was opened in.
 
FF_T_UINT32 DirCluster
 Cluster Number that the Dirent is in.
 
FF_T_UINT16 DirEntry
 Dirent Entry Number describing this file.
 
FF_T_BOOL FileDeleted
 
struct _FF_FILENext
 Pointer to the next file object in the linked list.
 

Detailed Description

Definition at line 56 of file ff_file.h.

Member Data Documentation

◆ AddrCurrentCluster

FF_T_UINT32 _FF_FILE::AddrCurrentCluster

Address of the current cluster.

Definition at line 62 of file ff_file.h.

◆ CurrentCluster

FF_T_UINT32 _FF_FILE::CurrentCluster

Prevents FAT Thrashing.

Definition at line 61 of file ff_file.h.

◆ DirCluster

FF_T_UINT32 _FF_FILE::DirCluster

Cluster Number that the Dirent is in.

Definition at line 67 of file ff_file.h.

◆ DirEntry

FF_T_UINT16 _FF_FILE::DirEntry

Dirent Entry Number describing this file.

Definition at line 68 of file ff_file.h.

◆ FileDeleted

FF_T_BOOL _FF_FILE::FileDeleted

Definition at line 70 of file ff_file.h.

◆ FilePointer

FF_T_UINT32 _FF_FILE::FilePointer

Current Position Pointer.

Definition at line 64 of file ff_file.h.

◆ Filesize

FF_T_UINT32 _FF_FILE::Filesize

File's Size.

Definition at line 58 of file ff_file.h.

◆ iChainLength

FF_T_UINT32 _FF_FILE::iChainLength

Total Length of the File's cluster chain.

Definition at line 60 of file ff_file.h.

◆ iEndOfChain

FF_T_UINT32 _FF_FILE::iEndOfChain

Address of the last cluster in the chain.

Definition at line 63 of file ff_file.h.

◆ Mode

FF_T_UINT8 _FF_FILE::Mode

Mode that File Was opened in.

Definition at line 66 of file ff_file.h.

◆ Next

struct _FF_FILE* _FF_FILE::Next

Pointer to the next file object in the linked list.

Definition at line 71 of file ff_file.h.

◆ ObjectCluster

FF_T_UINT32 _FF_FILE::ObjectCluster

File's Start Cluster.

Definition at line 59 of file ff_file.h.

◆ pIoman

FF_IOMAN* _FF_FILE::pIoman

Ioman Pointer!

Definition at line 57 of file ff_file.h.


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