Lines Matching refs:CFSTR
65 bool GetReparseData(CFSTR path, CByteBuffer &reparseData, BY_HANDLE_FILE_INFORMATION *fileInfo = NU…
66 bool SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size);
73 bool Create(CFSTR path, DWORD desiredAccess,
119 static bool GetFileInformation(CFSTR path, BY_HANDLE_FILE_INFORMATION *info) in GetFileInformation()
165 void CalcDeviceSize(CFSTR name);
170 bool Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
171 bool OpenShared(CFSTR fileName, bool shareForWrite);
172 bool Open(CFSTR fileName);
176 bool OpenReparse(CFSTR fileName) in OpenReparse()
197 bool Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
198 bool Open(CFSTR fileName, DWORD creationDisposition);
199 bool Create(CFSTR fileName, bool createAlways);
200 bool CreateAlways(CFSTR fileName, DWORD flagsAndAttributes);