ReactOS 0.4.15-dev-7196-g0fe0b40
|
#include <cm.h>
Public Attributes | |
ULONG | Type |
struct _CM_KEY_CONTROL_BLOCK * | KeyControlBlock |
struct _CM_NOTIFY_BLOCK * | NotifyBlock |
HANDLE | ProcessID |
LIST_ENTRY | KeyBodyList |
BOOLEAN | KcbLocked |
BOOLEAN _CM_KEY_BODY::KcbLocked |
Definition at line 240 of file cm.h.
Referenced by CmpDeleteKeyObject(), CmpDoCreateChild(), and CmpDoOpen().
LIST_ENTRY _CM_KEY_BODY::KeyBodyList |
struct _CM_KEY_CONTROL_BLOCK* _CM_KEY_BODY::KeyControlBlock |
Definition at line 234 of file cm.h.
Referenced by CmGetSystemDriverList(), CmpCreateLinkNode(), CmpDeleteKeyObject(), CmpDoCreate(), CmpDoCreateChild(), CmpDoOpen(), CmpIsHiveAlreadyLoaded(), CmpQueryKeyName(), NtDeleteKey(), NtDeleteValueKey(), NtEnumerateKey(), NtEnumerateValueKey(), NtFlushKey(), NtQueryKey(), NtQueryOpenSubKeys(), NtQueryValueKey(), NtSaveKeyEx(), NtSaveMergedKeys(), NtSetValueKey(), and NtUnloadKey2().
struct _CM_NOTIFY_BLOCK* _CM_KEY_BODY::NotifyBlock |
Definition at line 235 of file cm.h.
Referenced by CmpCloseKeyObject(), CmpDoCreateChild(), CmpDoOpen(), and CmpFlushNotifiesOnKeyBodyList().
HANDLE _CM_KEY_BODY::ProcessID |
Definition at line 236 of file cm.h.
Referenced by CmpDoCreateChild(), and CmpDoOpen().
ULONG _CM_KEY_BODY::Type |
Definition at line 233 of file cm.h.
Referenced by CmpCloseKeyObject(), CmpDeleteKeyObject(), CmpDoCreateChild(), CmpDoOpen(), and CmpFlushNotifiesOnKeyBodyList().