ReactOS 0.4.16-dev-197-g92996da
|
Public Attributes | |
struct _NAME_CACHE_ENTRY * | Next |
ULONGLONG | MftId |
ULONG | NameLen |
WCHAR | Name [1] |
ULONGLONG _NAME_CACHE_ENTRY::MftId |
Definition at line 155 of file nfi.c.
Referenced by AddToCache(), FindInCache(), and PrintPrettyName().
WCHAR _NAME_CACHE_ENTRY::Name[1] |
Definition at line 157 of file nfi.c.
Referenced by AddToCache(), and PrintPrettyName().
ULONG _NAME_CACHE_ENTRY::NameLen |
Definition at line 156 of file nfi.c.
Referenced by AddToCache(), and PrintPrettyName().
struct _NAME_CACHE_ENTRY* _NAME_CACHE_ENTRY::Next |
Definition at line 154 of file nfi.c.
Referenced by _tmain(), AddToCache(), and FindInCache().