Home | History | Annotate | Download | only in Windows

Lines Matching refs:CInFile

246 // CInFile

249 void CInFile::GetDeviceLength()
287 bool CInFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
294 bool CInFile::OpenShared(LPCTSTR fileName, bool shareForWrite)
297 bool CInFile::Open(LPCTSTR fileName)
301 bool CInFile::Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
308 bool CInFile::OpenShared(LPCWSTR fileName, bool shareForWrite)
311 bool CInFile::Open(LPCWSTR fileName)
326 bool CInFile::Read1(void *data, UInt32 size, UInt32 &processedSize)
334 bool CInFile::ReadPart(void *data, UInt32 size, UInt32 &processedSize)
341 bool CInFile::Read(void *data, UInt32 size, UInt32 &processedSize)