ReactOS 0.4.15-dev-8092-ge0ba2f3
_FATXDirEntry Struct Reference

#include <vfat.h>

Public Attributes

unsigned char FilenameLength
 
unsigned char Attrib
 
unsigned char Filename [42]
 
unsigned long FirstCluster
 
unsigned long FileSize
 
unsigned short UpdateTime
 
unsigned short UpdateDate
 
unsigned short CreationTime
 
unsigned short CreationDate
 
unsigned short AccessTime
 
unsigned short AccessDate
 

Detailed Description

Definition at line 169 of file vfat.h.

Member Data Documentation

◆ AccessDate

unsigned short _FATXDirEntry::AccessDate

Definition at line 181 of file vfat.h.

◆ AccessTime

unsigned short _FATXDirEntry::AccessTime

Definition at line 180 of file vfat.h.

◆ Attrib

unsigned char _FATXDirEntry::Attrib

Definition at line 172 of file vfat.h.

Referenced by FsdSetFsLabelInformation(), and vfatNewFCB().

◆ CreationDate

unsigned short _FATXDirEntry::CreationDate

Definition at line 179 of file vfat.h.

Referenced by FATXDelEntry().

◆ CreationTime

unsigned short _FATXDirEntry::CreationTime

Definition at line 178 of file vfat.h.

Referenced by FATXDelEntry().

◆ Filename

unsigned char _FATXDirEntry::Filename[42]

Definition at line 173 of file vfat.h.

Referenced by FATXGetNextDirEntry(), FsdSetFsLabelInformation(), and vfatRenameEntry().

◆ FilenameLength

unsigned char _FATXDirEntry::FilenameLength

Definition at line 171 of file vfat.h.

Referenced by FATXDelEntry(), FATXGetNextDirEntry(), and vfatRenameEntry().

◆ FileSize

unsigned long _FATXDirEntry::FileSize

Definition at line 175 of file vfat.h.

Referenced by FATXDelEntry().

◆ FirstCluster

unsigned long _FATXDirEntry::FirstCluster

Definition at line 174 of file vfat.h.

Referenced by vfatDirEntryGetFirstCluster().

◆ UpdateDate

unsigned short _FATXDirEntry::UpdateDate

Definition at line 177 of file vfat.h.

Referenced by VfatCreateFile().

◆ UpdateTime

unsigned short _FATXDirEntry::UpdateTime

Definition at line 176 of file vfat.h.

Referenced by VfatCreateFile().


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