Files
easy7zip/CPP/7zip/UI/FileManager/FileFolderPluginOpen.h
Igor Pavlov 173c07e166 4.59 beta
2016-05-28 00:15:56 +01:00

10 lines
257 B
C
Executable File

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