source: trunk/src/imagehlp/imagehlp.def@ 1036

Last change on this file since 1036 was 736, checked in by sandervl, 26 years ago

Initial creation

File size: 3.2 KB
Line 
1; $Id: imagehlp.def,v 1.1 1999-08-29 14:54:54 sandervl Exp $
2
3;Created by BLAST for IBM's compiler
4LIBRARY IMAGEHLP INITINSTANCE TERMINSTANCE
5DATA MULTIPLE NONSHARED
6
7EXPORTS
8 BindImage = _BindImage@12 @1
9 BindImageEx = _BindImageEx@20 @2
10 CheckSumMappedFile = _CheckSumMappedFile@16 @3
11 EnumerateLoadedModules = _EnumerateLoadedModules@12 @4
12 FindDebugInfoFile = _FindDebugInfoFile@12 @5
13 FindExecutableImage = _FindExecutableImage@12 @6
14 GetImageConfigInformation = _GetImageConfigInformation@8 @7
15 GetImageUnusedHeaderBytes = _GetImageUnusedHeaderBytes@8 @8
16 GetTimestampForLoadedLibrary= _GetTimestampForLoadedLibrary@4 @9
17 ImageAddCertificate = _ImageAddCertificate@12 @10
18 ImageDirectoryEntryToData = _ImageDirectoryEntryToData@16 @11
19 ImageEnumerateCertificates = _ImageEnumerateCertificates@20 @12
20 ImageGetCertificateData = _ImageGetCertificateData@16 @13
21 ImageGetCertificateHeader = _ImageGetCertificateHeader@12 @14
22 ImageGetDigestStream = _ImageGetDigestStream@16 @15
23 ImageLoad = _ImageLoad@8 @16
24 ImageNtHeader = _ImageNtHeader@4 @17
25 ImageRemoveCertificate = _ImageRemoveCertificate@8 @18
26 ImageRvaToSection = _ImageRvaToSection@12 @19
27 ImageRvaToVa = _ImageRvaToVa@16 @20
28 ImageUnload = _ImageUnload@4 @21
29 ImagehlpApiVersion = _ImagehlpApiVersion@0 @22
30 ImagehlpApiVersionEx = _ImagehlpApiVersionEx@4 @23
31 MakeSureDirectoryPathExists = _MakeSureDirectoryPathExists@4 @24
32 MapAndLoad = _MapAndLoad@20 @25
33 MapDebugInformation = _MapDebugInformation@16 @26
34 MapFileAndCheckSumA = _MapFileAndCheckSumA@12 @27
35 MapFileAndCheckSumW = _MapFileAndCheckSumW@12 @28
36; MarkImageAsRunFromSwap = _MarkImageAsRunFromSwap @29
37 ReBaseImage = _ReBaseImage@44 @30
38 RemovePrivateCvSymbolic = _RemovePrivateCvSymbolic@12 @31
39 RemoveRelocations = _RemoveRelocations@4 @32
40 SearchTreeForFile = _SearchTreeForFile@12 @33
41 SetImageConfigInformation = _SetImageConfigInformation@8 @34
42 SplitSymbols = _SplitSymbols@16 @35
43 StackWalk = _StackWalk@36 @36
44 SymCleanup = _SymCleanup@4 @37
45 SymEnumerateModules = _SymEnumerateModules@12 @38
46 SymEnumerateSymbols = _SymEnumerateSymbols@16 @39
47 SymFunctionTableAccess = _SymFunctionTableAccess@8 @40
48 SymGetModuleBase = _SymGetModuleBase@8 @41
49 SymGetModuleInfo = _SymGetModuleInfo@12 @42
50 SymGetOptions = _SymGetOptions@0 @43
51 SymGetSearchPath = _SymGetSearchPath@12 @44
52 SymGetSymFromAddr = _SymGetSymFromAddr@16 @45
53 SymGetSymFromName = _SymGetSymFromName@12 @46
54 SymGetSymNext = _SymGetSymNext@8 @47
55 SymGetSymPrev = _SymGetSymPrev@8 @48
56 SymInitialize = _SymInitialize@12 @49
57 SymLoadModule = _SymLoadModule@24 @50
58 SymRegisterCallback = _SymRegisterCallback@12 @51
59 SymSetOptions = _SymSetOptions@4 @52
60 SymSetSearchPath = _SymSetSearchPath@8 @53
61 SymUnDName = _SymUnDName@12 @54
62 SymUnloadModule = _SymUnloadModule@8 @55
63 TouchFileTimes = _TouchFileTimes@8 @56
64 UnDecorateSymbolName = _UnDecorateSymbolName@16 @57
65 UnMapAndLoad = _UnMapAndLoad@4 @58
66 UnmapDebugInformation = _UnmapDebugInformation@4 @59
67 UpdateDebugInfoFile = _UpdateDebugInfoFile@16 @60
68 UpdateDebugInfoFileEx = _UpdateDebugInfoFileEx@20 @61
Note: See TracBrowser for help on using the repository browser.