mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
Add SYSTEM_REGISTRY_QUOTA_INFORMATION
svn path=/trunk/; revision=11234
This commit is contained in:
@@ -518,6 +518,14 @@ typedef struct _SYSTEM_LOAD_AND_CALL_IMAGE
|
||||
UNICODE_STRING ModuleName;
|
||||
} SYSTEM_LOAD_AND_CALL_IMAGE, *PSYSTEM_LOAD_AND_CALL_IMAGE;
|
||||
|
||||
// SystemRegistryQuotaInformation (37)
|
||||
typedef struct _SYSTEM_REGISTRY_QUOTA_INFORMATION {
|
||||
ULONG RegistryQuotaAllowed;
|
||||
ULONG RegistryQuotaUsed;
|
||||
PVOID Reserved1;
|
||||
} SYSTEM_REGISTRY_QUOTA_INFORMATION, *PSYSTEM_REGISTRY_QUOTA_INFORMATION;
|
||||
|
||||
|
||||
// SystemTimeZoneInformation (44)
|
||||
typedef
|
||||
struct _SYSTEM_TIME_ZONE_INFORMATION
|
||||
|
||||
Reference in New Issue
Block a user