Lines Matching defs:fileName
222 bool Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
223 bool OpenShared(CFSTR fileName, bool shareForWrite);
224 bool Open(CFSTR fileName);
228 bool Open_for_ReadAttributes(CFSTR fileName)
230 return Create(fileName, FILE_READ_ATTRIBUTES,
237 bool Open_for_FileRenameInformation(CFSTR fileName)
239 return Create(fileName, DELETE | SYNCHRONIZE | GENERIC_READ,
245 bool OpenReparse(CFSTR fileName)
250 Create(fileName, 0,
251 // Open(fileName,
267 bool Open(CFSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes);
268 bool Open(CFSTR fileName, DWORD creationDisposition);
269 bool Create(CFSTR fileName, bool createAlways);
270 bool CreateAlways(CFSTR fileName, DWORD flagsAndAttributes);