fixed definition of the SYSTEM_REGISTRY_QUOTA_INFORMATION structure

svn path=/trunk/; revision=10965
This commit is contained in:
Thomas Bluemel 2004-09-21 22:07:38 +00:00
parent 1f2ec88e90
commit 5f701004c0

View 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 {