mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-06 09:14:58 -06:00
10 lines
284 B
C
Executable File
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
|