ReactOS 0.4.15-dev-7953-g1f49173
DIRENTRY Struct Reference

#include <fat.h>

Public Attributes

CHAR FileName [11]
 
UCHAR Attr
 
UCHAR ReservedNT
 
UCHAR TimeInTenths
 
USHORT CreateTime
 
USHORT CreateDate
 
USHORT LastAccessDate
 
USHORT ClusterHigh
 
USHORT Time
 
USHORT Date
 
USHORT ClusterLow
 
ULONG Size
 

Detailed Description

Definition at line 102 of file fat.h.

Member Data Documentation

◆ Attr

UCHAR DIRENTRY::Attr

Definition at line 105 of file fat.h.

◆ ClusterHigh

USHORT DIRENTRY::ClusterHigh

Definition at line 111 of file fat.h.

◆ ClusterLow

USHORT DIRENTRY::ClusterLow

Definition at line 114 of file fat.h.

◆ CreateDate

USHORT DIRENTRY::CreateDate

Definition at line 109 of file fat.h.

◆ CreateTime

USHORT DIRENTRY::CreateTime

Definition at line 108 of file fat.h.

◆ Date

USHORT DIRENTRY::Date

Definition at line 113 of file fat.h.

◆ FileName

CHAR DIRENTRY::FileName[11]

Definition at line 104 of file fat.h.

◆ LastAccessDate

USHORT DIRENTRY::LastAccessDate

Definition at line 110 of file fat.h.

◆ ReservedNT

UCHAR DIRENTRY::ReservedNT

Definition at line 106 of file fat.h.

◆ Size

ULONG DIRENTRY::Size

Definition at line 115 of file fat.h.

◆ Time

USHORT DIRENTRY::Time

Definition at line 112 of file fat.h.

◆ TimeInTenths

UCHAR DIRENTRY::TimeInTenths

Definition at line 107 of file fat.h.


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