Files
easy7zip/CPP/7zip/UI/FileManager/FileFolderPluginOpen.h
Igor Pavlov 829409452d 9.04 beta
2016-05-28 00:15:59 +01:00

10 lines
284 B
C
Executable File

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