ReactOS 0.4.15-dev-7942-gd23573b
_DIRECTORY_BUFFER Struct Reference
Collaboration diagram for _DIRECTORY_BUFFER:

Public Attributes

LIST_ENTRY Link
 
PVOID Volume
 
ULONG DirectoryStartCluster
 
ULONG DirectorySize
 
UCHAR Data []
 

Detailed Description

Definition at line 408 of file fat.c.

Member Data Documentation

◆ Data

UCHAR _DIRECTORY_BUFFER::Data[]

Definition at line 414 of file fat.c.

Referenced by FatBufferDirectory().

◆ DirectorySize

ULONG _DIRECTORY_BUFFER::DirectorySize

Definition at line 413 of file fat.c.

Referenced by FatBufferDirectory().

◆ DirectoryStartCluster

ULONG _DIRECTORY_BUFFER::DirectoryStartCluster

Definition at line 412 of file fat.c.

Referenced by FatBufferDirectory().

◆ Link

LIST_ENTRY _DIRECTORY_BUFFER::Link

Definition at line 410 of file fat.c.

Referenced by FatBufferDirectory().

◆ Volume

PVOID _DIRECTORY_BUFFER::Volume

Definition at line 411 of file fat.c.

Referenced by FatBufferDirectory().


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