Searched refs:achValue (Results 1 - 2 of 2) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | uart.cpp | 40 TCHAR achValue[MAX_VALUE_NAME]; // buffer for subkey name
local 71 achValue[0] = '\0';
73 if (ERROR_SUCCESS == RegEnumValue(hKey, i, achValue, &cchValue, NULL, NULL,
|
/developtools/hdc/src/host/ |
H A D | host_uart.cpp | 125 TCHAR achValue[MAX_VALUE_NAME]; // buffer for subkey name
in EnumSerialPort() local 156 achValue[0] = '\0';
in EnumSerialPort() 158 if (ERROR_SUCCESS == RegEnumValue(hKey, i, achValue, &cchValue, NULL, NULL,
in EnumSerialPort()
|
Completed in 2 milliseconds