ReactOS 0.4.15-dev-7991-ge77da17
_FATDirEntry Struct Reference

#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
 

Detailed Description

Definition at line 110 of file vfat.h.

Member Data Documentation

◆ 

union { ... } _FATDirEntry::@964

◆ 

union { ... } _FATDirEntry::@966

◆ AccessDate

unsigned short _FATDirEntry::AccessDate

Definition at line 120 of file vfat.h.

◆ Attrib

unsigned char _FATDirEntry::Attrib

Definition at line 117 of file vfat.h.

Referenced by FsdSetFsLabelInformation(), and vfatNewFCB().

◆ CreationDate

unsigned short _FATDirEntry::CreationDate

Definition at line 120 of file vfat.h.

Referenced by FATDelEntry().

◆ CreationTime

unsigned short _FATDirEntry::CreationTime

Definition at line 120 of file vfat.h.

Referenced by FATDelEntry().

◆ CreationTimeMs

unsigned char _FATDirEntry::CreationTimeMs

Definition at line 119 of file vfat.h.

◆ Ext

unsigned char _FATDirEntry::Ext[3]

Definition at line 114 of file vfat.h.

Referenced by FsdSetFsLabelInformation().

◆ ExtendedAttributes

unsigned short _FATDirEntry::ExtendedAttributes

Definition at line 124 of file vfat.h.

◆ Filename

unsigned char _FATDirEntry::Filename[8]

Definition at line 114 of file vfat.h.

Referenced by FATDelEntry(), and FsdSetFsLabelInformation().

◆ FileSize

unsigned long _FATDirEntry::FileSize

Definition at line 129 of file vfat.h.

Referenced by FATAddEntry(), and FATDelEntry().

◆ FirstCluster

unsigned short _FATDirEntry::FirstCluster

Definition at line 128 of file vfat.h.

Referenced by FATAddEntry(), FATDelEntry(), and vfatDirEntryGetFirstCluster().

◆ FirstClusterHigh

unsigned short _FATDirEntry::FirstClusterHigh

Definition at line 123 of file vfat.h.

Referenced by FATAddEntry(), and vfatDirEntryGetFirstCluster().

◆ lCase

unsigned char _FATDirEntry::lCase

Definition at line 118 of file vfat.h.

◆ ShortName

unsigned char _FATDirEntry::ShortName[11]

Definition at line 115 of file vfat.h.

Referenced by FATAddEntry(), and FATGetNextDirEntry().

◆ UpdateDate

unsigned short _FATDirEntry::UpdateDate

Definition at line 127 of file vfat.h.

Referenced by VfatCreateFile().

◆ UpdateTime

unsigned short _FATDirEntry::UpdateTime

Definition at line 126 of file vfat.h.

Referenced by VfatCreateFile().


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