fixed definition of the SYSTEM_REGISTRY_QUOTA_INFORMATION structure
authorThomas Bluemel <thomas@reactsoft.com>
Tue, 21 Sep 2004 22:07:38 +0000 (22:07 +0000)
committerThomas Bluemel <thomas@reactsoft.com>
Tue, 21 Sep 2004 22:07:38 +0000 (22:07 +0000)
svn path=/trunk/; revision=10965

reactos/w32api/include/ddk/ntapi.h

index 5ef3659..5de0d19 100644 (file)
@@ -566,9 +566,9 @@ typedef struct _SYSTEM_CONTEXT_SWITCH_INFORMATION {
 } SYSTEM_CONTEXT_SWITCH_INFORMATION, *PSYSTEM_CONTEXT_SWITCH_INFORMATION;
 
 typedef struct _SYSTEM_REGISTRY_QUOTA_INFORMATION {
-       ULONG  RegistryQuota;
-       ULONG  RegistryQuotaInUse;
-       ULONG  PagedPoolSize;
+       ULONG  RegistryQuotaAllowed;
+       ULONG  RegistryQuotaUsed;
+       PVOID  Reserved1;
 } SYSTEM_REGISTRY_QUOTA_INFORMATION, *PSYSTEM_REGISTRY_QUOTA_INFORMATION;
 
 typedef struct _SYSTEM_LOAD_AND_CALL_IMAGE {