ReactOS 0.4.15-dev-7924-g5949c20
_OBJECT_DIRECTORY_ENTRY Struct Reference

#include <obtypes.h>

Collaboration diagram for _OBJECT_DIRECTORY_ENTRY:

Public Attributes

struct _OBJECT_DIRECTORY_ENTRYChainLink
 
PVOID Object
 
ULONG HashValue
 

Detailed Description

Definition at line 398 of file obtypes.h.

Member Data Documentation

◆ ChainLink

struct _OBJECT_DIRECTORY_ENTRY* _OBJECT_DIRECTORY_ENTRY::ChainLink

◆ HashValue

ULONG _OBJECT_DIRECTORY_ENTRY::HashValue

Definition at line 403 of file obtypes.h.

Referenced by ObpInsertEntryDirectory(), and ObpLookupEntryDirectory().

◆ Object

PVOID _OBJECT_DIRECTORY_ENTRY::Object

Definition at line 401 of file obtypes.h.

Referenced by ObpInsertEntryDirectory(), and ObpLookupEntryDirectory().


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