Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dhost_uart.cpp124 HKEY hKey; in EnumSerialPort() local
147 KEY_READ, &hKey)) { in EnumSerialPort()
149 iRet = RegQueryInfoKey(hKey, achClass, &cchClassName, NULL, &cSubKeys, &cbMaxSubKey, in EnumSerialPort()
158 if (ERROR_SUCCESS == RegEnumValue(hKey, i, achValue, &cchValue, NULL, NULL, in EnumSerialPort()
184 RegCloseKey(hKey); in EnumSerialPort()