Welcome to mirror list, hosted at ThFree Co, Russian Federation.

FileFolderPluginOpen.h « FileManager « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 295048a919097d7939afe3a28045f3ae3724ccb7 (plain)
1
2
3
4
5
6
7
8
9
// FileFolderPluginOpen.h

#ifndef __FILEFOLDERPLUGINOPEN_H
#define __FILEFOLDERPLUGINOPEN_H

HRESULT OpenFileFolderPlugin(const UString &path, 
  HMODULE *module, IFolderFolder **resultFolder, HWND parentWindow, bool &encrypted);

#endif