ReactOS 0.4.16-dev-1946-g52006dd
_FAT_FILE_INFO Struct Reference

#include <fat.h>

Collaboration diagram for _FAT_FILE_INFO:

Public Attributes

PFAT_VOLUME_INFO Volume
 
ULONG FileSize
 
ULONG FilePointer
 
ULONG CurrentCluster
 
ULONG StartCluster
 
ULONG FileNameLength
 
UCHAR Attributes
 
CHAR FileName [RTL_FIELD_SIZE(FILEINFORMATION, FileName)]
 

Detailed Description

Definition at line 165 of file fat.h.

Member Data Documentation

◆ Attributes

UCHAR _FAT_FILE_INFO::Attributes

◆ CurrentCluster

ULONG _FAT_FILE_INFO::CurrentCluster

◆ FileName

CHAR _FAT_FILE_INFO::FileName[RTL_FIELD_SIZE(FILEINFORMATION, FileName)]

Definition at line 174 of file fat.h.

Referenced by FatLookupFile().

◆ FileNameLength

ULONG _FAT_FILE_INFO::FileNameLength

Definition at line 172 of file fat.h.

Referenced by FatLookupFile().

◆ FilePointer

ULONG _FAT_FILE_INFO::FilePointer

◆ FileSize

ULONG _FAT_FILE_INFO::FileSize

◆ StartCluster

ULONG _FAT_FILE_INFO::StartCluster

◆ Volume

PFAT_VOLUME_INFO _FAT_FILE_INFO::Volume

Definition at line 167 of file fat.h.

Referenced by FatReadFile().


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