Searched refs:strHex (Results 1 – 1 of 1) sorted by relevance
117 char strHex[32]; in PrintBuffer() local120 snprintf(strHex, sizeof(strHex), "%X", lpBuffer[i]); in PrintBuffer()121 strOutput = strOutput + " " + strHex; in PrintBuffer()