Searched refs:srqi (Results 1 – 2 of 2) sorted by relevance
/reactos/modules/rostests/winetests/ntdll/ |
H A D | info.c | 726 SYSTEM_REGISTRY_QUOTA_INFORMATION srqi; in test_query_regquota() local 728 status = pNtQuerySystemInformation(SystemRegistryQuotaInformation, &srqi, 0, &ReturnLength); in test_query_regquota() 731 …status = pNtQuerySystemInformation(SystemRegistryQuotaInformation, &srqi, sizeof(srqi), &ReturnLen… in test_query_regquota() 733 ok( sizeof(srqi) == ReturnLength, "Inconsistent length %d\n", ReturnLength); in test_query_regquota() 735 …status = pNtQuerySystemInformation(SystemRegistryQuotaInformation, &srqi, sizeof(srqi) + 2, &Retur… in test_query_regquota() 737 ok( sizeof(srqi) == ReturnLength, "Inconsistent length %d\n", ReturnLength); in test_query_regquota()
|
/reactos/ntoskrnl/ex/ |
H A D | sysinfo.c | 1890 PSYSTEM_REGISTRY_QUOTA_INFORMATION srqi = (PSYSTEM_REGISTRY_QUOTA_INFORMATION) Buffer; in QSI_DEF() local 1899 srqi->RegistryQuotaAllowed = 0x2000000; in QSI_DEF() 1900 srqi->RegistryQuotaUsed = 0x200000; in QSI_DEF() 1901 srqi->PagedPoolSize = 0x200000; in QSI_DEF()
|