mirror of
https://github.com/Xevion/easy7zip.git
synced 2025-12-07 13:15:04 -06:00
10 lines
239 B
C
Executable File
10 lines
239 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);
|
|
|
|
#endif
|