ReactOS 0.4.15-dev-7834-g00c4b3d
_CM_KEY_HASH_TABLE_ENTRY Struct Reference

#include <cm.h>

Collaboration diagram for _CM_KEY_HASH_TABLE_ENTRY:

Public Attributes

EX_PUSH_LOCK Lock
 
PKTHREAD Owner
 
PCM_KEY_HASH Entry
 

Detailed Description

Definition at line 158 of file cm.h.

Member Data Documentation

◆ Entry

PCM_KEY_HASH _CM_KEY_HASH_TABLE_ENTRY::Entry

Definition at line 162 of file cm.h.

Referenced by CmpEnumerateOpenSubKeys(), and CmpInsertKeyHash().

◆ Lock

EX_PUSH_LOCK _CM_KEY_HASH_TABLE_ENTRY::Lock

Definition at line 160 of file cm.h.

◆ Owner

PKTHREAD _CM_KEY_HASH_TABLE_ENTRY::Owner

Definition at line 161 of file cm.h.

Referenced by CmpAcquireKcbLockExclusiveByIndex(), and CmpReleaseKcbLockByIndex().


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