Searched refs:lpFmt (Results 1 – 2 of 2) sorted by relevance
24 void CRKLog::Record(const tchar *lpFmt, ...) in Record() argument28 va_start(ap, lpFmt); in Record()30 vfprintf(stdout, lpFmt, ap); in Record()
16 void Record(const tchar *lpFmt, ...);