aboutsummaryrefslogtreecommitdiff
path: root/dep/CascLib/src/DllMain.def
blob: 432eb3345cabacdf3b89caab3e5a5b2b8e97a105 (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
35
36
37
38
39
40
41
42
43
44
;
; Export file for Windows
; Copyright (c) 2015 Ladislav Zezula
; ladik@zezula.net
;

LIBRARY CascLib.dll

EXPORTS

    CascOpenStorage
    CascOpenStorageEx
    CascOpenOnlineStorage
    CascGetStorageInfo
    CascCloseStorage

    CascOpenFile
    CascOpenLocalFile
    CascGetFileInfo
    CascSetFileFlags
    CascGetFileSize
    CascGetFileSize64
    CascSetFilePointer
    CascSetFilePointer64
    CascReadFile
    CascCloseFile

    CascFindFirstFile
    CascFindNextFile
    CascFindClose

    CascAddEncryptionKey
    CascAddStringEncryptionKey
    CascImportKeysFromString
    CascImportKeysFromFile
    CascFindEncryptionKey
    CascGetNotFoundEncryptionKey

    CascCdnGetDefault
    CascCdnDownload
    CascCdnFree

    GetCascError
    SetCascError