android_mt6572_jiabo/external/p7zip/CPP/7zip/UI/FileManager/FileFolderPluginOpen.h
2025-09-05 16:56:03 +08:00

9 lines
312 B
C

// 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