ReactOS 0.4.15-dev-7924-g5949c20
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
 
UCHAR Attributes
 

Detailed Description

Definition at line 148 of file fat.h.

Member Data Documentation

◆ Attributes

UCHAR FAT_FILE_INFO::Attributes

◆ CurrentCluster

ULONG FAT_FILE_INFO::CurrentCluster

◆ 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 150 of file fat.h.

Referenced by FatReadFile().


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