/trunk/main/desktop/win32/source/officeloader/ |
H A D | officeloader.cxx | 167 return WriteFile(pipe, b, p - b, &w, NULL); in writeArgument() 277 …fSuccess = WriteFile( hPipe, RTL_CONSTASCII_STRINGPARAM("InternalIPC::Arguments"), &dwBytesWritten… in WinMain() 282 fSuccess = WriteFile( in WinMain() 294 fSuccess = WriteFile( hPipe, "", 1, &dwBytesWritten, NULL ); in WinMain()
|
/trunk/main/desktop/win32/source/guistdio/ |
H A D | guistdio.inc | 123 fSuccess = WriteFile( GetStdHandle( STD_OUTPUT_HANDLE ), aBuffer, dwRead, &dwWritten, NULL ); 151 fSuccess = WriteFile( GetStdHandle( STD_ERROR_HANDLE ), aBuffer, dwRead, &dwWritten, NULL ); 225 fSuccess = WriteFile( hWritePipe, wideBuf, sizeWBuf * 2, &dwWritten, NULL ); 245 fSuccess = WriteFile( hWritePipe, aBuffer, dwRead, &dwWritten, NULL );
|
/trunk/main/setup_native/source/win32/customactions/shellextensions/ |
H A D | layerlinks.cxx | 150 WriteFile( h1file, lpPathUTF8, strlen(lpPathUTF8) ,&dummy, 0 ); in CreateLayerLinks() 192 WriteFile( h2file, lpPathUTF8, strlen(lpPathUTF8) ,&dummy, 0 ); in CreateLayerLinks()
|
/trunk/main/autodoc/source/inc/ |
H A D | adc_msg.hxx | 53 void WriteFile(
|
/trunk/main/sal/systools/win32/uwinapi/ |
H A D | CopyFileExA.cpp | 127 fSuccess = WriteFile( hTargetFile, buffer, dwBytesRead, &dwBytesWritten, NULL );
|
/trunk/main/autodoc/source/exes/adc_uni/ |
H A D | adc_msg.cxx | 49 Messages::WriteFile(const String & i_sOutputFilePath) in WriteFile() function in autodoc::Messages
|
H A D | adc_cl.cxx | 294 TheMessages().WriteFile(aDiagnosticMessagesFile.c_str()); in Run()
|
/trunk/main/solenv/bin/modules/installer/patch/ |
H A D | MsiTable.pm | 200 sub WriteFile ($$) subroutine
|
H A D | Msi.pm | 224 $table->WriteFile();
|
/trunk/main/sal/osl/w32/ |
H A D | file.cxx | 347 if (!::WriteFile(m_hFile, pBuffer, nBytesToWrite, &dwDone, 0)) in writeAt() 446 if (!::WriteFile(m_hFile, pBuffer, nBytesToWrite, &dwDone, 0)) in writeFileAt()
|
H A D | pipe.c | 536 if (! WriteFile(pPipe->m_File, pBuffer, BytesToSend, &nBytes, &os) && in osl_sendPipe()
|
H A D | pipeimpl.cxx | 408 return !!WriteFile( m_hWritePipe, lpBuffer, dwBytesToWrite, lpBytesWritten, NULL ); in Write()
|
H A D | profile.cxx | 430 …bRet=WriteFile(pFile->m_Handle, pFile->m_pWriteBuf, pFile->m_nWriteBufLen - pFile->m_nWriteBufFree… in writeProfileImpl()
|
/trunk/main/rsc/inc/ |
H A D | rscinst.hxx | 213 ERRTYPE WriteFile();
|
/trunk/main/tools/source/stream/ |
H A D | strmwnt.cxx | 251 if(!WriteFile(pInstanceData->hFile,(LPVOID)pData,nSize,&nCount,NULL)) in PutData()
|
/trunk/main/rsc/doku/feinkonz.43/ |
H A D | rscinst.doc | 2033 ERRTYPE WriteFile(); 2524 Au0RscHrc::WriteFile() 2526 AliERRTYPE RscHrc::WriteFile(); 2622 aSrc.WriteFile(); 4088 RscHrc::WriteFile() 23
|
/trunk/main/desktop/source/deployment/misc/ |
H A D | dp_misc.cxx | 480 WriteFile(stream, sText.getStr(), in writeConsoleWithStream()
|
/trunk/main/embedserv/source/inprocserv/ |
H A D | inprocembobj.cxx | 49 WriteFile( pFile, pNumber, 11, &dwWritten, NULL ); in WriteDebugInfo() 50 WriteFile( pFile, pString, nToWrite - 1, &dwWritten, NULL ); in WriteDebugInfo()
|
/trunk/main/sal/osl/os2/ |
H A D | pipeimpl.cxx | 403 return !!WriteFile( m_hWritePipe, lpBuffer, dwBytesToWrite, lpBytesWritten, NULL ); in Write()
|
/trunk/main/crashrep/source/win32/ |
H A D | soreport.cpp | 2199 fSuccess = WriteFile( hFile, lpCommentUTF8, strlen(lpCommentUTF8), &dwBytesWritten, NULL ); in WriteCommentFile()
|
/trunk/main/external/mingwheaders/ |
H A D | mingw_headers.patch | 422 WINBASEAPI BOOL WINAPI WriteFile(HANDLE,PCVOID,DWORD,PDWORD,LPOVERLAPPED);
|