|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <zippidl.hpp>
Public Attributes | |
| WORD | cb |
| BYTE | MagicType |
| BOOLEAN | Password |
| ZipPidlType | ZipType |
| ULONG64 | CompressedSize |
| ULONG64 | UncompressedSize |
| ULONG | DosDate |
| WCHAR | Name [1] |
Definition at line 17 of file zippidl.hpp.
| WORD ZipPidlEntry::cb |
Definition at line 19 of file zippidl.hpp.
Referenced by _ILCreate().
| ULONG64 ZipPidlEntry::CompressedSize |
Definition at line 24 of file zippidl.hpp.
Referenced by _ILCreate(), and CZipFolder::GetDetailsOf().
| ULONG ZipPidlEntry::DosDate |
Definition at line 26 of file zippidl.hpp.
Referenced by _ILCreate(), and CZipFolder::GetDetailsOf().
| BYTE ZipPidlEntry::MagicType |
Definition at line 20 of file zippidl.hpp.
Referenced by _ILCreate(), and _ZipFromIL().
| WCHAR ZipPidlEntry::Name[1] |
Definition at line 28 of file zippidl.hpp.
Referenced by _ILCreate(), CZipFolder::BindToObject(), CZipFolder::CompareIDs(), CZipFolder::GetDetailsOf(), CZipFolder::GetDisplayNameOf(), and CZipFolder::GetUIObjectOf().
| BOOLEAN ZipPidlEntry::Password |
Definition at line 21 of file zippidl.hpp.
Referenced by _ILCreate(), and CZipFolder::GetDetailsOf().
| ULONG64 ZipPidlEntry::UncompressedSize |
Definition at line 25 of file zippidl.hpp.
Referenced by _ILCreate(), and CZipFolder::GetDetailsOf().
| ZipPidlType ZipPidlEntry::ZipType |
Definition at line 22 of file zippidl.hpp.
Referenced by _ILCreate(), CZipFolder::CompareIDs(), CZipFolder::GetAttributesOf(), CZipFolder::GetDetailsOf(), and CZipFolder::GetUIObjectOf().