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

Last change on this file since 2912 was 2223, checked in by sandervl, 26 years ago

JW's def file changes

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