ReactOS 0.4.15-dev-7842-g558ab78
_FILE_ENUM_CONTEXT Struct Reference

#include <cdstruc.h>

Collaboration diagram for _FILE_ENUM_CONTEXT:

Public Attributes

PCOMPOUND_DIRENT PriorDirent
 
PCOMPOUND_DIRENT InitialDirent
 
PCOMPOUND_DIRENT CurrentDirent
 
ULONG Flags
 
LONGLONG FileSize
 
CD_NAME ShortName
 
WCHAR ShortNameBuffer [BYTE_COUNT_8_DOT_3/sizeof(WCHAR)]
 
COMPOUND_DIRENT Dirents [3]
 

Detailed Description

Definition at line 1696 of file cdstruc.h.

Member Data Documentation

◆ CurrentDirent

PCOMPOUND_DIRENT _FILE_ENUM_CONTEXT::CurrentDirent

Definition at line 1708 of file cdstruc.h.

◆ Dirents

COMPOUND_DIRENT _FILE_ENUM_CONTEXT::Dirents[3]

Definition at line 1734 of file cdstruc.h.

◆ FileSize

LONGLONG _FILE_ENUM_CONTEXT::FileSize

Definition at line 1721 of file cdstruc.h.

◆ Flags

ULONG _FILE_ENUM_CONTEXT::Flags

Definition at line 1714 of file cdstruc.h.

◆ InitialDirent

PCOMPOUND_DIRENT _FILE_ENUM_CONTEXT::InitialDirent

Definition at line 1707 of file cdstruc.h.

◆ PriorDirent

PCOMPOUND_DIRENT _FILE_ENUM_CONTEXT::PriorDirent

Definition at line 1706 of file cdstruc.h.

◆ ShortName

CD_NAME _FILE_ENUM_CONTEXT::ShortName

Definition at line 1727 of file cdstruc.h.

◆ ShortNameBuffer

WCHAR _FILE_ENUM_CONTEXT::ShortNameBuffer[BYTE_COUNT_8_DOT_3/sizeof(WCHAR)]

Definition at line 1728 of file cdstruc.h.


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