Home
last modified time | relevance | path

Searched refs:iRet (Results 1 - 2 of 2) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
H A Duart.cpp52 LSTATUS iRet = -1; local
64 iRet = RegQueryInfoKey(hKey, achClass, &cchClassName, NULL, &cSubKeys, &cbMaxSubKey,
68 if (ERROR_SUCCESS == iRet) {
/developtools/hdc/src/host/
H A Dhost_uart.cpp137 LSTATUS iRet = -1; in EnumSerialPort() local
149 iRet = RegQueryInfoKey(hKey, achClass, &cchClassName, NULL, &cSubKeys, &cbMaxSubKey, in EnumSerialPort()
153 if (ERROR_SUCCESS == iRet) { in EnumSerialPort()

Completed in 3 milliseconds