p7zip-rar/CPP/7zip/UI/FileManager/FileFolderPluginOpen.h

10 lines
312 B
C
Raw Normal View History

2017-10-11 12:40:22 +02:00
// 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