Searched defs:lpszFormat (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_ole.cpp51 void snvTrace(LPCTSTR lpszFormat, va_list argList) argument
54 if (_vsntprintf( szBuffer, DTRACE_BUF_LEN, lpszFormat, argList ) < 0) {
61 size_t iFormatLen = _tcslen(lpszFormat);
62 BOOL bErrorReport = iFormatLen>6 && _tcscmp(lpszFormat + iFormatLen - 6, _T("[%08x]"))==0;
79 void snTrace(LPCTSTR lpszFormat, ... ) argument
82 va_start(argList, lpszFormat);
83 snvTrace(lpszFormat, argList);

Completed in 29 milliseconds