Home | History | Annotate | Download | only in Windows

Lines Matching full:cfstr

27 bool MyGetDiskFreeSpace(CFSTR rootPath, UInt64 &clusterSize, UInt64 &totalSize, UInt64 &freeSize);

49 bool CFileBase::Create(CFSTR path, DWORD desiredAccess,
217 void CInFile::CalcDeviceSize(CFSTR s)
311 bool CInFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
318 bool CInFile::OpenShared(CFSTR fileName, bool shareForWrite)
321 bool CInFile::Open(CFSTR fileName)
374 bool COutFile::Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes)
377 bool COutFile::Open(CFSTR fileName, DWORD creationDisposition)
380 bool COutFile::Create(CFSTR fileName, bool createAlways)
383 bool COutFile::CreateAlways(CFSTR fileName, DWORD flagsAndAttributes)