Searched refs:lpCommentUTF8 (Results 1 – 1 of 1) sorted by relevance
/aoo42x/main/crashrep/source/win32/ |
H A D | soreport.cpp | 2197 char *lpCommentUTF8 = (char *)alloca( needed ); in WriteCommentFile() local 2198 WideCharToMultiByte( CP_UTF8, 0, lpComment, -1, lpCommentUTF8, needed, NULL, NULL ); in WriteCommentFile() 2199 fSuccess = WriteFile( hFile, lpCommentUTF8, strlen(lpCommentUTF8), &dwBytesWritten, NULL ); in WriteCommentFile()
|
Completed in 28 milliseconds