Searched defs:hklm (Results 1 – 4 of 4) sorted by relevance
/reactos/dll/win32/urlmon/ |
H A D | sec_mgr.c | 86 static void get_string_from_reg(HKEY hcu, HKEY hklm, LPCWSTR name, LPWSTR out, DWORD maxlen) in get_string_from_reg() 112 static void get_dword_from_reg(HKEY hcu, HKEY hklm, LPCWSTR name, LPDWORD out) in get_dword_from_reg() 1413 HKEY hklm = NULL; in ZoneMgrImpl_GetZoneAttributes() local
|
/reactos/modules/rostests/winetests/advapi32/ |
H A D | registry.c | 2803 HKEY hkey, hklm, hkcr, hkeysub1, hklmsub1, hkcrsub1, hklmsub2, hkcrsub2; in test_classesroot() local 3102 HKEY hkcu=0, hklm=0, hkcr=0, hkcusub[2]={0}, hklmsub[2]={0}; in test_classesroot_enum() local
|
/reactos/dll/win32/advpack/ |
H A D | advpack.c | 76 static const WCHAR hklm[] = {'H','K','L','M',0}; in get_dest_dir() local
|
/reactos/modules/rostests/winetests/msi/ |
H A D | package.c | 4232 HKEY hklm, classes, hkcu, users; in test_appsearch_reglocator() local
|