Lines Matching refs:flagsAndAttributes
107 DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Create() argument
113 flagsAndAttributes, (HANDLE)NULL); in Create()
121 flagsAndAttributes, (HANDLE)NULL); in Create()
132 DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Create() argument
136 desiredAccess, shareMode, creationDisposition, flagsAndAttributes); in Create()
141 flagsAndAttributes, (HANDLE)NULL); in Create()
149 flagsAndAttributes, (HANDLE)NULL); in Create()
287 …nFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Open() argument
289 bool res = Create(fileName, GENERIC_READ, shareMode, creationDisposition, flagsAndAttributes); in Open()
301 …nFile::Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Open() argument
303 bool res = Create(fileName, GENERIC_READ, shareMode, creationDisposition, flagsAndAttributes); in Open()
363 …tFile::Open(LPCTSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Open() argument
364 …n CFileBase::Create(fileName, GENERIC_WRITE, shareMode, creationDisposition, flagsAndAttributes); } in Open()
377 …tFile::Open(LPCWSTR fileName, DWORD shareMode, DWORD creationDisposition, DWORD flagsAndAttributes) in Open() argument
378 …n CFileBase::Create(fileName, GENERIC_WRITE, shareMode, creationDisposition, flagsAndAttributes); } in Open()