Home | History | Annotate | Download | only in Windows

Lines Matching refs:COutFile

361 // COutFile

363 bool COutFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
369 bool COutFile::Open(LPCTSTR fileName, DWORD creationDisposition)
372 bool COutFile::Create(LPCTSTR fileName, bool createAlways)
377 bool COutFile::Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
380 bool COutFile::Open(LPCWSTR fileName, DWORD creationDisposition)
383 bool COutFile::Create(LPCWSTR fileName, bool createAlways)
388 bool COutFile::SetTime(const FILETIME *cTime, const FILETIME *aTime, const FILETIME *mTime)
391 bool COutFile::SetMTime(const FILETIME *mTime) { return SetTime(NULL, NULL, mTime); }
393 bool COutFile::WritePart(const void *data, UInt32 size, UInt32 &processedSize)
403 bool COutFile::Write(const void *data, UInt32 size, UInt32 &processedSize)
422 bool COutFile::SetEndOfFile() { return BOOLToBool(::SetEndOfFile(_handle)); }
424 bool COutFile::SetLength(UInt64 length)