ReactOS
0.4.16-dev-2-g02a6913
cmnotify.c
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Kernel
3
* LICENSE: GPL - See COPYING in the top level directory
4
* FILE: ntoskrnl/config/cmnotify.c
5
* PURPOSE: Configuration Manager - Wrappers for Hive Operations
6
* PROGRAMMERS: Alex Ionescu (alex.ionescu@reactos.org)
7
*/
8
9
/* INCLUDES ******************************************************************/
10
11
#include "ntoskrnl.h"
12
#define NDEBUG
13
#include "debug.h"
14
15
/* FUNCTIONS *****************************************************************/
16
17
VOID
18
NTAPI
19
CmpReportNotify
(
IN
PCM_KEY_CONTROL_BLOCK
Kcb,
20
IN
PHHIVE
Hive,
21
IN
HCELL_INDEX
Cell,
22
IN
ULONG
Filter
)
23
{
24
/* FIXME: TODO */
25
return
;
26
}
27
28
VOID
29
NTAPI
30
CmpFlushNotify
(
IN
PCM_KEY_BODY
KeyBody,
31
IN
BOOLEAN
LockHeld)
32
{
33
/* FIXME: TODO */
34
return
;
35
}
36
BOOLEAN
unsigned char BOOLEAN
Definition:
ProcessorBind.h:185
CmpReportNotify
VOID NTAPI CmpReportNotify(IN PCM_KEY_CONTROL_BLOCK Kcb, IN PHHIVE Hive, IN HCELL_INDEX Cell, IN ULONG Filter)
Definition:
cmnotify.c:19
CmpFlushNotify
VOID NTAPI CmpFlushNotify(IN PCM_KEY_BODY KeyBody, IN BOOLEAN LockHeld)
Definition:
cmnotify.c:30
Filter
_Must_inspect_result_ _In_opt_ PFLT_FILTER Filter
Definition:
fltkernel.h:1801
HCELL_INDEX
ULONG HCELL_INDEX
Definition:
hivedata.h:105
void
Definition:
nsiface.idl:2307
_CM_KEY_BODY
Definition:
cm.h:235
_CM_KEY_CONTROL_BLOCK
Definition:
cm.h:270
_HHIVE
Definition:
hivedata.h:311
NTAPI
#define NTAPI
Definition:
typedefs.h:36
IN
#define IN
Definition:
typedefs.h:39
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
ntoskrnl
config
cmnotify.c
Generated on Thu Sep 12 2024 06:10:59 for ReactOS by
1.9.6