|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <pshpack1.h>#include <poppack.h>

Go to the source code of this file.
Classes | |
| struct | ZipPidlEntry |
Enumerations | |
| enum | ZipPidlType { ZIP_PIDL_DIRECTORY , ZIP_PIDL_FILE } |
Functions | |
| LPITEMIDLIST | _ILCreate (ZipPidlType Type, PCWSTR lpString, unz_file_info64 &info) |
| const ZipPidlEntry * | _ZipFromIL (LPCITEMIDLIST pidl) |
| LPITEMIDLIST _ILCreate | ( | ZipPidlType | Type, |
| PCWSTR | lpString, | ||
| unz_file_info64 & | info | ||
| ) |
Definition at line 11 of file zippidl.cpp.
| const ZipPidlEntry * _ZipFromIL | ( | LPCITEMIDLIST | pidl | ) |
Definition at line 41 of file zippidl.cpp.
Referenced by CZipFolder::BindToObject(), CZipFolder::CompareIDs(), CZipFolder::GetAttributesOf(), CZipFolder::GetDetailsOf(), CZipFolder::GetDisplayNameOf(), and CZipFolder::GetUIObjectOf().