Home
last modified time | relevance | path

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

/trunk/main/sal/systools/win32/uwinapi/
H A DCopyFileExA.cpp120 DWORD dwBytesRead, dwBytesWritten = 0; variable
127 fSuccess = WriteFile( hTargetFile, buffer, dwBytesRead, &dwBytesWritten, NULL );
131 BytesTransferred.QuadPart += (LONGLONG)dwBytesWritten;
/trunk/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx273 DWORD dwBytesWritten; in WinMain() local
277 … = WriteFile( hPipe, RTL_CONSTASCII_STRINGPARAM("InternalIPC::Arguments"), &dwBytesWritten, NULL ); in WinMain()
284 &dwBytesWritten, NULL); in WinMain()
294 fSuccess = WriteFile( hPipe, "", 1, &dwBytesWritten, NULL ); in WinMain()
/trunk/main/crashrep/source/win32/
H A Dsoreport.cpp2192 DWORD dwBytesWritten; in WriteCommentFile() local
2199 fSuccess = WriteFile( hFile, lpCommentUTF8, strlen(lpCommentUTF8), &dwBytesWritten, NULL ); in WriteCommentFile()

Completed in 32 milliseconds