ReactOS 0.4.15-dev-7788-g1ad9096
_CM_KEY_BODY Struct Reference

#include <cm.h>

Collaboration diagram for _CM_KEY_BODY:

Public Attributes

ULONG Type
 
struct _CM_KEY_CONTROL_BLOCKKeyControlBlock
 
struct _CM_NOTIFY_BLOCKNotifyBlock
 
HANDLE ProcessID
 
LIST_ENTRY KeyBodyList
 
BOOLEAN KcbLocked
 

Detailed Description

Definition at line 231 of file cm.h.

Member Data Documentation

◆ KcbLocked

BOOLEAN _CM_KEY_BODY::KcbLocked

Definition at line 240 of file cm.h.

Referenced by CmpDeleteKeyObject(), CmpDoCreateChild(), and CmpDoOpen().

◆ KeyBodyList

LIST_ENTRY _CM_KEY_BODY::KeyBodyList

Definition at line 237 of file cm.h.

◆ KeyControlBlock

◆ NotifyBlock

struct _CM_NOTIFY_BLOCK* _CM_KEY_BODY::NotifyBlock

◆ ProcessID

HANDLE _CM_KEY_BODY::ProcessID

Definition at line 236 of file cm.h.

Referenced by CmpDoCreateChild(), and CmpDoOpen().

◆ Type

ULONG _CM_KEY_BODY::Type

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