mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 21:45:41 +00:00
Add SYSTEM_REGISTRY_QUOTA_INFORMATION
svn path=/trunk/; revision=11234
This commit is contained in:
parent
b0468e7ffa
commit
ef253bf9d3
1 changed files with 8 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue