Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/CatLog/
DSelectPortDialog.cs56 public static Dictionary<String, String> BuildPortNameHash(String[] portsToMap) in BuildPortNameHash() argument
59 MineRegistryForPortName("SYSTEM\\CurrentControlSet\\Enum", oReturnTable, portsToMap); in BuildPortNameHash()
63 …RegistryForPortName(String startKeyPath, Dictionary<String, String> targetMap, String[] portsToMap) in MineRegistryForPortName() argument
65 if (targetMap.Count >= portsToMap.Length) in MineRegistryForPortName()
78 … if (portName == null || portsToMap.Contains(portName.ToString()) == false) in MineRegistryForPortName()
94 … MineRegistryForPortName(startKeyPath + "\\" + strSubKey, targetMap, portsToMap); in MineRegistryForPortName()