|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <fatstruc.h>

Public Attributes | |
| struct _FCB * | Fcb |
| union { | |
| OEM_STRING Oem | |
| UNICODE_STRING Unicode | |
| } | Name |
| BOOLEAN | FileNameDos |
| RTL_SPLAY_LINKS | Links |
Definition at line 679 of file fatstruc.h.
Definition at line 685 of file fatstruc.h.
Referenced by FatConstructNamesInFcb().
| BOOLEAN _FILE_NAME_NODE::FileNameDos |
Definition at line 704 of file fatstruc.h.
Referenced by FatConstructNamesInFcb(), and FatCreateFcb().
| RTL_SPLAY_LINKS _FILE_NAME_NODE::Links |
Definition at line 710 of file fatstruc.h.
Referenced by FatRemoveNames().
| union { ... } _FILE_NAME_NODE::Name |
| OEM_STRING _FILE_NAME_NODE::Oem |
Definition at line 693 of file fatstruc.h.
Referenced by _Requires_lock_held_(), FatCommonQueryEa(), FatCommonSetEa(), FatConstructNamesInFcb(), FatDeleteFcb(), FatQueryShortNameInfo(), FatRemoveNames(), FatSetRenameInfo(), and FatTunnelFcbOrDcb().
| UNICODE_STRING _FILE_NAME_NODE::Unicode |
Definition at line 695 of file fatstruc.h.
Referenced by FatConstructNamesInFcb(), and FatRemoveNames().