Searched refs:cchClassName (Results 1 – 2 of 2) sorted by relevance
| /developtools/hdc/hdc_rust/src/cffi/ |
| D | uart.cpp | 41 DWORD cchClassName = MAX_PATH; // size of class string local 62 iRet = RegQueryInfoKey(hKey, achClass, &cchClassName, NULL, &cSubKeys, &cbMaxSubKey,
|
| /developtools/hdc/src/host/ |
| D | host_uart.cpp | 128 DWORD cchClassName = MAX_PATH; // size of class string in EnumSerialPort() local 149 iRet = RegQueryInfoKey(hKey, achClass, &cchClassName, NULL, &cSubKeys, &cbMaxSubKey, in EnumSerialPort()
|