Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/cffi/
Duart.cpp37 HKEY hKey; local
60 KEY_READ, &hKey)) {
62 iRet = RegQueryInfoKey(hKey, achClass, &cchClassName, NULL, &cSubKeys, &cbMaxSubKey,
71 if (ERROR_SUCCESS == RegEnumValue(hKey, i, achValue, &cchValue, NULL, NULL,
93 RegCloseKey(hKey);
/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()