Home
last modified time | relevance | path

Searched refs:CZipCreator (Results 1 – 4 of 4) sorted by relevance

/reactos/dll/shellext/zipfldr/
H A DCZipCreator.hpp13 class CZipCreator class
18 virtual ~CZipCreator();
20 static CZipCreator* DoCreate() in DoCreate()
22 return new CZipCreator(); in DoCreate()
26 static BOOL runThread(CZipCreator* pCreator);
29 CZipCreator();
H A DCZipCreator.cpp164 CZipCreator::CZipCreator() : m_pimpl(new CZipCreatorImpl) in CZipCreator() function in CZipCreator
169 CZipCreator::~CZipCreator() in ~CZipCreator()
178 CZipCreator *pCreator = reinterpret_cast<CZipCreator *>(arg); in create_zip_function()
182 BOOL CZipCreator::runThread(CZipCreator *pCreator) in runThread()
204 void CZipCreator::DoAddItem(PCWSTR pszFile) in DoAddItem()
H A DCSendToZip.cpp72 CZipCreator *pCreator = CZipCreator::DoCreate(); in Drop()
84 CZipCreator::runThread(pCreator); // pCreator is deleted in runThread in Drop()
H A DCMakeLists.txt21 CZipCreator.cpp