ReactOS 0.4.15-dev-7924-g5949c20
_NAME_CACHE_ENTRY Struct Reference
Collaboration diagram for _NAME_CACHE_ENTRY:

Public Attributes

struct _NAME_CACHE_ENTRYNext
 
ULONGLONG MftId
 
ULONG NameLen
 
WCHAR Name [1]
 

Detailed Description

Definition at line 152 of file nfi.c.

Member Data Documentation

◆ MftId

ULONGLONG _NAME_CACHE_ENTRY::MftId

Definition at line 155 of file nfi.c.

Referenced by AddToCache(), FindInCache(), and PrintPrettyName().

◆ Name

WCHAR _NAME_CACHE_ENTRY::Name[1]

Definition at line 157 of file nfi.c.

Referenced by AddToCache(), and PrintPrettyName().

◆ NameLen

ULONG _NAME_CACHE_ENTRY::NameLen

Definition at line 156 of file nfi.c.

Referenced by AddToCache(), and PrintPrettyName().

◆ Next

struct _NAME_CACHE_ENTRY* _NAME_CACHE_ENTRY::Next

Definition at line 154 of file nfi.c.

Referenced by _tmain(), AddToCache(), and FindInCache().


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