Files
easy7zip/CPP/7zip/UI/FileManager/FileFolderPluginOpen.h
Tino Reichardt c3967fe27a Initialer Commit
2016-06-25 21:15:50 +02:00

10 lines
321 B
C

// FileFolderPluginOpen.h
#ifndef __FILE_FOLDER_PLUGIN_OPEN_H
#define __FILE_FOLDER_PLUGIN_OPEN_H
HRESULT OpenFileFolderPlugin(IInStream *inStream, const FString &path, const UString &arcFormat,
HMODULE *module, IFolderFolder **resultFolder, HWND parentWindow, bool &encrypted, UString &password);
#endif