ReactOS 0.4.15-dev-7924-g5949c20
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
17
18/* FUNCTIONS *****************************************************************/
19
20VOID
23{
24 /* Set flag ON if quota enabled */
26}
unsigned char BOOLEAN
BOOLEAN CmpGlobalQuota
Definition: cmquota.c:15
VOID NTAPI CmpSetGlobalQuotaAllowed(VOID)
Definition: cmquota.c:22
BOOLEAN CmpGlobalQuotaAllowed
Definition: cmquota.c:16
#define NTAPI
Definition: typedefs.h:36