Searched refs:AppCompatKeyAttributes (Results 1 – 3 of 3) sorted by relevance
/reactos/modules/rosapps/applications/devutils/shimdbg/ |
H A D | shimdbg.c | 228 OBJECT_ATTRIBUTES AppCompatKeyAttributes = RTL_CONSTANT_OBJECT_ATTRIBUTES(&AppCompatCacheKey, OBJ_C… variable 271 Status = NtOpenKey(&KeyHandle, KEY_QUERY_VALUE, &AppCompatKeyAttributes); in DumpRegistryData()
|
/reactos/ntoskrnl/ps/ |
H A D | apphelp.c | 37 static OBJECT_ATTRIBUTES AppCompatKeyAttributes = RTL_CONSTANT_OBJECT_ATTRIBUTES(&AppCompatCacheKey… variable 314 Status = ZwOpenKey(&KeyHandle, KEY_QUERY_VALUE, &AppCompatKeyAttributes); in ApphelpCacheRead() 415 Status = ZwOpenKey(&KeyHandle, KEY_SET_VALUE, &AppCompatKeyAttributes); in ApphelpCacheWrite()
|
/reactos/dll/win32/kernel32/client/ |
H A D | appcache.c | 50 …OBJECT_ATTRIBUTES AppCompatKeyAttributes = RTL_CONSTANT_OBJECT_ATTRIBUTES(&AppCompatKey, OBJ_CASE_… in IsShimInfrastructureDisabled() local 86 Status = NtOpenKey(&KeyHandle, KEY_QUERY_VALUE, &AppCompatKeyAttributes); in IsShimInfrastructureDisabled()
|