Searched refs:regkey (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xwin/
H A Dwinconfig.c294 HKEY regkey = NULL; local in function:winConfigKeyboard
304 if (!RegOpenKey(HKEY_LOCAL_MACHINE, regpath, &regkey))
305 RegQueryValueEx(regkey, "Layout Text", 0, NULL,
309 if (regkey)
310 RegCloseKey(regkey);
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
H A Dwinconfig.c309 HKEY regkey = NULL; local in function:winConfigKeyboard
318 if (!RegOpenKey(HKEY_LOCAL_MACHINE, regpath, &regkey))
319 RegQueryValueEx(regkey, "Layout Text", 0, NULL, layoutFriendlyName, &namesize);
322 if (regkey)
323 RegCloseKey (regkey);

Completed in 3 milliseconds