ReactOS 0.4.16-dev-814-g656a5dc
|
Public Attributes | |
LIST_ENTRY | ListEntry |
EX_RUNDOWN_REF | RundownRef |
PEX_CALLBACK_FUNCTION | Function |
PVOID | Context |
LARGE_INTEGER | Cookie |
BOOLEAN | PendingDelete |
PVOID _REGISTRY_CALLBACK::Context |
Definition at line 28 of file cmhook.c.
Referenced by CmiCallRegisteredCallbacks().
LARGE_INTEGER _REGISTRY_CALLBACK::Cookie |
Definition at line 29 of file cmhook.c.
Referenced by CmUnRegisterCallback().
PEX_CALLBACK_FUNCTION _REGISTRY_CALLBACK::Function |
Definition at line 27 of file cmhook.c.
Referenced by CmiCallRegisteredCallbacks().
LIST_ENTRY _REGISTRY_CALLBACK::ListEntry |
Definition at line 25 of file cmhook.c.
Referenced by CmUnRegisterCallback().
BOOLEAN _REGISTRY_CALLBACK::PendingDelete |
Definition at line 30 of file cmhook.c.
Referenced by CmiCallRegisteredCallbacks(), and CmUnRegisterCallback().
EX_RUNDOWN_REF _REGISTRY_CALLBACK::RundownRef |
Definition at line 26 of file cmhook.c.
Referenced by CmiCallRegisteredCallbacks(), and CmUnRegisterCallback().