ReactOS 0.4.15-dev-7924-g5949c20
_HASHENTRY Struct Reference

#include <vfat.h>

Collaboration diagram for _HASHENTRY:

Public Attributes

ULONG Hash
 
struct _VFATFCBself
 
struct _HASHENTRYnext
 

Detailed Description

Definition at line 275 of file vfat.h.

Member Data Documentation

◆ Hash

ULONG _HASHENTRY::Hash

Definition at line 277 of file vfat.h.

Referenced by vfatAddFCBToTable(), vfatDelFCBFromTable(), vfatGrabFCBFromTable(), and vfatNewFCB().

◆ next

struct _HASHENTRY* _HASHENTRY::next

Definition at line 279 of file vfat.h.

Referenced by vfatAddFCBToTable(), and vfatDelFCBFromTable().

◆ self

struct _VFATFCB* _HASHENTRY::self

Definition at line 278 of file vfat.h.

Referenced by vfatNewFCB().


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