Lines Matching full:cfstr
59 bool GetReparseData(CFSTR path, CByteBuffer &reparseData, BY_HANDLE_FILE_INFORMATION *fileInfo = NULL);
60 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size);
67 bool Create(CFSTR path, DWORD desiredAccess,
113 static bool GetFileInformation(CFSTR path, BY_HANDLE_FILE_INFORMATION *info)
159 void CalcDeviceSize(CFSTR name);
164 bool Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
165 bool OpenShared(CFSTR fileName, bool shareForWrite);
166 bool Open(CFSTR fileName);
170 bool OpenReparse(CFSTR fileName)
186 bool Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
187 bool Open(CFSTR fileName, DWORD creationDisposition);
188 bool Create(CFSTR fileName, bool createAlways);
189 bool CreateAlways(CFSTR fileName, DWORD flagsAndAttributes);