ReactOS 0.4.15-dev-7998-gdb93cb1
_VFAT_DIRENTRY_CONTEXT Struct Reference

#include <vfat.h>

Collaboration diagram for _VFAT_DIRENTRY_CONTEXT:

Public Attributes

ULONG StartIndex
 
ULONG DirIndex
 
DIR_ENTRY DirEntry
 
UNICODE_STRING LongNameU
 
UNICODE_STRING ShortNameU
 
PDEVICE_EXTENSION DeviceExt
 

Detailed Description

Definition at line 597 of file vfat.h.

Member Data Documentation

◆ DeviceExt

PDEVICE_EXTENSION _VFAT_DIRENTRY_CONTEXT::DeviceExt

Definition at line 604 of file vfat.h.

Referenced by FATAddEntry().

◆ DirEntry

DIR_ENTRY _VFAT_DIRENTRY_CONTEXT::DirEntry

Definition at line 601 of file vfat.h.

Referenced by FATAddEntry().

◆ DirIndex

ULONG _VFAT_DIRENTRY_CONTEXT::DirIndex

Definition at line 600 of file vfat.h.

Referenced by FATAddEntry().

◆ LongNameU

UNICODE_STRING _VFAT_DIRENTRY_CONTEXT::LongNameU

Definition at line 602 of file vfat.h.

Referenced by FATAddEntry().

◆ ShortNameU

UNICODE_STRING _VFAT_DIRENTRY_CONTEXT::ShortNameU

Definition at line 603 of file vfat.h.

Referenced by FATAddEntry().

◆ StartIndex

ULONG _VFAT_DIRENTRY_CONTEXT::StartIndex

Definition at line 599 of file vfat.h.


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