ReactOS 0.4.15-dev-7924-g5949c20
_REGISTRY_CALLBACK Struct Reference
Collaboration diagram for _REGISTRY_CALLBACK:

Public Attributes

LIST_ENTRY ListEntry
 
EX_RUNDOWN_REF RundownRef
 
PEX_CALLBACK_FUNCTION Function
 
PVOID Context
 
LARGE_INTEGER Cookie
 
BOOLEAN PendingDelete
 

Detailed Description

Definition at line 23 of file cmhook.c.

Member Data Documentation

◆ Context

PVOID _REGISTRY_CALLBACK::Context

Definition at line 28 of file cmhook.c.

Referenced by CmiCallRegisteredCallbacks().

◆ Cookie

LARGE_INTEGER _REGISTRY_CALLBACK::Cookie

Definition at line 29 of file cmhook.c.

Referenced by CmUnRegisterCallback().

◆ Function

PEX_CALLBACK_FUNCTION _REGISTRY_CALLBACK::Function

Definition at line 27 of file cmhook.c.

Referenced by CmiCallRegisteredCallbacks().

◆ ListEntry

LIST_ENTRY _REGISTRY_CALLBACK::ListEntry

Definition at line 25 of file cmhook.c.

Referenced by CmUnRegisterCallback().

◆ PendingDelete

BOOLEAN _REGISTRY_CALLBACK::PendingDelete

Definition at line 30 of file cmhook.c.

Referenced by CmiCallRegisteredCallbacks(), and CmUnRegisterCallback().

◆ RundownRef

EX_RUNDOWN_REF _REGISTRY_CALLBACK::RundownRef

Definition at line 26 of file cmhook.c.

Referenced by CmiCallRegisteredCallbacks(), and CmUnRegisterCallback().


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