Lines Matching refs:UInt32
12 HRESULT Archive_GetItemBoolProp(IInArchive *arc, UInt32 index, PROPID propID, bool &result) throw();
13 HRESULT Archive_IsItem_Folder(IInArchive *arc, UInt32 index, bool &result) throw();
14 HRESULT Archive_IsItem_Aux(IInArchive *arc, UInt32 index, bool &result) throw();
15 HRESULT Archive_IsItem_AltStream(IInArchive *arc, UInt32 index, bool &result) throw();
16 HRESULT Archive_IsItem_Deleted(IInArchive *arc, UInt32 index, bool &deleted) throw();
134 UInt32 GetOpenArcErrorFlags(const NWindows::NCOM::CPropVariant &prop, bool *isDefinedProp = NULL);
143 UInt32 ErrorFlags;
144 UInt32 WarningFlags;
198 UInt32 GetWarningFlags() const
200 UInt32 a = WarningFlags;
206 UInt32 GetErrorFlags() const
208 UInt32 a = ErrorFlags;
290 HRESULT GetItemPathToParent(UInt32 index, UInt32 parent, UStringVector &parts) const;
292 HRESULT GetItemPath(UInt32 index, UString &result) const;
295 HRESULT GetItemPath2(UInt32 index, UString &result) const;
297 HRESULT GetItemSize(UInt32 index, UInt64 &size, bool &defined) const;
298 HRESULT GetItemMTime(UInt32 index, FILETIME &ft, bool &defined) const;
299 HRESULT IsItemAnti(UInt32 index, bool &result) const