ReactOS 0.4.15-dev-7834-g00c4b3d
LFN_DIRENTRY Struct Reference

#include <fat.h>

Public Attributes

UCHAR SequenceNumber
 
WCHAR Name0_4 [5]
 
UCHAR EntryAttributes
 
UCHAR Reserved
 
UCHAR AliasChecksum
 
WCHAR Name5_10 [6]
 
USHORT StartCluster
 
WCHAR Name11_12 [2]
 

Detailed Description

Definition at line 118 of file fat.h.

Member Data Documentation

◆ AliasChecksum

UCHAR LFN_DIRENTRY::AliasChecksum

Definition at line 124 of file fat.h.

◆ EntryAttributes

UCHAR LFN_DIRENTRY::EntryAttributes

Definition at line 122 of file fat.h.

◆ Name0_4

WCHAR LFN_DIRENTRY::Name0_4[5]

Definition at line 121 of file fat.h.

Referenced by FatSearchDirectoryBufferForFile().

◆ Name11_12

WCHAR LFN_DIRENTRY::Name11_12[2]

Definition at line 127 of file fat.h.

Referenced by FatSearchDirectoryBufferForFile().

◆ Name5_10

WCHAR LFN_DIRENTRY::Name5_10[6]

Definition at line 125 of file fat.h.

Referenced by FatSearchDirectoryBufferForFile().

◆ Reserved

UCHAR LFN_DIRENTRY::Reserved

Definition at line 123 of file fat.h.

◆ SequenceNumber

UCHAR LFN_DIRENTRY::SequenceNumber

Definition at line 120 of file fat.h.

Referenced by FatSearchDirectoryBufferForFile().

◆ StartCluster

USHORT LFN_DIRENTRY::StartCluster

Definition at line 126 of file fat.h.


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