Batch mode

This commit is contained in:
Svetlana Kulikova
2020-08-05 16:18:45 +03:00
parent 1ac8ffd962
commit 4b6fd719cb
3 changed files with 46 additions and 7 deletions

View File

@ -2,6 +2,7 @@
#define _HTMLFILE2_HTMLFILE2_H
#include <string>
#include <vector>
#include "../DesktopEditor/common/Types.h"
#ifndef HTMLFILE2_USE_DYNAMIC_LIBRARY
@ -28,6 +29,7 @@ public:
bool IsHtmlFile(const std::wstring& sFile);
void SetTmpDirectory(const std::wstring& sFolder);
HRESULT Open(const std::wstring& sPath, const std::wstring& sDirectory, CHtmlParams* oParams = NULL);
HRESULT OpenBatch(const std::vector<std::wstring>& sPath, const std::wstring& sDirectory, CHtmlParams* oParams = NULL);
};
#endif // _HTMLFILE2_HTMLFILE2_H