Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/CatLog/
DSelectPortDialog.cs63 …static void MineRegistryForPortName(String startKeyPath, Dictionary<String, String> targetMap, Str… in MineRegistryForPortName() argument
71 using (RegistryKey currentSubKey = currentKey.OpenSubKey(startKeyPath)) in MineRegistryForPortName()
74 …if (currentSubkeys.Contains("Device Parameters") && startKeyPath != "SYSTEM\\CurrentControlSet\\En… in MineRegistryForPortName()
76 …Object portName = Registry.GetValue("HKEY_LOCAL_MACHINE\\" + startKeyPath + "\\Device Parameters",… in MineRegistryForPortName()
81 …Object friendlyPortName = Registry.GetValue("HKEY_LOCAL_MACHINE\\" + startKeyPath, "FriendlyName",… in MineRegistryForPortName()
94 … MineRegistryForPortName(startKeyPath + "\\" + strSubKey, targetMap, portsToMap); in MineRegistryForPortName()
100 Console.WriteLine("Error accessing key '{0}'.. Skipping..", startKeyPath); in MineRegistryForPortName()