ReactOS 0.4.17-dev-470-gf9e3448
ZipPidlEntry Struct Reference

#include <zippidl.hpp>

Public Member Functions

bool IsDirectory () const
 

Public Attributes

WORD cb
 
BYTE MagicType
 
BOOLEAN Password
 
ZipPidlType ZipType
 
ULONG64 CompressedSize
 
ULONG64 UncompressedSize
 
ULONG DosDate
 
WCHAR Name [1]
 

Detailed Description

Definition at line 16 of file zippidl.hpp.

Member Function Documentation

◆ IsDirectory()

bool ZipPidlEntry::IsDirectory ( ) const
inline

Definition at line 29 of file zippidl.hpp.

29{ return ZipType == ZIP_PIDL_DIRECTORY; }
ZipPidlType ZipType
Definition: zippidl.hpp:21
@ ZIP_PIDL_DIRECTORY
Definition: zippidl.hpp:11

Referenced by CZipFolder::GetDetailsEx(), and CZipFolder::GetDisplayNameOf().

Member Data Documentation

◆ cb

WORD ZipPidlEntry::cb

Definition at line 18 of file zippidl.hpp.

Referenced by _ILCreateZipItem().

◆ CompressedSize

ULONG64 ZipPidlEntry::CompressedSize

◆ DosDate

ULONG ZipPidlEntry::DosDate

◆ MagicType

BYTE ZipPidlEntry::MagicType

Definition at line 19 of file zippidl.hpp.

Referenced by _ILCreateZipItem(), and _ZipFromIL().

◆ Name

◆ Password

BOOLEAN ZipPidlEntry::Password

Definition at line 20 of file zippidl.hpp.

Referenced by _ILCreateZipItem(), and CZipFolder::GetDetailsOf().

◆ UncompressedSize

ULONG64 ZipPidlEntry::UncompressedSize

◆ ZipType


The documentation for this struct was generated from the following file: