ReactOS
0.4.15-dev-5669-g09dde2c
cmcheck.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/cmcheck.c
5
* PURPOSE: Configuration Manager - Hive and Key Validation
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
/* GLOBALS *******************************************************************/
16
17
/* FUNCTIONS *****************************************************************/
18
19
ULONG
20
NTAPI
21
CmCheckRegistry
(
IN
PCMHIVE
RegistryHive,
22
IN
ULONG
Flags
)
23
{
24
/* FIXME: HACK! */
25
DPRINT1
(
"CmCheckRegistry(0x%p, %lu) is UNIMPLEMENTED!\n"
, RegistryHive,
Flags
);
26
return
0;
27
}
DPRINT1
#define DPRINT1
Definition:
precomp.h:8
CmCheckRegistry
ULONG NTAPI CmCheckRegistry(IN PCMHIVE RegistryHive, IN ULONG Flags)
Definition:
cmcheck.c:21
_CMHIVE
Definition:
cmlib.h:245
NTAPI
#define NTAPI
Definition:
typedefs.h:36
IN
#define IN
Definition:
typedefs.h:39
ULONG
uint32_t ULONG
Definition:
typedefs.h:59
Flags
_Must_inspect_result_ _In_ ULONG Flags
Definition:
wsk.h:170
ntoskrnl
config
cmcheck.c
Generated on Tue Feb 7 2023 06:12:00 for ReactOS by
1.9.6