ReactOS 0.4.15-dev-7842-g558ab78
_FILE_NAME_NODE Struct Reference

#include <fatstruc.h>

Collaboration diagram for _FILE_NAME_NODE:

Public Attributes

struct _FCBFcb
 
union {
   OEM_STRING   Oem
 
   UNICODE_STRING   Unicode
 
Name
 
BOOLEAN FileNameDos
 
RTL_SPLAY_LINKS Links
 

Detailed Description

Definition at line 679 of file fatstruc.h.

Member Data Documentation

◆ Fcb

struct _FCB* _FILE_NAME_NODE::Fcb

Definition at line 685 of file fatstruc.h.

Referenced by FatConstructNamesInFcb().

◆ FileNameDos

BOOLEAN _FILE_NAME_NODE::FileNameDos

Definition at line 704 of file fatstruc.h.

Referenced by FatConstructNamesInFcb(), and FatCreateFcb().

◆ Links

RTL_SPLAY_LINKS _FILE_NAME_NODE::Links

Definition at line 710 of file fatstruc.h.

Referenced by FatRemoveNames().

◆ 

◆ Oem

◆ Unicode

UNICODE_STRING _FILE_NAME_NODE::Unicode

Definition at line 695 of file fatstruc.h.

Referenced by FatConstructNamesInFcb(), and FatRemoveNames().


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