ReactOS 0.4.16-dev-289-g096a551
|
#include <vfat.h>
Public Attributes | |
union { | |
struct { | |
unsigned char Filename [8] | |
unsigned char Ext [3] | |
} | |
unsigned char ShortName [11] | |
}; | |
unsigned char | Attrib |
unsigned char | lCase |
unsigned char | CreationTimeMs |
unsigned short | CreationTime |
unsigned short | CreationDate |
unsigned short | AccessDate |
union { | |
unsigned short FirstClusterHigh | |
unsigned short ExtendedAttributes | |
}; | |
unsigned short | UpdateTime |
unsigned short | UpdateDate |
unsigned short | FirstCluster |
unsigned long | FileSize |
union { ... } _FATDirEntry::@973 |
union { ... } _FATDirEntry::@975 |
Definition at line 117 of file vfat.h.
Referenced by FsdSetFsLabelInformation(), and vfatNewFCB().
Definition at line 120 of file vfat.h.
Referenced by FATDelEntry().
Definition at line 120 of file vfat.h.
Referenced by FATDelEntry().
Definition at line 114 of file vfat.h.
Referenced by FsdSetFsLabelInformation().
Definition at line 114 of file vfat.h.
Referenced by FATDelEntry(), and FsdSetFsLabelInformation().
Definition at line 129 of file vfat.h.
Referenced by FATAddEntry(), and FATDelEntry().
Definition at line 128 of file vfat.h.
Referenced by FATAddEntry(), FATDelEntry(), and vfatDirEntryGetFirstCluster().
Definition at line 123 of file vfat.h.
Referenced by FATAddEntry(), and vfatDirEntryGetFirstCluster().
Definition at line 115 of file vfat.h.
Referenced by FATAddEntry(), and FATGetNextDirEntry().
Definition at line 127 of file vfat.h.
Referenced by VfatCreateFile().
Definition at line 126 of file vfat.h.
Referenced by VfatCreateFile().