|
ReactOS 0.4.16-dev-2208-g6350669
|
#include <CZipCreator.hpp>

Public Member Functions | |
| virtual | ~CZipCreator () |
| virtual void | DoAddItem (PCWSTR pszFile) |
| void | SetNotifyPidl (PCIDLIST_ABSOLUTE pidl) |
Static Public Member Functions | |
| static CZipCreator * | DoCreate (PCWSTR pszExistingZip=NULL, PCWSTR pszTargetDir=NULL) |
| static BOOL | runThread (CZipCreator *pCreator) |
Public Attributes | |
| struct CZipCreatorImpl * | m_pimpl |
| CComHeapPtr< ITEMIDLIST > | m_pidlNotify |
Protected Member Functions | |
| CZipCreator () | |
Definition at line 13 of file CZipCreator.hpp.
|
virtual |
Definition at line 186 of file CZipCreator.cpp.
|
protected |
Definition at line 181 of file CZipCreator.cpp.
Referenced by DoCreate().
Definition at line 226 of file CZipCreator.cpp.
Referenced by CSendToZip::Drop(), and CZipFolder::Drop().
|
static |
Definition at line 171 of file CZipCreator.cpp.
Referenced by CSendToZip::Drop(), and CZipFolder::Drop().
|
static |
Definition at line 204 of file CZipCreator.cpp.
Referenced by CSendToZip::Drop(), and CZipFolder::Drop().
|
inline |
Definition at line 26 of file CZipCreator.hpp.
Referenced by CZipFolder::Drop().
| CComHeapPtr<ITEMIDLIST> CZipCreator::m_pidlNotify |
Definition at line 17 of file CZipCreator.hpp.
Referenced by create_zip_function(), and SetNotifyPidl().
| struct CZipCreatorImpl* CZipCreator::m_pimpl |
Definition at line 16 of file CZipCreator.hpp.
Referenced by create_zip_function(), DoAddItem(), DoCreate(), and ~CZipCreator().