Searched refs:createAlways (Results 1 – 3 of 3) sorted by relevance
518 static inline DWORD GetCreationDisposition(bool createAlways) in GetCreationDisposition() argument519 { return createAlways? CREATE_ALWAYS: CREATE_NEW; } in GetCreationDisposition()527 bool COutFile::Create(CFSTR fileName, bool createAlways) in Create() argument528 { return Open(fileName, GetCreationDisposition(createAlways)); } in Create()801 bool COutFile::Create(const char *name, bool createAlways) in Create() argument804 if (createAlways) in Create()
259 bool Create(CFSTR fileName, bool createAlways);348 bool Create(const char *name, bool createAlways);
130 bool Create(CFSTR fileName, bool createAlways) in Create() argument133 return File.Create(fileName, createAlways); in Create()