Searched refs:CustomKey (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/opengl/opengl32/ |
H A D | icdload.c | 65 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 D | ObTypes.c | 56 BOOLEAN CustomKey = ((Flags) & OBT_CUSTOM_KEY) != 0; \ 116 if (!CustomKey) \
|