Home
last modified time | relevance | path

Searched refs:lpCommentUTF8 (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/crashrep/source/win32/
H A Dsoreport.cpp2197 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 19 milliseconds