Searched defs:Attributes (Results 1 – 2 of 2) sorted by relevance
31 File( const wchar_t* pathName, bit32 mode, Attributes ) : FileStream(pathName, mode) {} in File() argument33 … void Open(const wchar_t* pathName, bit32 mode, Attributes ) { Base::Initialize(pathName, mode); } in Open() argument34 …nn::Result TryOpen(const wchar_t* pathName, bit32 mode, Attributes) { return Base::TryInitialize(p… in TryOpen() argument
78 struct Attributes struct80 bool isDirectory; //81 bool isHidden; //82 bool isArchive; //83 bool isReadOnly; //