Home | History | Annotate | Download | only in Windows

Lines Matching defs:CFileBase

104 CFileBase::~CFileBase() { Close(); }

106 bool CFileBase::Create(LPCTSTR fileName, DWORD desiredAccess,
131 bool CFileBase::Create(LPCWSTR fileName, DWORD desiredAccess,
159 bool CFileBase::Close()
169 bool CFileBase::GetPosition(UInt64 &position) const
174 bool CFileBase::GetLength(UInt64 &length) const
193 bool CFileBase::Seek(Int64 distanceToMove, DWORD moveMethod, UInt64 &newPosition) const
213 bool CFileBase::Seek(UInt64 position, UInt64 &newPosition)
218 bool CFileBase::SeekToBegin()
224 bool CFileBase::SeekToEnd(UInt64 &newPosition)
229 bool CFileBase::GetFileInformation(CByHandleFileInfo &fileInfo) const
364 { return CFileBase::Create(fileName, GENERIC_WRITE, shareMode, creationDisposition, flagsAndAttributes); }
378 { return CFileBase::Create(fileName, GENERIC_WRITE, shareMode, creationDisposition, flagsAndAttributes); }