ReactOS
0.4.16-dev-319-g6cf4263
cmquota.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/cmquota.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
BOOLEAN
CmpGlobalQuota
;
16
BOOLEAN
CmpGlobalQuotaAllowed
;
17
18
/* FUNCTIONS *****************************************************************/
19
20
VOID
21
NTAPI
22
CmpSetGlobalQuotaAllowed
(
VOID
)
23
{
24
/* Set flag ON if quota enabled */
25
CmpGlobalQuotaAllowed
=
CmpGlobalQuota
;
26
}
BOOLEAN
unsigned char BOOLEAN
Definition:
ProcessorBind.h:185
CmpGlobalQuota
BOOLEAN CmpGlobalQuota
Definition:
cmquota.c:15
CmpSetGlobalQuotaAllowed
VOID NTAPI CmpSetGlobalQuotaAllowed(VOID)
Definition:
cmquota.c:22
CmpGlobalQuotaAllowed
BOOLEAN CmpGlobalQuotaAllowed
Definition:
cmquota.c:16
void
Definition:
nsiface.idl:2307
NTAPI
#define NTAPI
Definition:
typedefs.h:36
ntoskrnl
config
cmquota.c
Generated on Wed Dec 4 2024 06:11:23 for ReactOS by
1.9.6