Home
last modified time | relevance | path

Searched refs:CustomKey (Results 1 – 2 of 2) sorted by relevance

/reactos/dll/opengl/opengl32/
H A Dicdload.c65 HKEY DrvKey, CustomKey; in IntGetIcdData() local
80 ret = RegOpenKeyExW(HKEY_CURRENT_USER, CustomDrivers_Key, 0, KEY_READ, &CustomKey); in IntGetIcdData()
85 …ret = RegQueryValueExW(CustomKey, L"", 0, &dwValueType, (LPBYTE)CustomDrvInfo.DriverName, &dwInput… in IntGetIcdData()
86 RegCloseKey(CustomKey); in IntGetIcdData()
122 RegCloseKey(CustomKey); in IntGetIcdData()
/reactos/modules/rostests/kmtests/ntos_ob/
H A DObTypes.c56 BOOLEAN CustomKey = ((Flags) & OBT_CUSTOM_KEY) != 0; \
116 if (!CustomKey) \