ReactOS 0.4.16-dev-289-g096a551
|
#include <obtypes.h>
Public Attributes | |
struct _OBJECT_DIRECTORY_ENTRY * | ChainLink |
PVOID | Object |
ULONG | HashValue |
struct _OBJECT_DIRECTORY_ENTRY* _OBJECT_DIRECTORY_ENTRY::ChainLink |
Definition at line 400 of file obtypes.h.
Referenced by ObpDeleteEntryDirectory(), ObpInsertEntryDirectory(), and ObpLookupEntryDirectory().
ULONG _OBJECT_DIRECTORY_ENTRY::HashValue |
Definition at line 403 of file obtypes.h.
Referenced by ObpInsertEntryDirectory(), and ObpLookupEntryDirectory().
PVOID _OBJECT_DIRECTORY_ENTRY::Object |
Definition at line 401 of file obtypes.h.
Referenced by ObpInsertEntryDirectory(), and ObpLookupEntryDirectory().