Home
last modified time | relevance | path

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

/trunk/main/sal/systools/win32/uwinapi/
H A DCopyFileExA.cpp120 DWORD dwBytesRead, dwBytesWritten = 0; variable
122 fSuccess = ReadFile( hSourceFile, buffer, BUFSIZE, &dwBytesRead, NULL );
124 if ( !dwBytesRead ) break;
127 fSuccess = WriteFile( hTargetFile, buffer, dwBytesRead, &dwBytesWritten, NULL );
/trunk/main/desktop/win32/source/officeloader/
H A Dofficeloader.cxx297 DWORD dwBytesRead = 0; in WinMain() local
299 … fSuccess = ReadFile( hPipe, pBuffer, sizeof(PIPE_TERMINATION_SEQUENCE) - 1, &dwBytesRead, NULL ); in WinMain()
302 pBuffer[dwBytesRead] = 0; in WinMain()
/trunk/main/fpicker/source/win32/filepicker/workbench/
H A DTest_fps.cxx177 DWORD dwBytesRead; in fileSelectionChanged() local
178 … sal_Bool bSuccess = ReadFile (hFile, aDIB.getArray( ), dwFileSize, &dwBytesRead, NULL) ; in fileSelectionChanged()
182 if (!bSuccess || (dwBytesRead != dwFileSize) in fileSelectionChanged()

Completed in 27 milliseconds