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

Far.def « Far « UI « 7zip « CPP - github.com/kornelski/7z.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 39f3a5e2237b44d4895c34e33d8d94bb0a74a2bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
; 7-ZipFar.def : Declares the module parameters for the DLL.

LIBRARY      "7-ZipFar"

EXPORTS
  SetStartupInfo
  OpenPlugin
  OpenFilePlugin
  ClosePlugin
  GetFindData
  FreeFindData
  SetDirectory
  GetPluginInfo
  Configure
  GetOpenPluginInfo
  GetFiles
  PutFiles
  DeleteFiles
  ProcessKey

  ;SetStartupInfoW
  ;OpenPluginW
  ;OpenFilePluginW
  ;ClosePluginW
  ;GetFindDataW
  ;FreeFindDataW
  ;SetDirectoryW
  ;GetPluginInfoW
  ;ConfigureW
  ;GetOpenPluginInfoW
  ;GetFilesW
  ;PutFilesW
  ;DeleteFilesW
  ;ProcessKeyW