ReactOS 0.4.15-dev-7924-g5949c20
_CM_NOTIFY_BLOCK Struct Reference

#include <cm.h>

Collaboration diagram for _CM_NOTIFY_BLOCK:

Public Attributes

LIST_ENTRY HiveList
 
LIST_ENTRY PostList
 
PCM_KEY_CONTROL_BLOCK KeyControlBlock
 
PCM_KEY_BODY KeyBody
 
ULONG Filter:29
 
ULONG WatchTree:30
 
ULONG NotifyPending:31
 

Detailed Description

Definition at line 323 of file cm.h.

Member Data Documentation

◆ Filter

ULONG _CM_NOTIFY_BLOCK::Filter

Definition at line 329 of file cm.h.

◆ HiveList

LIST_ENTRY _CM_NOTIFY_BLOCK::HiveList

Definition at line 325 of file cm.h.

◆ KeyBody

PCM_KEY_BODY _CM_NOTIFY_BLOCK::KeyBody

Definition at line 328 of file cm.h.

◆ KeyControlBlock

PCM_KEY_CONTROL_BLOCK _CM_NOTIFY_BLOCK::KeyControlBlock

Definition at line 327 of file cm.h.

◆ NotifyPending

ULONG _CM_NOTIFY_BLOCK::NotifyPending

Definition at line 331 of file cm.h.

◆ PostList

LIST_ENTRY _CM_NOTIFY_BLOCK::PostList

Definition at line 326 of file cm.h.

◆ WatchTree

ULONG _CM_NOTIFY_BLOCK::WatchTree

Definition at line 330 of file cm.h.


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