ReactOS 0.4.15-dev-7924-g5949c20
cmquota.c File Reference
#include "ntoskrnl.h"
#include "debug.h"
Include dependency graph for cmquota.c:

Go to the source code of this file.

Macros

#define NDEBUG
 

Functions

VOID NTAPI CmpSetGlobalQuotaAllowed (VOID)
 

Variables

BOOLEAN CmpGlobalQuota
 
BOOLEAN CmpGlobalQuotaAllowed
 

Macro Definition Documentation

◆ NDEBUG

#define NDEBUG

Definition at line 12 of file cmquota.c.

Function Documentation

◆ CmpSetGlobalQuotaAllowed()

VOID NTAPI CmpSetGlobalQuotaAllowed ( VOID  )

Definition at line 22 of file cmquota.c.

23{
24 /* Set flag ON if quota enabled */
26}
BOOLEAN CmpGlobalQuota
Definition: cmquota.c:15
BOOLEAN CmpGlobalQuotaAllowed
Definition: cmquota.c:16

Referenced by CmLoadKey().

Variable Documentation

◆ CmpGlobalQuota

BOOLEAN CmpGlobalQuota

Definition at line 15 of file cmquota.c.

Referenced by CmpSetGlobalQuotaAllowed().

◆ CmpGlobalQuotaAllowed

BOOLEAN CmpGlobalQuotaAllowed

Definition at line 16 of file cmquota.c.

Referenced by CmpSetGlobalQuotaAllowed().