ReactOS 0.4.16-dev-905-gc1b8c4f
|
#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 243 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 237 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 238 of file cm.h.
Referenced by CmpCloseKeyObject(), CmpDoCreateChild(), CmpDoOpen(), and CmpFlushNotifiesOnKeyBodyList().
HANDLE _CM_KEY_BODY::ProcessID |
Definition at line 239 of file cm.h.
Referenced by CmpDoCreateChild(), and CmpDoOpen().
ULONG _CM_KEY_BODY::Type |
Definition at line 236 of file cm.h.
Referenced by CmpCloseKeyObject(), CmpDeleteKeyObject(), CmpDoCreateChild(), CmpDoOpen(), and CmpFlushNotifiesOnKeyBodyList().