ReactOS 0.4.15-dev-7953-g1f49173
FATX_DIRENTRY Struct Reference

#include <fat.h>

Public Attributes

UCHAR FileNameSize
 
UCHAR Attr
 
CHAR FileName [42]
 
ULONG StartCluster
 
ULONG Size
 
USHORT Time
 
USHORT Date
 
USHORT CreateTime
 
USHORT CreateDate
 
USHORT LastAccessTime
 
USHORT LastAccessDate
 

Detailed Description

Definition at line 130 of file fat.h.

Member Data Documentation

◆ Attr

UCHAR FATX_DIRENTRY::Attr

Definition at line 133 of file fat.h.

◆ CreateDate

USHORT FATX_DIRENTRY::CreateDate

Definition at line 140 of file fat.h.

◆ CreateTime

USHORT FATX_DIRENTRY::CreateTime

Definition at line 139 of file fat.h.

◆ Date

USHORT FATX_DIRENTRY::Date

Definition at line 138 of file fat.h.

◆ FileName

CHAR FATX_DIRENTRY::FileName[42]

Definition at line 134 of file fat.h.

◆ FileNameSize

UCHAR FATX_DIRENTRY::FileNameSize

Definition at line 132 of file fat.h.

◆ LastAccessDate

USHORT FATX_DIRENTRY::LastAccessDate

Definition at line 142 of file fat.h.

◆ LastAccessTime

USHORT FATX_DIRENTRY::LastAccessTime

Definition at line 141 of file fat.h.

◆ Size

ULONG FATX_DIRENTRY::Size

Definition at line 136 of file fat.h.

◆ StartCluster

ULONG FATX_DIRENTRY::StartCluster

Definition at line 135 of file fat.h.

◆ Time

USHORT FATX_DIRENTRY::Time

Definition at line 137 of file fat.h.


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