Lines Matching defs:lpMsgBuf
93 char *lpMsgBuf = NULL;107 (LPTSTR)(PVOID)&lpMsgBuf,112 pch = strstr(lpMsgBuf, boiler);118 if (lpMsgBuf != NULL) {119 last = strlen(lpMsgBuf);123 while ('\n' == lpMsgBuf[last] ||124 '\r' == lpMsgBuf[last] ||125 ' ' == lpMsgBuf[last]) {127 lpMsgBuf[last] = '\0';134 return (lpMsgBuf);