mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[XDK]
- Remove duplicate QUOTA_LIMITS [WDM] - Update wdm.h with the recent changes to XDK svn path=/branches/header-work/; revision=46244
This commit is contained in:
@@ -8,16 +8,6 @@
|
||||
#define QUOTA_LIMITS_HARDWS_MAX_DISABLE 0x00000008
|
||||
#define QUOTA_LIMITS_USE_DEFAULT_LIMITS 0x00000010
|
||||
|
||||
/* Process Qoutas */
|
||||
typedef struct _QUOTA_LIMITS {
|
||||
SIZE_T PagedPoolLimit;
|
||||
SIZE_T NonPagedPoolLimit;
|
||||
SIZE_T MinimumWorkingSetSize;
|
||||
SIZE_T MaximumWorkingSetSize;
|
||||
SIZE_T PagefileLimit;
|
||||
LARGE_INTEGER TimeLimit;
|
||||
} QUOTA_LIMITS, *PQUOTA_LIMITS;
|
||||
|
||||
/* Thread Access Rights */
|
||||
#define THREAD_TERMINATE 0x0001
|
||||
#define THREAD_SUSPEND_RESUME 0x0002
|
||||
|
||||
Reference in New Issue
Block a user