|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include "ntoskrnl.h"#include "debug.h"
Go to the source code of this file.
Macros | |
| #define | NDEBUG |
Functions | |
| VOID NTAPI | CmpReportNotify (IN PCM_KEY_CONTROL_BLOCK Kcb, IN PHHIVE Hive, IN HCELL_INDEX Cell, IN ULONG Filter) |
| VOID NTAPI | CmpFlushNotify (IN PCM_KEY_BODY KeyBody, IN BOOLEAN LockHeld) |
| #define NDEBUG |
Definition at line 12 of file cmnotify.c.
Definition at line 30 of file cmnotify.c.
Referenced by CmpFlushNotifiesOnKeyBodyList().
| VOID NTAPI CmpReportNotify | ( | IN PCM_KEY_CONTROL_BLOCK | Kcb, |
| IN PHHIVE | Hive, | ||
| IN HCELL_INDEX | Cell, | ||
| IN ULONG | Filter | ||
| ) |
Definition at line 19 of file cmnotify.c.
Referenced by CmDeleteKey(), CmDeleteValueKey(), CmpDoCreateChild(), and CmSetValueKey().