1 | ; $Id: kernel32dbg.def,v 1.39 2004-05-24 08:56:06 sandervl Exp $
|
---|
2 |
|
---|
3 | ;Basis is Windows95 KERNEL32
|
---|
4 | LIBRARY KERNEL32 INITINSTANCE TERMINSTANCE
|
---|
5 | DATA MULTIPLE NONSHARED LOADONCALL
|
---|
6 | CODE SHARED LOADONCALL
|
---|
7 |
|
---|
8 | DESCRIPTION 'Odin32 System DLL - Kernel32'
|
---|
9 |
|
---|
10 | ;
|
---|
11 | ; Segments are done with LDFLAGS (emxomfld limitation)
|
---|
12 | ;
|
---|
13 | ; SEGMENTS
|
---|
14 | ;
|
---|
15 | ; _GLOBALDATA CLASS 'DATA' SHARED LOADONCALL READWRITE
|
---|
16 | ;
|
---|
17 |
|
---|
18 | IMPORTS
|
---|
19 | _Dos32QueryModFromEIP = DOSCALLS.360
|
---|
20 | Dos32QueryModFromEIP = DOSCALLS.360
|
---|
21 | _DosQueryModFromEIP = DOSCALLS.360
|
---|
22 | DosQueryModFromEIP = DOSCALLS.360
|
---|
23 | DosAliasMem = DOSCALLS.298
|
---|
24 | _DosAliasMem = DOSCALLS.298
|
---|
25 | DosQuerySysState = DOSCALLS.368
|
---|
26 | _DosQuerySysState = DOSCALLS.368
|
---|
27 |
|
---|
28 | WinQueueFromID = PMMERGE.5313
|
---|
29 |
|
---|
30 | Win32WaitForIdleThread = PMMERGE.5474
|
---|
31 | LookupAtom = PMMERGE.10020
|
---|
32 |
|
---|
33 | _O32_RegCloseKey = REGISTRY.1
|
---|
34 | _O32_RegCreateKey = REGISTRY.3
|
---|
35 | _O32_RegCreateKeyEx = REGISTRY.4
|
---|
36 | _O32_RegDeleteKey = REGISTRY.7
|
---|
37 | _O32_RegDeleteValue = REGISTRY.9
|
---|
38 | _O32_RegEnumKey = REGISTRY.11
|
---|
39 | _O32_RegEnumKeyEx = REGISTRY.12
|
---|
40 | _O32_RegEnumValue = REGISTRY.15
|
---|
41 | _O32_RegFlushKey = REGISTRY.17
|
---|
42 | _O32_RegOpenKey = REGISTRY.22
|
---|
43 | _O32_RegOpenKeyEx = REGISTRY.23
|
---|
44 | _O32_RegQueryInfoKey = REGISTRY.26
|
---|
45 | _O32_RegQueryValue = REGISTRY.30
|
---|
46 | _O32_RegQueryValueEx = REGISTRY.31
|
---|
47 | _O32_RegSetValue = REGISTRY.42
|
---|
48 | _O32_RegSetValueEx = REGISTRY.43
|
---|
49 |
|
---|
50 | InitializeSListHead = NTDLL.RtlInitializeSListHead
|
---|
51 | InterlockedFlushSList = NTDLL.RtlInterlockedFlushSList
|
---|
52 | InterlockedPopEntrySList = NTDLL.RtlInterlockedPopEntrySList
|
---|
53 | InterlockedPushEntrySList = NTDLL.RtlInterlockedPushEntrySList
|
---|
54 | QueryDepthSList = NTDLL.RtlQueryDepthSList
|
---|
55 |
|
---|
56 |
|
---|
57 | EXPORTS
|
---|
58 |
|
---|
59 | ;-----------------------------------
|
---|
60 | ; ordinal exports (Windows 95 only)
|
---|
61 | ;-----------------------------------
|
---|
62 |
|
---|
63 | ; Ordinal0001 = _OS2Ordinal0001@?? @1
|
---|
64 | ; Ordinal0002 = _OS2Ordinal0002@?? @2
|
---|
65 | ; Ordinal0003 = _OS2Ordinal0003@?? @3
|
---|
66 | ; Ordinal0004 = _OS2Ordinal0004@?? @4
|
---|
67 | ; Ordinal0005 = _OS2Ordinal0005@?? @5
|
---|
68 | ; Ordinal0006 = _OS2Ordinal0006@?? @6
|
---|
69 | ; Ordinal0007 = _OS2Ordinal0007@?? @7
|
---|
70 | ; Ordinal0008 = _OS2Ordinal0008@?? @8
|
---|
71 | ; Ordinal0009 = _OS2Ordinal0009@?? @9
|
---|
72 | ; Ordinal0010 = _OS2Ordinal0010@?? @10
|
---|
73 | ; Ordinal0011 = _OS2Ordinal0011@?? @11
|
---|
74 | ; Ordinal0012 = _OS2Ordinal0012@?? @12
|
---|
75 | ; Ordinal0013 = _OS2Ordinal0013@?? @13
|
---|
76 | ; Ordinal0014 = _OS2Ordinal0014@?? @14
|
---|
77 | ; Ordinal0015 = _OS2Ordinal0015@?? @15
|
---|
78 | Ordinal0016 = "_KERNEL32_16@12" @16
|
---|
79 | Ordinal0017 = "_KERNEL32_17@4" @17
|
---|
80 | ; Ordinal0018 = _OS2Ordinal0018@?? @18
|
---|
81 | ; Ordinal0019 = _OS2Ordinal0019@?? @19
|
---|
82 | ; Ordinal0020 = _OS2Ordinal0020@?? @20
|
---|
83 | ; Ordinal0021 = _OS2Ordinal0021@?? @21
|
---|
84 | ; Ordinal0022 = _OS2Ordinal0022@?? @22
|
---|
85 | ; Ordinal0023 = _OS2Ordinal0023@?? @23
|
---|
86 | ; Ordinal0024 = _OS2Ordinal0024@?? @24
|
---|
87 | ; Ordinal0025 = _OS2Ordinal0025@?? @25
|
---|
88 | ; Ordinal0026 = _OS2Ordinal0026@?? @26
|
---|
89 | ; Ordinal0027 = _OS2Ordinal0027@?? @27
|
---|
90 | ; Ordinal0028 = _OS2Ordinal0028@?? @28
|
---|
91 | ; Ordinal0029 = _OS2Ordinal0029@?? @29
|
---|
92 | ; Ordinal0030 = _OS2Ordinal0030@?? @30
|
---|
93 | ; Ordinal0031 = _OS2Ordinal0031@?? @31
|
---|
94 | ; Ordinal0032 = _OS2Ordinal0032@?? @32
|
---|
95 | ; Ordinal0033 = _OS2Ordinal0033@?? @33
|
---|
96 | ; Ordinal0034 = _OS2Ordinal0034@?? @34
|
---|
97 | ; Ordinal0035 = _OS2Ordinal0035@?? @35
|
---|
98 | ; Ordinal0036 = _OS2Ordinal0036@?? @36
|
---|
99 | ; Ordinal0037 = _OS2Ordinal0037@?? @37
|
---|
100 | ; Ordinal0038 = _OS2Ordinal0038@?? @38
|
---|
101 | ; Ordinal0039 = _OS2Ordinal0039@?? @39
|
---|
102 | ; Ordinal0040 = _OS2Ordinal0040@?? @40
|
---|
103 | ; Ordinal0041 = _OS2Ordinal0041@?? @41
|
---|
104 | Ordinal0042 = "_NullFunction@0" @42
|
---|
105 | ; Ordinal0043 = _OS2Ordinal0043@?? @43
|
---|
106 | ; Ordinal0044 = _OS2Ordinal0044@?? @44
|
---|
107 | ; Ordinal0045 = _OS2Ordinal0045@?? @45
|
---|
108 | ; Ordinal0046 = _OS2Ordinal0046@?? @46
|
---|
109 | Ordinal0047 = "_NullFunction@0" @47
|
---|
110 | ; Ordinal0048 = _OS2Ordinal0048@?? @49
|
---|
111 | ; Ordinal0049 = _OS2Ordinal0049@?? @49
|
---|
112 | ; Ordinal0051 = _OS2Ordinal0051@?? @51
|
---|
113 | ; Ordinal0052 = _OS2Ordinal0052@?? @52
|
---|
114 | ; Ordinal0053 = _OS2Ordinal0053@?? @53
|
---|
115 | ; Ordinal0054 = _OS2Ordinal0054@?? @54 ; forwarded from WOW32.WOWCallback16
|
---|
116 | ; Ordinal0055 = _OS2Ordinal0055@?? @55 ; forwarded from WOW32.WOWCallback16Ex
|
---|
117 | ; Ordinal0056 = _OS2Ordinal0056@?? @56 ; forwarded from WOW32.WOWGetVDMPointer
|
---|
118 | ; Ordinal0057 = _OS2Ordinal0057@?? @57 ; forwarded from WOW32.WOWHandle32
|
---|
119 | ; Ordinal0058 = _OS2Ordinal0058@?? @58 ; forwarded from WOW32.WOWHandle16
|
---|
120 | ; Ordinal0059 = _OS2Ordinal0059@?? @59 ; forwarded from WOW32.WOWGlobalAlloc16
|
---|
121 | ; Ordinal0050 = _OS2Ordinal0060@?? @60 ; forwarded from WOW32.WOWGlobalLock16
|
---|
122 | ; Ordinal0061 = _OS2Ordinal0061@?? @61 ; forwarded from WOW32.WOWGlobalUnlock16
|
---|
123 | ; Ordinal0062 = _OS2Ordinal0062@?? @62 ; forwarded from WOW32.WOWGlobalFree16
|
---|
124 | ; Ordinal0063 = _OS2Ordinal0063@?? @63 ; forwarded from WOW32.WOWGlobalAllocLock16
|
---|
125 | ; Ordinal0064 = _OS2Ordinal0064@?? @64 ; forwarded from WOW32.WOWGlobalUnlockFree16
|
---|
126 | ; Ordinal0065 = _OS2Ordinal0065@?? @65 ; forwarded from WOW32.WOWGlobalLockSize16
|
---|
127 | ; Ordinal0066 = _OS2Ordinal0066@?? @66 ; forwarded from WOW32.WOWYield16
|
---|
128 | ; Ordinal0067 = _OS2Ordinal0067@?? @67 ; forwarded from WOW32.WOWDirectedYield16
|
---|
129 | ; Ordinal0068 = _OS2Ordinal0068@?? @68 : forwarded from WOW32.WOWGetVDMPointerFix
|
---|
130 | ; Ordinal0069 = _OS2Ordinal0069@?? @69 ; forwarded from WOW32.WOWGetVDMPointerUnfix
|
---|
131 | ; Ordinal0070 = _OS2Ordinal0070@?? @70 ; forwarded from WOW32.WOW32_1
|
---|
132 | ; Ordinal0071 = _OS2Ordinal0071@?? @71
|
---|
133 | ; Ordinal0072 = _OS2Ordinal0072@?? @72
|
---|
134 | ; Ordinal0073 = _OS2Ordinal0073@?? @73
|
---|
135 | ; Ordinal0074 = _OS2Ordinal0074@?? @74
|
---|
136 | ; Ordinal0075 = _OS2Ordinal0075@?? @75
|
---|
137 | ; Ordinal0076 = _OS2Ordinal0076@?? @76
|
---|
138 | ; Ordinal0077 = _OS2Ordinal0077@?? @77
|
---|
139 | ; Ordinal0078 = _OS2Ordinal0078@?? @78
|
---|
140 | ; Ordinal0079 = _OS2Ordinal0079@?? @79
|
---|
141 | ; Ordinal0080 = _OS2Ordinal0080@?? @80
|
---|
142 | ; Ordinal0081 = _OS2Ordinal0081@?? @81
|
---|
143 | ; Ordinal0082 = _OS2Ordinal0082@?? @82
|
---|
144 | ; Ordinal0083 = _OS2Ordinal0083@?? @83
|
---|
145 | ; Ordinal0084 = _OS2Ordinal0084@?? @84
|
---|
146 | ; Ordinal0085 = _OS2Ordinal0085@?? @85
|
---|
147 | ; Ordinal0086 = _OS2Ordinal0086@?? @86
|
---|
148 | ; Ordinal0087 = _OS2Ordinal0087@?? @87
|
---|
149 | ; Ordinal0088 = _OS2Ordinal0088@?? @88
|
---|
150 | ; Ordinal0089 = _OS2Ordinal0089@?? @89
|
---|
151 | ; Ordinal0090 = _OS2Ordinal0090@?? @90
|
---|
152 | ; Ordinal0091 = _OS2Ordinal0091@?? @91
|
---|
153 | ; Ordinal0092 = _OS2Ordinal0092@?? @92
|
---|
154 | ; Ordinal0093 = _OS2Ordinal0093@?? @93
|
---|
155 | ; Ordinal0094 = _OS2Ordinal0094@?? @94
|
---|
156 | ; Ordinal0095 = _OS2Ordinal0095@?? @95
|
---|
157 | ; Ordinal0096 = _OS2Ordinal0096@?? @96
|
---|
158 | ; Ordinal0097 = _OS2Ordinal0097@?? @97
|
---|
159 | ; Ordinal0098 = _OS2Ordinal0098@?? @98
|
---|
160 | "_KERNEL32_99@4" @99 NONAME
|
---|
161 | "_KERNEL32_100@12" @100 NONAME
|
---|
162 | ; Ordinal0101 = _OS2Ordinal0101@?? @101
|
---|
163 |
|
---|
164 |
|
---|
165 | ;--------------
|
---|
166 | ; name exports
|
---|
167 | ;--------------
|
---|
168 |
|
---|
169 | ;;Not supported; just present
|
---|
170 | LoadLibrary16 = "_DbgLoadLibrary16@4" @35
|
---|
171 | FreeLibrary16 = "_DbgFreeLibrary16@4" @36
|
---|
172 | GetProcAddress16 = "_DbgGetProcAddress16@8" @37
|
---|
173 | ReleaseThunkLock = "_DbgReleaseThunkLock@4" @48
|
---|
174 | RestoreThunkLock = "_DbgRestoreThunkLock@4" @49
|
---|
175 | _ConfirmWin16Lock = "_Dbg_ConfirmWin16Lock@0" @96
|
---|
176 |
|
---|
177 | AddAtomA = "_DbgAddAtomA@4" @50
|
---|
178 | AddAtomW = "_DbgAddAtomW@4" @102
|
---|
179 | ; AddConsoleAliasA = _DbgAddConsoleAliasA@?? @2 ;NT
|
---|
180 | ; AddConsoleAliasW = _DbgAddConsoleAliasW@?? @3 ;NT
|
---|
181 | AllocConsole = "_DbgAllocConsole@0" @103
|
---|
182 | ; AllocLSCallback = _DbgAllocLSCallback@?? @104 ;W95
|
---|
183 | ; AllocSLCallback = _DbgAllocSLCallback@?? @105 ;W95
|
---|
184 | AreFileApisANSI = "_DbgAreFileApisANSI@0" @106
|
---|
185 | BackupRead = "_DbgBackupRead@28" @107
|
---|
186 | BackupSeek = "_DbgBackupSeek@24" @108
|
---|
187 | BackupWrite = "_DbgBackupWrite@28" @109
|
---|
188 | ; BaseAttachCompleteThunk = _DbgBaseAttachCompleteThunk@?? @9 ;NT
|
---|
189 | Beep = "_DbgBeep@8" @110
|
---|
190 | BeginUpdateResourceA = "_DbgBeginUpdateResourceA@8" @111
|
---|
191 | BeginUpdateResourceW = "_DbgBeginUpdateResourceW@8" @112
|
---|
192 | BuildCommDCBA = "_DbgBuildCommDCBA@8" @113
|
---|
193 | BuildCommDCBAndTimeoutsA = "_DbgBuildCommDCBAndTimeoutsA@12" @114
|
---|
194 | BuildCommDCBAndTimeoutsW = "_DbgBuildCommDCBAndTimeoutsW@12" @115
|
---|
195 | BuildCommDCBW = "_DbgBuildCommDCBW@8" @116
|
---|
196 | CallNamedPipeA = "_DbgCallNamedPipeA@28" @117
|
---|
197 | CallNamedPipeW = "_DbgCallNamedPipeW@28" @118
|
---|
198 | ; Callback12 = _DbgCallback12@?? @119 ;W95
|
---|
199 | ; Callback16 = _DbgCallback16@?? @120 ;W95
|
---|
200 | ; Callback20 = _DbgCallback20@?? @121 ;W95
|
---|
201 | ; Callback24 = _DbgCallback24@?? @122 ;W95
|
---|
202 | ; Callback28 = _DbgCallback28@?? @123 ;W95
|
---|
203 | ; Callback32 = _DbgCallback32@?? @124 ;W95
|
---|
204 | ; Callback36 = _DbgCallback36@?? @125 ;W95
|
---|
205 | ; Callback40 = _DbgCallback40@?? @126 ;W95
|
---|
206 | ; Callback44 = _DbgCallback44@?? @127 ;W95
|
---|
207 | ; Callback48 = _DbgCallback48@?? @128 ;W95
|
---|
208 | ; Callback4 = _DbgCallback4@?? @129 ;W95
|
---|
209 | ; Callback52 = _DbgCallback52@?? @130 ;W95
|
---|
210 | ; Callback56 = _DbgCallback56@?? @131 ;W95
|
---|
211 | ; Callback60 = _DbgCallback60@?? @132 ;W95
|
---|
212 | ; Callback64 = _DbgCallback64@?? @133 ;W95
|
---|
213 | ; Callback8 = _DbgCallback8@?? @134 ;W95
|
---|
214 | CancelIo = "_DbgCancelIo@4" @19 ;NT
|
---|
215 | CancelWaitableTimer = "_DbgCancelWaitableTimer@4" @20 ;NT
|
---|
216 | ClearCommBreak = "_DbgClearCommBreak@4" @135
|
---|
217 | ClearCommError = "_DbgClearCommError@12" @136
|
---|
218 | CloseHandle = "_DbgCloseHandle@4" @137
|
---|
219 | ; CloseConsoleHandle = _DbgCloseConsoleHandle@?? @22 ;NT
|
---|
220 | CloseProfileUserMapping = "_DbgCloseProfileUserMapping@0" @138
|
---|
221 | ; CloseSystemHandle = _DbgCloseSystemHandle@?? @139 ;W95
|
---|
222 | CmdBatNotification = "_DbgCmdBatNotification@4" @26 ;NT
|
---|
223 | CommConfigDialogA = "_DbgCommConfigDialogA@12" @140
|
---|
224 | CommConfigDialogW = "_DbgCommConfigDialogW@12" @141
|
---|
225 | CompareFileTime = "_DbgCompareFileTime@8" @142
|
---|
226 | CompareStringA = "_DbgCompareStringA@24" @143
|
---|
227 | CompareStringW = "_DbgCompareStringW@24" @144
|
---|
228 | ConnectNamedPipe = "_DbgConnectNamedPipe@8" @145
|
---|
229 | ; ConsoleMenuControl = _DbgConsoleMenuControl@?? @33 ;NT
|
---|
230 | ContinueDebugEvent = "_DbgContinueDebugEvent@12" @146
|
---|
231 | ConvertDefaultLocale = "_DbgConvertDefaultLocale@4" @147
|
---|
232 | ConvertToGlobalHandle = "_DbgConvertToGlobalHandle@4" @148 ;W95
|
---|
233 | CopyFileA = "_DbgCopyFileA@12" @149
|
---|
234 | CopyFileExA = "_DbgCopyFileExA@24" @38 ;NT
|
---|
235 | CopyFileExW = "_DbgCopyFileExW@24" @39 ;NT
|
---|
236 | CopyFileW = "_DbgCopyFileW@12" @150
|
---|
237 | CreateConsoleScreenBuffer = "_DbgCreateConsoleScreenBuffer@20" @151
|
---|
238 | CreateDirectoryA = "_DbgCreateDirectoryA@8" @152
|
---|
239 | CreateDirectoryExA = "_DbgCreateDirectoryExA@12" @153
|
---|
240 | CreateDirectoryExW = "_DbgCreateDirectoryExW@12" @154
|
---|
241 | CreateDirectoryW = "_DbgCreateDirectoryW@8" @155
|
---|
242 | CreateEventA = "_DbgCreateEventA@16" @156
|
---|
243 | CreateEventW = "_DbgCreateEventW@16" @157
|
---|
244 | CreateFiber = "_DbgCreateFiber@12" @1048 ;NT
|
---|
245 | CreateFileA = "_DbgCreateFileA@28" @158
|
---|
246 | CreateFileW = "_DbgCreateFileW@28" @161
|
---|
247 | CreateFileMappingA = "_DbgCreateFileMappingA@24" @159
|
---|
248 | CreateFileMappingW = "_DbgCreateFileMappingW@24" @160
|
---|
249 | CreateIoCompletionPort = "_DbgCreateIoCompletionPort@16" @162
|
---|
250 | ; CreateKernelThread = _DbgCreateKernelThread@?? @163 ;W95
|
---|
251 | CreateMailslotA = "_DbgCreateMailslotA@16" @164
|
---|
252 | CreateMailslotW = "_DbgCreateMailslotW@16" @165
|
---|
253 | CreateMutexA = "_DbgCreateMutexA@12" @166
|
---|
254 | CreateMutexW = "_DbgCreateMutexW@12" @167
|
---|
255 | CreateNamedPipeA = "_DbgCreateNamedPipeA@32" @168
|
---|
256 | CreateNamedPipeW = "_DbgCreateNamedPipeW@32" @169
|
---|
257 | CreatePipe = "_DbgCreatePipe@16" @170
|
---|
258 | CreateProcessA = "_DbgCreateProcessA@40" @171
|
---|
259 | CreateProcessW = "_DbgCreateProcessW@40" @172
|
---|
260 | CreateRemoteThread = "_DbgCreateRemoteThread@28" @173
|
---|
261 | CreateSemaphoreA = "_DbgCreateSemaphoreA@16" @174
|
---|
262 | CreateSemaphoreW = "_DbgCreateSemaphoreW@16" @175
|
---|
263 | ; CreateSocketHandle = _DbgCreateSocketHandle@?? @176 ;W95
|
---|
264 | CreateTapePartition = "_DbgCreateTapePartition@16" @177
|
---|
265 | CreateThread = "_DbgCreateThread@24" @178
|
---|
266 | OpenThread = "_DbgOpenThread@12" @1049
|
---|
267 | CreateToolhelp32Snapshot = "_CreateToolhelp32Snapshot@8" @179 ;W95
|
---|
268 | ; CreateVirtualBuffer = _DbgCreateVirtualBuffer@?? @68 ;NT
|
---|
269 | CreateWaitableTimerA = "_DbgCreateWaitableTimerA@12" @69 ;NT
|
---|
270 | CreateWaitableTimerW = "_DbgCreateWaitableTimerW@12" @70 ;NT
|
---|
271 | DebugActiveProcess = "_DbgDebugActiveProcess@4" @180
|
---|
272 | DebugBreak = "_DbgDebugBreak@0" @181
|
---|
273 | DefineDosDeviceA = "_DbgDefineDosDeviceA@12" @182
|
---|
274 | DefineDosDeviceW = "_DbgDefineDosDeviceW@12" @183
|
---|
275 | DeleteAtom = "_DbgDeleteAtom@4" @184
|
---|
276 | DeleteCriticalSection = "_DbgDeleteCriticalSection@4" @185
|
---|
277 | DeleteFiber = "_DbgDeleteFiber@4" @77 ;NT
|
---|
278 | DeleteFileA = "_DbgDeleteFileA@4" @186
|
---|
279 | DeleteFileW = "_DbgDeleteFileW@4" @187
|
---|
280 | DeviceIoControl = "_DbgDeviceIoControl@32" @188
|
---|
281 | DisableThreadLibraryCalls = "_DbgDisableThreadLibraryCalls@4" @189
|
---|
282 | DisconnectNamedPipe = "_DbgDisconnectNamedPipe@4" @190
|
---|
283 | DosDateTimeToFileTime = "_DbgDosDateTimeToFileTime@12" @191
|
---|
284 | ; DuplicateConsoleHandle = _DbgDuplicateConsoleHandle@?? ;NT
|
---|
285 | DuplicateHandle = "_DbgDuplicateHandle@28" @192
|
---|
286 | EndUpdateResourceA = "_DbgEndUpdateResourceA@8" @193
|
---|
287 | EndUpdateResourceW = "_DbgEndUpdateResourceW@8" @194
|
---|
288 | EnterCriticalSection = "_DbgEnterCriticalSection@4" @195
|
---|
289 | EnumCalendarInfoA = "_DbgEnumCalendarInfoA@16" @196
|
---|
290 | EnumCalendarInfoW = "_DbgEnumCalendarInfoW@16" @197
|
---|
291 | EnumDateFormatsA = "_DbgEnumDateFormatsA@12" @198
|
---|
292 | EnumDateFormatsW = "_DbgEnumDateFormatsW@12" @199
|
---|
293 | EnumResourceLanguagesA = "_DbgEnumResourceLanguagesA@20" @200
|
---|
294 | EnumResourceLanguagesW = "_DbgEnumResourceLanguagesW@20" @201
|
---|
295 | EnumResourceNamesA = "_DbgEnumResourceNamesA@16" @202
|
---|
296 | EnumResourceNamesW = "_DbgEnumResourceNamesW@16" @203
|
---|
297 | EnumResourceTypesA = "_DbgEnumResourceTypesA@12" @204
|
---|
298 | EnumResourceTypesW = "_DbgEnumResourceTypesW@12" @205
|
---|
299 | EnumSystemCodePagesA = "_DbgEnumSystemCodePagesA@8" @206
|
---|
300 | EnumSystemCodePagesW = "_DbgEnumSystemCodePagesW@8" @207
|
---|
301 | EnumSystemLocalesA = "_DbgEnumSystemLocalesA@8" @208
|
---|
302 | EnumSystemLocalesW = "_DbgEnumSystemLocalesW@8" @209
|
---|
303 | EnumTimeFormatsA = "_DbgEnumTimeFormatsA@12" @210
|
---|
304 | EnumTimeFormatsW = "_DbgEnumTimeFormatsW@12" @211
|
---|
305 | EraseTape = "_DbgEraseTape@12" @212
|
---|
306 | EscapeCommFunction = "_DbgEscapeCommFunction@8" @213
|
---|
307 | ExitProcess = "_DbgExitProcess@4" @214
|
---|
308 | ExitThread = "_DbgExitThread@4" @215
|
---|
309 | ; ExitVDM = _DbgExitVDM@?? ;NT
|
---|
310 | ExpandEnvironmentStringsA = "_DbgExpandEnvironmentStringsA@12" @216
|
---|
311 | ExpandEnvironmentStringsW = "_DbgExpandEnvironmentStringsW@12" @217
|
---|
312 | ; ExpungeConsoleCommandHistoryA = _DbgExpungeConsoleCommandHistoryA@?? ;NT
|
---|
313 | ; ExpungeConsoleCommandHistoryW = _DbgExpungeConsoleCommandHistoryW@?? ;NT
|
---|
314 | ; ExtendVirtualBuffer = _DbgExtendVirtualBuffer@?? ;NT
|
---|
315 | FT_Exit0 = "_DbgFT_Exit0@4" @218 ;W95
|
---|
316 | FT_Exit12 = "_DbgFT_Exit12@4" @219 ;W95
|
---|
317 | FT_Exit16 = "_DbgFT_Exit16@4" @220 ;W95
|
---|
318 | FT_Exit20 = "_DbgFT_Exit20@4" @221 ;W95
|
---|
319 | FT_Exit24 = "_DbgFT_Exit24@4" @222 ;W95
|
---|
320 | FT_Exit28 = "_DbgFT_Exit28@4" @223 ;W95
|
---|
321 | FT_Exit32 = "_DbgFT_Exit32@4" @224 ;W95
|
---|
322 | FT_Exit36 = "_DbgFT_Exit36@4" @225 ;W95
|
---|
323 | FT_Exit4 = "_DbgFT_Exit4@4" @226 ;W95
|
---|
324 | FT_Exit40 = "_DbgFT_Exit40@4" @227 ;W95
|
---|
325 | FT_Exit44 = "_DbgFT_Exit44@4" @228 ;W95
|
---|
326 | FT_Exit48 = "_DbgFT_Exit48@4" @229 ;W95
|
---|
327 | FT_Exit52 = "_DbgFT_Exit52@4" @230 ;W95
|
---|
328 | FT_Exit56 = "_DbgFT_Exit56@4" @231 ;W95
|
---|
329 | FT_Exit8 = "_DbgFT_Exit8@4" @232 ;W95
|
---|
330 | FT_Prolog = "_DbgFT_Prolog@4" @233 ;W95
|
---|
331 | FT_Thunk = "_DbgFT_Thunk@4" @234 ;W95
|
---|
332 | FatalAppExitA = "_DbgFatalAppExitA@8" @235
|
---|
333 | FatalAppExitW = "_DbgFatalAppExitW@8" @236
|
---|
334 | FatalExit = "_DbgFatalExit@4" @237
|
---|
335 | FileTimeToDosDateTime = "_DbgFileTimeToDosDateTime@12" @238
|
---|
336 | FileTimeToLocalFileTime = "_DbgFileTimeToLocalFileTime@8" @239
|
---|
337 | FileTimeToSystemTime = "_DbgFileTimeToSystemTime@8" @240
|
---|
338 | FillConsoleOutputAttribute = "_DbgFillConsoleOutputAttribute@20" @241
|
---|
339 | FillConsoleOutputCharacterA = "_DbgFillConsoleOutputCharacterA@20" @242
|
---|
340 | FillConsoleOutputCharacterW = "_DbgFillConsoleOutputCharacterW@20" @243
|
---|
341 | FindAtomA = "_DbgFindAtomA@4" @244
|
---|
342 | FindAtomW = "_DbgFindAtomW@4" @245
|
---|
343 | FindClose = "_DbgFindClose@4" @246
|
---|
344 | FindCloseChangeNotification = "_DbgFindCloseChangeNotification@4" @247
|
---|
345 | FindFirstChangeNotificationA = "_DbgFindFirstChangeNotificationA@12" @248
|
---|
346 | FindFirstChangeNotificationW = "_DbgFindFirstChangeNotificationW@12" @249
|
---|
347 | FindFirstFileA = "_DbgFindFirstFileA@8" @250
|
---|
348 | FindFirstFileExA = "_DbgFindFirstFileExA@24" @850
|
---|
349 | FindFirstFileExW = "_DbgFindFirstFileExW@24" @851
|
---|
350 | FindFirstFileW = "_DbgFindFirstFileW@8" @251
|
---|
351 | FindNextChangeNotification = "_DbgFindNextChangeNotification@4" @252
|
---|
352 | FindNextFileA = "_DbgFindNextFileA@8" @253
|
---|
353 | FindNextFileW = "_DbgFindNextFileW@8" @254
|
---|
354 | FindResourceA = "_DbgFindResourceA@12" @255
|
---|
355 | FindResourceExA = "_DbgFindResourceExA@16" @256
|
---|
356 | FindResourceExW = "_DbgFindResourceExW@16" @257
|
---|
357 | FindResourceW = "_DbgFindResourceW@12" @258
|
---|
358 | FlushConsoleInputBuffer = "_DbgFlushConsoleInputBuffer@4" @259
|
---|
359 | FlushFileBuffers = "_DbgFlushFileBuffers@4" @260
|
---|
360 | FlushInstructionCache = "_DbgFlushInstructionCache@12" @261
|
---|
361 | FlushViewOfFile = "_DbgFlushViewOfFile@8" @262
|
---|
362 | FoldStringA = "_DbgFoldStringA@20" @263
|
---|
363 | FoldStringW = "_DbgFoldStringW@20" @264
|
---|
364 | FormatMessageA = "_DbgFormatMessageA@28" @265
|
---|
365 | FormatMessageW = "_DbgFormatMessageW@28" @266
|
---|
366 | FreeConsole = "_DbgFreeConsole@0" @267
|
---|
367 | FreeEnvironmentStringsA = "_DbgFreeEnvironmentStringsA@4" @268
|
---|
368 | FreeEnvironmentStringsW = "_DbgFreeEnvironmentStringsW@4" @269
|
---|
369 | ; FreeLSCallback = _DbgFreeLSCallback@?? @270 ;W95
|
---|
370 | FreeLibrary = "_DbgFreeLibrary@4" @271
|
---|
371 | FreeLibraryAndExitThread = "_DbgFreeLibraryAndExitThread@8" @272
|
---|
372 | FreeResource = "_DbgFreeResource@4" @273
|
---|
373 | ; FreeSLCallback = _DbgFreeSLCallback@?? @274 ;W95
|
---|
374 | ; FreeVirtualBuffer = _DbgFreeVirtualBuffer@?? ;NT
|
---|
375 | GenerateConsoleCtrlEvent = "_DbgGenerateConsoleCtrlEvent@8" @275
|
---|
376 | GetACP = "_DbgGetACP@0" @276
|
---|
377 | GetAtomNameA = "_DbgGetAtomNameA@12" @277
|
---|
378 | GetAtomNameW = "_DbgGetAtomNameW@12" @278
|
---|
379 | GetBinaryType = "_DbgGetBinaryTypeA@8" @279
|
---|
380 | GetBinaryTypeA = "_DbgGetBinaryTypeA@8" @280
|
---|
381 | GetBinaryTypeW = "_DbgGetBinaryTypeW@8" @281
|
---|
382 | GetCPInfo = "_DbgGetCPInfo@8" @282
|
---|
383 | GetCommConfig = "_DbgGetCommConfig@12" @283
|
---|
384 | GetCommMask = "_DbgGetCommMask@8" @284
|
---|
385 | GetCommModemStatus = "_DbgGetCommModemStatus@8" @285
|
---|
386 | GetCommProperties = "_DbgGetCommProperties@8" @286
|
---|
387 | GetCommState = "_DbgGetCommState@8" @287
|
---|
388 | GetCommTimeouts = "_DbgGetCommTimeouts@8" @288
|
---|
389 | GetCommandLineA = "_DbgGetCommandLineA@0" @289
|
---|
390 | GetCommandLineW = "_DbgGetCommandLineW@0" @290
|
---|
391 | GetCompressedFileSizeA = "_DbgGetCompressedFileSizeA@8" @291
|
---|
392 | GetCompressedFileSizeW = "_DbgGetCompressedFileSizeW@8" @292
|
---|
393 | GetComputerNameA = "_DbgGetComputerNameA@8" @293
|
---|
394 | GetComputerNameW = "_DbgGetComputerNameW@8" @294
|
---|
395 | ; GetConsoleAliasA = _DbgGetConsoleAliasA@?? ;NT
|
---|
396 | ; GetConsoleAliasExesA = _DbgGetConsoleAliasExesA@?? ;NT
|
---|
397 | ; GetConsoleAliasExesLengthA = _DbgGetConsoleAliasExesLengthA@?? ;NT
|
---|
398 | ; GetConsoleAliasExesLengthW = _DbgGetConsoleAliasExesLengthW@?? ;NT
|
---|
399 | ; GetConsoleAliasExesW = _DbgGetConsoleAliasExesW@?? ;NT
|
---|
400 | ; GetConsoleAliasW = _DbgGetConsoleAliasW@?? ;NT
|
---|
401 | ; GetConsoleAliasesA = _DbgGetConsoleAliasesA@?? ;NT
|
---|
402 | ; GetConsoleAliasesLengthA = _DbgGetConsoleAliasesLengthA@?? ;NT
|
---|
403 | ; GetConsoleAliasesLengthW = _DbgGetConsoleAliasesLengthW@?? ;NT
|
---|
404 | ; GetConsoleAliasesW = _DbgGetConsoleAliasesW@?? ;NT
|
---|
405 | GetConsoleCP = "_DbgGetConsoleCP@0" @295
|
---|
406 | ; GetConsoleCommandHistoryA = _DbgGetConsoleCommandHistoryA@?? ;NT
|
---|
407 | ; GetConsoleCommandHistoryLengthA = _DbgGetConsoleCommandHistoryLengthA@?? ;NT
|
---|
408 | ; GetConsoleCommandHistoryLengthW = _DbgGetConsoleCommandHistoryLengthW@?? ;NT
|
---|
409 | ; GetConsoleCommandHistoryW = _DbgGetConsoleCommandHistoryW@?? ;NT
|
---|
410 | GetConsoleCursorInfo = "_DbgGetConsoleCursorInfo@8" @296
|
---|
411 | ; GetConsoleDisplayMode = _DbgGetConsoleDisplayMode@?? ;NT
|
---|
412 | ; GetConsoleFontInfo = _DbgGetConsoleFontInfo@?? ;NT
|
---|
413 | ; GetConsoleFontSize = _DbgGetConsoleFontSize@?? ;NT
|
---|
414 | ; GetConsoleHardwareState = _DbgGetConsoleHardwareState@?? ;NT
|
---|
415 | ; GetConsoleInputExeNameA = _DbgGetConsoleInputExeNameA@?? ;NT
|
---|
416 | ; GetConsoleInputExeNameW = _DbgGetConsoleInputExeNameW@?? ;NT
|
---|
417 | ; GetConsoleInputWaitHandle = _DbgGetConsoleInputWaitHandle@?? ;NT
|
---|
418 | ; GetConsoleKeyboardLayoutNameA = _DbgGetConsoleKeyboardLayoutNameA@?? ;NT
|
---|
419 | ; GetConsoleKeyboardLayoutNameW = _DbgGetConsoleKeyboardLayoutNameW@?? ;NT
|
---|
420 | GetConsoleMode = "_DbgGetConsoleMode@8" @297
|
---|
421 | GetConsoleOutputCP = "_DbgGetConsoleOutputCP@0" @298
|
---|
422 | GetConsoleScreenBufferInfo = "_DbgGetConsoleScreenBufferInfo@8" @299
|
---|
423 | GetConsoleTitleA = "_DbgGetConsoleTitleA@8" @300
|
---|
424 | GetConsoleTitleW = "_DbgGetConsoleTitleW@8" @301
|
---|
425 | GetCurrencyFormatA = "_DbgGetCurrencyFormatA@24" @302
|
---|
426 | GetCurrencyFormatW = "_DbgGetCurrencyFormatW@24" @303
|
---|
427 | ; GetCurrentConsoleFont = _DbgGetCurrentConsoleFont@?? ;NT
|
---|
428 | GetCurrentDirectoryA = "_DbgGetCurrentDirectoryA@8" @304
|
---|
429 | GetCurrentDirectoryW = "_DbgGetCurrentDirectoryW@8" @305
|
---|
430 | GetCurrentProcess = "_DbgGetCurrentProcess@0" @306
|
---|
431 | GetCurrentProcessId = "_DbgGetCurrentProcessId@0" @307
|
---|
432 | GetCurrentThread = "_DbgGetCurrentThread@0" @308
|
---|
433 | GetCurrentThreadId = "_DbgGetCurrentThreadId@0" @309
|
---|
434 | GetDateFormatA = "_DbgGetDateFormatA@24" @310
|
---|
435 | GetDateFormatW = "_DbgGetDateFormatW@24" @311
|
---|
436 | ; GetDaylightFlag = _DbgGetDaylightFlag@?? @312 ;W95
|
---|
437 | GetDefaultCommConfigA = "_DbgGetDefaultCommConfigA@12" @313
|
---|
438 | GetDefaultCommConfigW = "_DbgGetDefaultCommConfigW@12" @314
|
---|
439 | GetDiskFreeSpaceA = "_DbgGetDiskFreeSpaceA@20" @315
|
---|
440 | GetDiskFreeSpaceW = "_DbgGetDiskFreeSpaceW@20" @316
|
---|
441 | GetDriveTypeA = "_DbgGetDriveTypeA@4" @317
|
---|
442 | GetDriveTypeW = "_DbgGetDriveTypeW@4" @318
|
---|
443 | GetEnvironmentStrings = "_DbgGetEnvironmentStringsA@0" @319
|
---|
444 | GetEnvironmentStringsA = "_DbgGetEnvironmentStringsA@0" @320
|
---|
445 | GetEnvironmentStringsW = "_DbgGetEnvironmentStringsW@0" @321
|
---|
446 | GetEnvironmentVariableA = "_DbgGetEnvironmentVariableA@12" @322
|
---|
447 | GetEnvironmentVariableW = "_DbgGetEnvironmentVariableW@12" @323
|
---|
448 | ; GetErrorMode = _DbgGetErrorMode@?? @324 ;undocumented
|
---|
449 | GetExitCodeProcess = "_DbgGetExitCodeProcess@8" @325
|
---|
450 | GetExitCodeThread = "_DbgGetExitCodeThread@8" @326
|
---|
451 | GetFileAttributesA = "_DbgGetFileAttributesA@4" @327 ;W95
|
---|
452 | GetFileAttributesW = "_DbgGetFileAttributesW@4" @328 ;W95
|
---|
453 | GetFileInformationByHandle = "_DbgGetFileInformationByHandle@8" @329
|
---|
454 | GetFileSize = "_DbgGetFileSize@8" @330
|
---|
455 | GetFileTime = "_DbgGetFileTime@16" @331
|
---|
456 | GetFileType = "_DbgGetFileType@4" @332
|
---|
457 | GetFullPathNameA = "_DbgGetFullPathNameA@16" @333
|
---|
458 | GetFullPathNameW = "_DbgGetFullPathNameW@16" @334
|
---|
459 | ; GetHandleContext = _DbgGetHandleContext@?? @335 ;W95
|
---|
460 | GetHandleInformation = "_DbgGetHandleInformation@8" @336
|
---|
461 | ; GetLSCallbackTarget = _DbgGetLSCallbackTarget@?? @337 ;W95
|
---|
462 | ; GetLSCallbackTemplate = _DbgGetLSCallbackTemplate@?? @338 ;W95
|
---|
463 | GetLargestConsoleWindowSize = "_DbgGetLargestConsoleWindowSize@4" @339
|
---|
464 | GetLastError = "_GetLastError@0" @340
|
---|
465 | GetLocalTime = "_DbgGetLocalTime@4" @341
|
---|
466 | GetLocaleInfoA = "_DbgGetLocaleInfoA@16" @342
|
---|
467 | GetLocaleInfoW = "_DbgGetLocaleInfoW@16" @343
|
---|
468 | GetLogicalDriveStringsA = "_DbgGetLogicalDriveStringsA@8" @344
|
---|
469 | GetLogicalDriveStringsW = "_DbgGetLogicalDriveStringsW@8" @345
|
---|
470 | GetLogicalDrives = "_DbgGetLogicalDrives@0" @346
|
---|
471 | GetMailslotInfo = "_DbgGetMailslotInfo@20" @347
|
---|
472 | GetModuleFileNameA = "_DbgGetModuleFileNameA@12" @348
|
---|
473 | GetModuleFileNameW = "_DbgGetModuleFileNameW@12" @349
|
---|
474 | GetModuleHandleA = "_DbgGetModuleHandleA@4" @350
|
---|
475 | GetModuleHandleW = "_DbgGetModuleHandleW@4" @351
|
---|
476 | GetNamedPipeHandleStateA = "_DbgGetNamedPipeHandleStateA@28" @352
|
---|
477 | GetNamedPipeHandleStateW = "_DbgGetNamedPipeHandleStateW@28" @353
|
---|
478 | GetNamedPipeInfo = "_DbgGetNamedPipeInfo@20" @354
|
---|
479 | ; GetNextVDMCommand = _DbgGetNextVDMCommand@?? ;NT
|
---|
480 | GetNumberFormatA = "_DbgGetNumberFormatA@24" @355
|
---|
481 | GetNumberFormatW = "_DbgGetNumberFormatW@24" @356
|
---|
482 | ; GetNumberOfConsoleFonts = _DbgGetNumberOfConsoleFonts@?? ;NT
|
---|
483 | GetNumberOfConsoleInputEvents = "_DbgGetNumberOfConsoleInputEvents@8" @357
|
---|
484 | GetNumberOfConsoleMouseButtons = "_DbgGetNumberOfConsoleMouseButtons@4" @358
|
---|
485 | GetOEMCP = "_DbgGetOEMCP@0" @359
|
---|
486 | GetOverlappedResult = "_DbgGetOverlappedResult@16" @360
|
---|
487 | GetPriorityClass = "_DbgGetPriorityClass@4" @361
|
---|
488 | GetPrivateProfileIntA = "_DbgGetPrivateProfileIntA@16" @362
|
---|
489 | GetPrivateProfileIntW = "_DbgGetPrivateProfileIntW@16" @363
|
---|
490 | GetPrivateProfileSectionA = "_DbgGetPrivateProfileSectionA@16" @364
|
---|
491 | GetPrivateProfileSectionNamesA = "_DbgGetPrivateProfileSectionNamesA@12" @365
|
---|
492 | GetPrivateProfileSectionNamesW = "_DbgGetPrivateProfileSectionNamesW@12" @366
|
---|
493 | GetPrivateProfileSectionW = "_DbgGetPrivateProfileSectionW@16" @367
|
---|
494 | GetPrivateProfileStringA = "_DbgGetPrivateProfileStringA@24" @368
|
---|
495 | GetPrivateProfileStringW = "_DbgGetPrivateProfileStringW@24" @369
|
---|
496 | GetPrivateProfileStructA = "_DbgGetPrivateProfileStructA@20" @370
|
---|
497 | GetPrivateProfileStructW = "_DbgGetPrivateProfileStructW@20" @371
|
---|
498 | GetProcAddress = "_DbgGetProcAddress@8" @372
|
---|
499 | GetProcessAffinityMask = "_DbgGetProcessAffinityMask@12" @373
|
---|
500 | GetProcessDword = "_DbgGetProcessDword@8" @18
|
---|
501 | GetProcessFlags = "_DbgGetProcessFlags@4" @374 ;W95
|
---|
502 | GetProcessHeap = "_DbgGetProcessHeap@0" @375
|
---|
503 | GetProcessHeaps = "_DbgGetProcessHeaps@8" @376
|
---|
504 | ; GetProcessPriorityBoost = _DbgGetProcessPriorityBoost@?? ;NT
|
---|
505 | GetProcessShutdownParameters = "_DbgGetProcessShutdownParameters@8" @377
|
---|
506 | GetProcessTimes = "_DbgGetProcessTimes@20" @378
|
---|
507 | GetProcessVersion = "_DbgGetProcessVersion@4" @379
|
---|
508 | GetProcessWorkingSetSize = "_DbgGetProcessWorkingSetSize@12" @380
|
---|
509 | ; GetProductName = _DbgGetProductName@?? @381 ;W95
|
---|
510 | GetProfileIntA = "_DbgGetProfileIntA@12" @382
|
---|
511 | GetProfileIntW = "_DbgGetProfileIntW@12" @383
|
---|
512 | GetProfileSectionA = "_DbgGetProfileSectionA@12" @384
|
---|
513 | GetProfileSectionW = "_DbgGetProfileSectionW@12" @385
|
---|
514 | GetProfileStringA = "_DbgGetProfileStringA@20" @386
|
---|
515 | GetProfileStringW = "_DbgGetProfileStringW@20" @387
|
---|
516 | GetQueuedCompletionStatus = "_DbgGetQueuedCompletionStatus@20" @388
|
---|
517 | ; GetSLCallbackTarget = _DbgGetSLCallbackTarget@?? @389 ;W95
|
---|
518 | ; GetSLCallbackTemplate = _DbgGetSLCallbackTemplate@?? @390 ;W95
|
---|
519 | GetShortPathNameA = "_DbgGetShortPathNameA@12" @391
|
---|
520 | GetShortPathNameW = "_DbgGetShortPathNameW@12" @392
|
---|
521 | GetStartupInfoA = "_DbgGetStartupInfoA@4" @393
|
---|
522 | GetStartupInfoW = "_DbgGetStartupInfoW@4" @394
|
---|
523 | GetStdHandle = "_DbgGetStdHandle@4" @395
|
---|
524 | GetStringTypeA = "_DbgGetStringTypeA@20" @396
|
---|
525 | GetStringTypeExA = "_DbgGetStringTypeExA@20" @397
|
---|
526 | GetStringTypeExW = "_DbgGetStringTypeExW@20" @398
|
---|
527 | GetStringTypeW = "_DbgGetStringTypeW@16" @399
|
---|
528 | GetSystemDefaultLCID = "_DbgGetSystemDefaultLCID@0" @400
|
---|
529 | GetSystemDefaultLangID = "_DbgGetSystemDefaultLangID@0" @401
|
---|
530 | GetSystemDirectoryA = "_DbgGetSystemDirectoryA@8" @402
|
---|
531 | GetSystemDirectoryW = "_DbgGetSystemDirectoryW@8" @403
|
---|
532 | GetSystemInfo = "_DbgGetSystemInfo@4" @404
|
---|
533 | GetSystemPowerStatus = "_DbgGetSystemPowerStatus@4" @405
|
---|
534 | GetSystemTime = "_DbgGetSystemTime@4" @406
|
---|
535 | GetSystemTimeAdjustment = "_DbgGetSystemTimeAdjustment@12" @407
|
---|
536 | GetSystemTimeAsFileTime = "_DbgGetSystemTimeAsFileTime@4" @408
|
---|
537 | GetTapeParameters = "_DbgGetTapeParameters@16" @409
|
---|
538 | GetTapePosition = "_DbgGetTapePosition@20" @410
|
---|
539 | GetTapeStatus = "_DbgGetTapeStatus@4" @411
|
---|
540 | GetTempFileNameA = "_DbgGetTempFileNameA@16" @412
|
---|
541 | GetTempFileNameW = "_DbgGetTempFileNameW@16" @413
|
---|
542 | GetTempPathA = "_DbgGetTempPathA@8" @414
|
---|
543 | GetTempPathW = "_DbgGetTempPathW@8" @415
|
---|
544 | GetThreadContext = "_DbgGetThreadContext@8" @416
|
---|
545 | GetThreadLocale = "_DbgGetThreadLocale@0" @417
|
---|
546 | GetThreadPriority = "_DbgGetThreadPriority@4" @418
|
---|
547 | ; GetThreadPriorityBoost = _DbgGetThreadPriorityBoost@?? ;NT
|
---|
548 | GetThreadSelectorEntry = "_DbgGetThreadSelectorEntry@12" @419
|
---|
549 | GetThreadTimes = "_DbgGetThreadTimes@20" @420
|
---|
550 | GetTickCount = "_DbgGetTickCount@0" @421
|
---|
551 | GetTimeFormatA = "_DbgGetTimeFormatA@24" @422
|
---|
552 | GetTimeFormatW = "_DbgGetTimeFormatW@24" @423
|
---|
553 | GetTimeZoneInformation = "_DbgGetTimeZoneInformation@4" @424
|
---|
554 | GetUserDefaultLCID = "_DbgGetUserDefaultLCID@0" @425
|
---|
555 | GetUserDefaultLangID = "_DbgGetUserDefaultLangID@0" @426
|
---|
556 | ; GetVDMCurrentDirectories = "_DbgGetVDMCurrentDirectories@4" ;NT
|
---|
557 | GetVersion = "_DbgGetVersion@0" @427
|
---|
558 | GetVersionExA = "_DbgGetVersionExA@4" @428
|
---|
559 | GetVersionExW = "_DbgGetVersionExW@4" @429
|
---|
560 | GetVolumeInformationA = "_DbgGetVolumeInformationA@32" @430
|
---|
561 | GetVolumeInformationW = "_DbgGetVolumeInformationW@32" @431
|
---|
562 | GetWindowsDirectoryA = "_DbgGetWindowsDirectoryA@8" @432
|
---|
563 | GetWindowsDirectoryW = "_DbgGetWindowsDirectoryW@8" @433
|
---|
564 | GlobalAddAtomA = "_DbgGlobalAddAtomA@4" @434
|
---|
565 | GlobalAddAtomW = "_DbgGlobalAddAtomW@4" @435
|
---|
566 | GlobalAlloc = "_DbgGlobalAlloc@8" @436
|
---|
567 | GlobalCompact = "_DbgGlobalCompact@4" @437
|
---|
568 | GlobalDeleteAtom = "_DbgGlobalDeleteAtom@4" @438
|
---|
569 | GlobalFindAtomA = "_GlobalFindAtomA@4" @439
|
---|
570 | GlobalFindAtomW = "_GlobalFindAtomW@4" @440
|
---|
571 | GlobalFix = "_DbgGlobalFix@4" @441
|
---|
572 | GlobalFlags = "_DbgGlobalFlags@4" @442
|
---|
573 | GlobalFree = "_DbgGlobalFree@4" @443
|
---|
574 | GlobalGetAtomNameA = "_DbgGlobalGetAtomNameA@12" @444
|
---|
575 | GlobalGetAtomNameW = "_DbgGlobalGetAtomNameW@12" @445
|
---|
576 | GlobalHandle = "_DbgGlobalHandle@4" @446
|
---|
577 | GlobalLock = "_DbgGlobalLock@4" @447
|
---|
578 | GlobalMemoryStatus = "_DbgGlobalMemoryStatus@4" @448
|
---|
579 | GlobalReAlloc = "_DbgGlobalReAlloc@12" @449
|
---|
580 | GlobalSize = "_DbgGlobalSize@4" @450
|
---|
581 | GlobalUnWire = "_DbgGlobalUnWire@4" @451 ;obsolete
|
---|
582 | GlobalUnfix = "_DbgGlobalUnfix@4" @452 ;obsolete
|
---|
583 | GlobalUnlock = "_DbgGlobalUnlock@4" @453
|
---|
584 | GlobalWire = "_DbgGlobalWire@4" @454 ;obsolete
|
---|
585 | ; Heap32First = _DbgHeap32First@?? @455 ;W95
|
---|
586 | ; Heap32ListFirst = _DbgHeap32ListFirst@?? @456 ;W95
|
---|
587 | ; Heap32ListNext = _DbgHeap32ListNext@?? @457 ;W95
|
---|
588 | ; Heap32Next = _DbgHeap32Next@?? @458 ;W95
|
---|
589 | HeapAlloc = "_DbgHeapAlloc@12" @459
|
---|
590 | HeapCompact = "_DbgHeapCompact@8" @460
|
---|
591 | HeapCreate = "_DbgHeapCreate@12" @461
|
---|
592 | ; HeapCreateTagsW = _DbgHeapCreateTagsW@?? ;NT
|
---|
593 | HeapDestroy = "_DbgHeapDestroy@4" @462
|
---|
594 | ; HeapExtend = _DbgHeapExtend@?? ;NT
|
---|
595 | HeapFree = "_DbgHeapFree@12" @463
|
---|
596 | HeapLock = "_DbgHeapLock@4" @464
|
---|
597 | HeapReAlloc = "_DbgHeapReAlloc@16" @465
|
---|
598 | ; HeapQueryTagsW = _DbgHeapQueryTagsW@?? ;NT
|
---|
599 | ; HeapSetFlags = _DbgHeapSetFlags@?? @466
|
---|
600 | "HeapSize" = "_DbgHeapSize@12" @467 ; reserved linker word
|
---|
601 | HeapUnlock = "_DbgHeapUnlock@4" @468
|
---|
602 | ; HeapUsage = _DbgHeapUsage@?? ;NT
|
---|
603 | HeapValidate = "_DbgHeapValidate@12" @469
|
---|
604 | HeapWalk = "_DbgHeapWalk@8" @470
|
---|
605 |
|
---|
606 | InitAtomTable = "_DbgInitAtomTable@4" @471
|
---|
607 | InitializeCriticalSection = "_DbgInitializeCriticalSection@4" @472
|
---|
608 | InitializeCriticalSectionAndSpinCount = "_InitializeCriticalSectionAndSpinCount@8" @1473
|
---|
609 | InterlockedCompareExchange = "_InterlockedCompareExchange@12" @787 ;NT
|
---|
610 | InterlockedDecrement = "_InterlockedDecrement@4" @473
|
---|
611 | InterlockedExchange = "_InterlockedExchange@8" @474
|
---|
612 | InterlockedExchangeAdd = "_InterlockedExchangeAdd@8" @788 ;NT
|
---|
613 | InterlockedIncrement = "_InterlockedIncrement@4" @475
|
---|
614 | ; InvalidateNLSCache = _DbgInvalidateNLSCache@?? @476 ;W95
|
---|
615 | ; InvalidateConsoleDIBits = _DbgInvalidateConsoleDIBits@?? ;NT
|
---|
616 | IsBadCodePtr = "_DbgIsBadCodePtr@4" @477
|
---|
617 | IsBadHugeReadPtr = "_DbgIsBadHugeReadPtr@8" @478
|
---|
618 | IsBadHugeWritePtr = "_DbgIsBadHugeWritePtr@8" @479
|
---|
619 | IsBadReadPtr = "_DbgIsBadReadPtr@8" @480
|
---|
620 | IsBadStringPtrA = "_DbgIsBadStringPtrA@8" @481
|
---|
621 | IsBadStringPtrW = "_DbgIsBadStringPtrW@8" @482
|
---|
622 | IsBadWritePtr = "_DbgIsBadWritePtr@8" @483
|
---|
623 | IsDBCSLeadByte = "_DbgIsDBCSLeadByte@4" @484
|
---|
624 | IsDBCSLeadByteEx = "_DbgIsDBCSLeadByteEx@8" @485
|
---|
625 | ; IsLSCallback = _DbgIsLSCallback@?? @486 ;W95
|
---|
626 | ; IsSLCallback = _DbgIsSLCallback@?? @487 ;W95
|
---|
627 | IsDebuggerPresent = "_DbgIsDebuggerPresent@0" @889 ;NT/98
|
---|
628 | IsValidCodePage = "_DbgIsValidCodePage@4" @488
|
---|
629 | IsValidLocale = "_DbgIsValidLocale@8" @489
|
---|
630 | K32Thk1632Epilog = "_DbgK32Thk1632Epilog@4" @490 ;W95
|
---|
631 | K32Thk1632Prolog = "_DbgK32Thk1632Prolog@4" @491 ;W95
|
---|
632 | LCMapStringA = "_DbgLCMapStringA@24" @492
|
---|
633 | LCMapStringW = "_DbgLCMapStringW@24" @493
|
---|
634 | LeaveCriticalSection = "_DbgLeaveCriticalSection@4" @494
|
---|
635 | LoadLibraryA = "_DbgLoadLibraryA@4" @495
|
---|
636 | LoadLibraryExA = "_DbgLoadLibraryExA@12" @496
|
---|
637 | LoadLibraryExW = "_DbgLoadLibraryExW@12" @497
|
---|
638 | LoadLibraryW = "_DbgLoadLibraryW@4" @498
|
---|
639 | LoadModule = "_DbgLoadModule@8" @499
|
---|
640 | LoadResource = "_DbgLoadResource@8" @500
|
---|
641 | LocalAlloc = "_DbgLocalAlloc@8" @501
|
---|
642 | LocalCompact = "_DbgLocalCompact@4" @502 ;obsolete
|
---|
643 | LocalFileTimeToFileTime = "_DbgLocalFileTimeToFileTime@8" @503
|
---|
644 | LocalFlags = "_DbgLocalFlags@4" @504
|
---|
645 | LocalFree = "_DbgLocalFree@4" @505
|
---|
646 | LocalHandle = "_DbgLocalHandle@4" @506
|
---|
647 | LocalLock = "_DbgLocalLock@4" @507
|
---|
648 | LocalReAlloc = "_DbgLocalReAlloc@12" @508
|
---|
649 | LocalShrink = "_DbgLocalShrink@8" @509 ;obsolete
|
---|
650 | LocalSize = "_DbgLocalSize@4" @510
|
---|
651 | LocalUnlock = "_DbgLocalUnlock@4" @511
|
---|
652 | LockFile = "_DbgLockFile@20" @512
|
---|
653 | LockFileEx = "_DbgLockFileEx@24" @513
|
---|
654 | LockResource = "_DbgLockResource@4" @514
|
---|
655 |
|
---|
656 | MakeCriticalSectionGlobal = "_DbgMakeCriticalSectionGlobal@4" @515
|
---|
657 | ; MapHInstLS = _DbgMapHInstLS@?? @516 ;W95
|
---|
658 | ; MapHInstLS_PN = _DbgMapHInstLS_PN@?? @517 ;W95
|
---|
659 | ; MapHInstSL = _DbgMapHInstSL@?? @518 ;W95
|
---|
660 | ; MapHInstSL_PN = _DbgMapHInstSL_PN@?? @519 ;W95
|
---|
661 | ; MapHModuleLS = _DbgMapHModuleLS@?? @520 ;W95
|
---|
662 | ; MapHModuleSL = _DbgMapHModuleSL@?? @521 ;W95
|
---|
663 | MapLS = "_DbgMapLS@4" @522 ;W95
|
---|
664 | MapSL = "_DbgMapSL@4" @523 ;W95
|
---|
665 | MapSLFix = "_DbgMapSLFix@4" @524 ;W95
|
---|
666 | MapViewOfFile = "_DbgMapViewOfFile@20" @525
|
---|
667 | MapViewOfFileEx = "_DbgMapViewOfFileEx@24" @526
|
---|
668 | ;;;; Module32First = _DbgModule32First@8 @527 ;W95
|
---|
669 | ;;;; Module32Next = _DbgModule32Next@8 @528 ;W95
|
---|
670 | MoveFileA = "_DbgMoveFileA@8" @529
|
---|
671 | MoveFileExA = "_DbgMoveFileExA@12" @530
|
---|
672 | MoveFileExW = "_DbgMoveFileExW@12" @531
|
---|
673 | MoveFileW = "_DbgMoveFileW@8" @532
|
---|
674 | MulDiv = "_DbgMulDiv@12" @533
|
---|
675 | MultiByteToWideChar = "_DbgMultiByteToWideChar@24" @534
|
---|
676 | ; NotifyNLSUserCache = _DbgNotifyNLSUserCache@?? @535 ;W95
|
---|
677 | ; OpenConsoleW = _DbgOpenConsoleW@?? ;NT
|
---|
678 | OpenEventA = "_DbgOpenEventA@12" @536
|
---|
679 | OpenEventW = "_DbgOpenEventW@12" @537
|
---|
680 | OpenFile = "_DbgOpenFile@12" @538
|
---|
681 | OpenFileMappingA = "_DbgOpenFileMappingA@12" @539
|
---|
682 | OpenFileMappingW = "_DbgOpenFileMappingW@12" @540
|
---|
683 | OpenMutexA = "_DbgOpenMutexA@12" @541
|
---|
684 | OpenMutexW = "_DbgOpenMutexW@12" @542
|
---|
685 | OpenProcess = "_DbgOpenProcess@12" @543
|
---|
686 | OpenProfileUserMapping = "_DbgOpenProfileUserMapping@0" @544
|
---|
687 | OpenSemaphoreA = "_DbgOpenSemaphoreA@12" @545
|
---|
688 | OpenSemaphoreW = "_DbgOpenSemaphoreW@12" @546
|
---|
689 | ; OpenVxDHandle = _DbgOpenVxDHandle@?? @547 ;W95
|
---|
690 | ; OpenWaitableTimerA = _DbgOpenWaitableTimerA@?? ;NT
|
---|
691 | ; OpenWaitableTimerW = _DbgOpenWaitableTimerW@?? ;NT
|
---|
692 | OutputDebugStringA = "_DbgOutputDebugStringA@4" @548
|
---|
693 | OutputDebugStringW = "_DbgOutputDebugStringW@4" @549
|
---|
694 | PeekConsoleInputA = "_DbgPeekConsoleInputA@16" @550
|
---|
695 | PeekConsoleInputW = "_DbgPeekConsoleInputW@16" @551
|
---|
696 | PeekNamedPipe = "_DbgPeekNamedPipe@24" @552
|
---|
697 | PostQueuedCompletionStatus = "_DbgPostQueuedCompletionStatus@16" @553
|
---|
698 | PrepareTape = "_DbgPrepareTape@12" @554
|
---|
699 | ;;; Process32First = _DbgProcess32First@8 @555 ;W95
|
---|
700 | ;;; Process32Next = _DbgProcess32Next@8 @556 ;W95
|
---|
701 | PulseEvent = "_DbgPulseEvent@4" @557
|
---|
702 | PurgeComm = "_DbgPurgeComm@8" @558
|
---|
703 | QT_Thunk = "_DbgQT_Thunk@4" @559 ;W95
|
---|
704 | QueryDosDeviceA = "_DbgQueryDosDeviceA@12" @560
|
---|
705 | QueryDosDeviceW = "_DbgQueryDosDeviceW@12" @561
|
---|
706 | ; QueryNumberOfEventLogRecords = _DbgQueryNumberOfEventLogRecords@?? @562 ;W95
|
---|
707 | ; QueryOldestEventLogRecord = _DbgQueryOldestEventLogRecord@?? @563 ;W95
|
---|
708 | QueryPerformanceCounter = "_DbgQueryPerformanceCounter@4" @564
|
---|
709 | QueryPerformanceFrequency = "_DbgQueryPerformanceFrequency@4" @565
|
---|
710 | ; QueryWin31IniFilesMappedToRegistry = _DbgQueryWin31IniFilesMappedToRegistry@?? ;NT
|
---|
711 | QueueUserAPC = "_DbgQueueUserAPC@12" @566
|
---|
712 | RaiseException = "_DbgRaiseException@16" @567
|
---|
713 | ReadConsoleA = "_DbgReadConsoleA@20" @568
|
---|
714 | ReadConsoleInputA = "_DbgReadConsoleInputA@16" @569
|
---|
715 | ; ReadConsoleInputExA = _DbgReadConsoleInputExA@?? ;NT
|
---|
716 | ; ReadConsoleInputExW = _DbgReadConsoleInputExW@?? ;NT
|
---|
717 | ReadConsoleInputW = "_DbgReadConsoleInputW@16" @570
|
---|
718 | ReadConsoleOutputA = "_DbgReadConsoleOutputA@20" @571
|
---|
719 | ReadConsoleOutputAttribute = "_DbgReadConsoleOutputAttribute@20" @572
|
---|
720 | ReadConsoleOutputCharacterA = "_DbgReadConsoleOutputCharacterA@20" @573
|
---|
721 | ReadConsoleOutputCharacterW = "_DbgReadConsoleOutputCharacterW@20" @574
|
---|
722 | ReadConsoleOutputW = "_DbgReadConsoleOutputW@20" @575
|
---|
723 | ReadConsoleW = "_DbgReadConsoleW@20" @576
|
---|
724 | ; ReadDirectoryChangesW = _DbgReadDirectoryChangesW@?? ;NT
|
---|
725 | ReadFile = "_DbgReadFile@20" @577
|
---|
726 | ReadFileEx = "_DbgReadFileEx@20" @578
|
---|
727 | ; ReadFileScatter = _DbgReadFileScatter@?? ;NT
|
---|
728 | ReadProcessMemory = "_DbgReadProcessMemory@20" @579
|
---|
729 | RegisterServiceProcess = "_DbgRegisterServiceProcess@8" @580 ;W95
|
---|
730 | ReinitializeCriticalSection = "_DbgReinitializeCriticalSection@4" @581 ;W95
|
---|
731 | ; RegisterConsoleVDM = _DbgRegisterConsoleVDM@?? ;NT
|
---|
732 | ; RegisterWaitForInputIdle = _DbgRegisterWaitForInputIdle@?? ;NT
|
---|
733 | ; RegisterWowBaseHandlers = _DbgRegisterWowBaseHandlers@?? ;NT
|
---|
734 | ; RegisterWowExec = _DbgRegisterWowExec@?? ;NT
|
---|
735 | ReleaseMutex = "_DbgReleaseMutex@4" @582
|
---|
736 | ReleaseSemaphore = "_DbgReleaseSemaphore@12" @583
|
---|
737 | RemoveDirectoryA = "_DbgRemoveDirectoryA@4" @584
|
---|
738 | RemoveDirectoryW = "_DbgRemoveDirectoryW@4" @585
|
---|
739 | ResetEvent = "_DbgResetEvent@4" @586
|
---|
740 | ResumeThread = "_DbgResumeThread@4" @587
|
---|
741 | RtlFillMemory = "_RtlFillMemory@12" @588
|
---|
742 | RtlMoveMemory = "_RtlMoveMemory@12" @589
|
---|
743 | RtlUnwind = "_RtlUnwind@16" @590
|
---|
744 | RtlZeroMemory = "_RtlZeroMemory@8" @591
|
---|
745 | SMapLS = "_DbgSMapLS@4" @592 ;W95
|
---|
746 | SMapLS_IP_EBP_12 = "_DbgSMapLS_IP_EBP_12@4" @593 ;W95
|
---|
747 | SMapLS_IP_EBP_16 = "_DbgSMapLS_IP_EBP_16@4" @594 ;W95
|
---|
748 | SMapLS_IP_EBP_20 = "_DbgSMapLS_IP_EBP_20@4" @595 ;W95
|
---|
749 | SMapLS_IP_EBP_24 = "_DbgSMapLS_IP_EBP_24@4" @596 ;W95
|
---|
750 | SMapLS_IP_EBP_28 = "_DbgSMapLS_IP_EBP_28@4" @597 ;W95
|
---|
751 | SMapLS_IP_EBP_32 = "_DbgSMapLS_IP_EBP_32@4" @598 ;W95
|
---|
752 | SMapLS_IP_EBP_36 = "_DbgSMapLS_IP_EBP_36@4" @599 ;W95
|
---|
753 | SMapLS_IP_EBP_40 = "_DbgSMapLS_IP_EBP_40@4" @600 ;W95
|
---|
754 | SMapLS_IP_EBP_8 = "_DbgSMapLS_IP_EBP_8@4" @601 ;W95
|
---|
755 | SUnMapLS = "_DbgSUnMapLS@4" @602 ;W95
|
---|
756 | SUnMapLS_IP_EBP_12 = "_DbgSUnMapLS_IP_EBP_12@4" @603 ;W95
|
---|
757 | SUnMapLS_IP_EBP_16 = "_DbgSUnMapLS_IP_EBP_16@4" @604 ;W95
|
---|
758 | SUnMapLS_IP_EBP_20 = "_DbgSUnMapLS_IP_EBP_20@4" @605 ;W95
|
---|
759 | SUnMapLS_IP_EBP_24 = "_DbgSUnMapLS_IP_EBP_24@4" @606 ;W95
|
---|
760 | SUnMapLS_IP_EBP_28 = "_DbgSUnMapLS_IP_EBP_28@4" @607 ;W95
|
---|
761 | SUnMapLS_IP_EBP_32 = "_DbgSUnMapLS_IP_EBP_32@4" @608 ;W95
|
---|
762 | SUnMapLS_IP_EBP_36 = "_DbgSUnMapLS_IP_EBP_36@4" @609 ;W95
|
---|
763 | SUnMapLS_IP_EBP_40 = "_DbgSUnMapLS_IP_EBP_40@4" @610 ;W95
|
---|
764 | SUnMapLS_IP_EBP_8 = "_DbgSUnMapLS_IP_EBP_8@4" @611 ;W95
|
---|
765 | ScrollConsoleScreenBufferA = "_DbgScrollConsoleScreenBufferA@20" @612
|
---|
766 | ScrollConsoleScreenBufferW = "_DbgScrollConsoleScreenBufferW@20" @613
|
---|
767 | SearchPathA = "_DbgSearchPathA@24" @614
|
---|
768 | SearchPathW = "_DbgSearchPathW@24" @615
|
---|
769 | SetCommBreak = "_DbgSetCommBreak@4" @616
|
---|
770 | SetCommConfig = "_DbgSetCommConfig@12" @617
|
---|
771 | SetCommMask = "_DbgSetCommMask@8" @618
|
---|
772 | SetCommState = "_DbgSetCommState@8" @619
|
---|
773 | SetCommTimeouts = "_DbgSetCommTimeouts@8" @620
|
---|
774 | SetComputerNameA = "_DbgSetComputerNameA@4" @621
|
---|
775 | SetComputerNameW = "_DbgSetComputerNameW@4" @622
|
---|
776 | SetConsoleActiveScreenBuffer = "_DbgSetConsoleActiveScreenBuffer@4" @623
|
---|
777 | SetConsoleCP = "_DbgSetConsoleCP@4" @624
|
---|
778 | ; SetConsoleCommandHistoryMode = _DbgSetConsoleCommandHistoryMode@?? ;NT
|
---|
779 | SetConsoleCtrlHandler = "_DbgSetConsoleCtrlHandler@8" @625
|
---|
780 | ; SetConsoleCursor = _DbgSetConsoleCursor@?? ;NT
|
---|
781 | SetConsoleCursorInfo = "_DbgSetConsoleCursorInfo@8" @626
|
---|
782 | SetConsoleCursorPosition = "_DbgSetConsoleCursorPosition@8" @627
|
---|
783 | ; SetConsoleDisplayMode = _DbgSetConsoleDisplayMode@?? ;NT
|
---|
784 | ; SetConsoleFont = _DbgSetConsoleFont@?? ;NT
|
---|
785 | ; SetConsoleHardwareState = _DbgSetConsoleHardwareState@?? ;NT
|
---|
786 | ; SetConsoleIcon = _DbgSetConsoleIcon@?? ;NT
|
---|
787 | ; SetConsoleInputExeNameA = _DbgSetConsoleInputExeNameA@?? ;NT
|
---|
788 | ; SetConsoleInputExeNameW = _DbgSetConsoleInputExeNameW@?? ;NT
|
---|
789 | ; SetConsoleKeyShortcuts = _DbgSetConsoleKeyShortcuts@?? ;NT
|
---|
790 | ; SetConsoleMaximumWindowSize = _DbgSetConsoleMaximumWindowSize@?? ;NT
|
---|
791 | ; SetConsoleMenuClose = _DbgSetConsoleMenuClose@?? ;NT
|
---|
792 | SetConsoleMode = "_DbgSetConsoleMode@8" @628
|
---|
793 | ; SetConsoleNumberOfCommandsA = _DbgSetConsoleNumberOfCommandsA@?? ;NT
|
---|
794 | ; SetConsoleNumberOfCommandsW = _DbgSetConsoleNumberOfCommandsW@?? ;NT
|
---|
795 | SetConsoleOutputCP = "_DbgSetConsoleOutputCP@4" @629
|
---|
796 | ; SetConsolePalette = _DbgSetConsolePalette@?? ;NT
|
---|
797 | SetConsoleScreenBufferSize = "_DbgSetConsoleScreenBufferSize@8" @630
|
---|
798 | SetConsoleTextAttribute = "_DbgSetConsoleTextAttribute@8" @631
|
---|
799 | SetConsoleTitleA = "_DbgSetConsoleTitleA@4" @632
|
---|
800 | SetConsoleTitleW = "_DbgSetConsoleTitleW@4" @633
|
---|
801 | SetConsoleWindowInfo = "_DbgSetConsoleWindowInfo@12" @634
|
---|
802 | ; SetCriticalSectionSpinCount = _DbgSetCriticalSectionSpinCount@?? ;NT
|
---|
803 | SetCurrentDirectoryA = "_DbgSetCurrentDirectoryA@4" @635
|
---|
804 | SetCurrentDirectoryW = "_DbgSetCurrentDirectoryW@4" @636
|
---|
805 | ; SetDaylightFlag = _DbgSetDaylightFlag@?? @637 ;W95
|
---|
806 | SetDefaultCommConfigA = "_DbgSetDefaultCommConfigA@12" @638
|
---|
807 | SetDefaultCommConfigW = "_DbgSetDefaultCommConfigW@12" @639
|
---|
808 | SetEndOfFile = "_DbgSetEndOfFile@4" @640
|
---|
809 | SetEnvironmentVariableA = "_DbgSetEnvironmentVariableA@8" @641
|
---|
810 | SetEnvironmentVariableW = "_DbgSetEnvironmentVariableW@8" @642
|
---|
811 | SetErrorMode = "_DbgSetErrorMode@4" @643
|
---|
812 | SetEvent = "_DbgSetEvent@4" @644
|
---|
813 | SetFileApisToANSI = "_DbgSetFileApisToANSI@0" @645
|
---|
814 | SetFileApisToOEM = "_DbgSetFileApisToOEM@0" @646
|
---|
815 | SetFileAttributesA = "_DbgSetFileAttributesA@8" @647
|
---|
816 | SetFileAttributesW = "_DbgSetFileAttributesW@8" @648
|
---|
817 | SetFilePointer = "_DbgSetFilePointer@16" @649
|
---|
818 | SetFileTime = "_DbgSetFileTime@16" @650
|
---|
819 | ; SetHandleContext = _DbgSetHandleContext@?? @651 ;W95
|
---|
820 | SetHandleCount = "_DbgSetHandleCount@4" @652
|
---|
821 | SetHandleInformation = "_DbgSetHandleInformation@12" @653
|
---|
822 | ; SetLastConsoleEventActive = _DbgSetLastConsoleEventActive@?? ;NT
|
---|
823 | SetLastError = "_SetLastError@4" @654
|
---|
824 | SetLocalTime = "_DbgSetLocalTime@4" @655
|
---|
825 | SetLocaleInfoA = "_DbgSetLocaleInfoA@12" @656
|
---|
826 | SetLocaleInfoW = "_DbgSetLocaleInfoW@12" @657
|
---|
827 | SetMailslotInfo = "_DbgSetMailslotInfo@8" @658
|
---|
828 | SetNamedPipeHandleState = "_DbgSetNamedPipeHandleState@16" @659
|
---|
829 | SetPriorityClass = "_DbgSetPriorityClass@8" @660
|
---|
830 | SetProcessAffinityMask = "_DbgSetProcessAffinityMask@8" @862
|
---|
831 | SetProcessDword = "_DbgSetProcessDword@12" @884
|
---|
832 | SetProcessPriorityBoost = "_DbgSetProcessPriorityBoost@8" @863
|
---|
833 | SetProcessShutdownParameters = "_DbgSetProcessShutdownParameters@8" @661
|
---|
834 | SetProcessWorkingSetSize = "_DbgSetProcessWorkingSetSize@12" @662
|
---|
835 | SetStdHandle = "_DbgSetStdHandle@8" @663
|
---|
836 | SetSystemPowerState = "_DbgSetSystemPowerState@8" @664
|
---|
837 | SetSystemTime = "_DbgSetSystemTime@4" @665
|
---|
838 | SetSystemTimeAdjustment = "_DbgSetSystemTimeAdjustment@8" @666
|
---|
839 | SetTapeParameters = "_DbgSetTapeParameters@12" @667
|
---|
840 | SetTapePosition = "_DbgSetTapePosition@24" @668
|
---|
841 | SetThreadAffinityMask = "_DbgSetThreadAffinityMask@8" @669
|
---|
842 | SetThreadContext = "_DbgSetThreadContext@8" @670
|
---|
843 | ; SetThreadIdealProcessor = _DbgSetThreadIdealProcessor@?? ;NT
|
---|
844 | SetThreadLocale = "_DbgSetThreadLocale@4" @671
|
---|
845 | SetThreadPriority = "_DbgSetThreadPriority@8" @672
|
---|
846 | SetThreadPriorityBoost = "_DbgSetThreadPriorityBoost@8" @789 ;NT
|
---|
847 | SetTimeZoneInformation = "_DbgSetTimeZoneInformation@4" @673
|
---|
848 | SetUnhandledExceptionFilter = "_DbgSetUnhandledExceptionFilter@4" @674
|
---|
849 | ; SetVDMCurrentDirectories = _DbgSetVDMCurrentDirectories@?? ;NT
|
---|
850 | SetVolumeLabelA = "_DbgSetVolumeLabelA@8" @675
|
---|
851 | SetVolumeLabelW = "_DbgSetVolumeLabelW@8" @676
|
---|
852 | ; SetWaitableTimer = _DbgSetWaitableTimer@?? ;NT
|
---|
853 | SetupComm = "_DbgSetupComm@12" @677
|
---|
854 | ; ShowConsoleCursor = _DbgShowConsoleCursor@?? ;NT
|
---|
855 | ; SignalObjectAndWait = _DbgSignalObjectAndWait@?? ;NT
|
---|
856 | SizeofResource = "_DbgSizeofResource@8" @678
|
---|
857 | Sleep = "_DbgSleep@4" @679
|
---|
858 | SleepEx = "_DbgSleepEx@8" @680
|
---|
859 | SuspendThread = "_DbgSuspendThread@4" @681
|
---|
860 | ; SwitchToFiber = _DbgSwitchToFiber@?? ;NT
|
---|
861 | SwitchToThread = "_DbgSwitchToThread@0" @918 ;NT
|
---|
862 | SystemTimeToFileTime = "_DbgSystemTimeToFileTime@8" @682
|
---|
863 | SystemTimeToTzSpecificLocalTime = "_DbgSystemTimeToTzSpecificLocalTime@12" @683
|
---|
864 | TerminateProcess = "_DbgTerminateProcess@8" @684
|
---|
865 | TerminateThread = "_DbgTerminateThread@8" @685
|
---|
866 | Thread32First = "_Thread32First@8" @686 ;W95
|
---|
867 | Thread32Next = "_Thread32Next@8" @687 ;W95
|
---|
868 | ThunkConnect32 = "_DbgThunkConnect32@24" @688 ;W95
|
---|
869 | TlsAlloc = "_DbgTlsAlloc@0" @689
|
---|
870 | ; TlsAllocInternal = _DbgTlsAllocInternal@?? @690 ;W95
|
---|
871 | TlsFree = "_DbgTlsFree@4" @691
|
---|
872 | ; TlsFreeInternal = _DbgTlsFreeInternal@?? @692 ;W95
|
---|
873 | TlsGetValue = "_DbgTlsGetValue@4" @693
|
---|
874 | TlsSetValue = "_DbgTlsSetValue@8" @694
|
---|
875 | ; Toolhelp32ReadProcessMemory = _DbgToolhelp32ReadProcessMemory@?? @695 ;W95
|
---|
876 | TransactNamedPipe = "_DbgTransactNamedPipe@28" @696
|
---|
877 | TransmitCommChar = "_DbgTransmitCommChar@8" @697
|
---|
878 | ; TrimVirtualBuffer = _DbgTrimVirtualBuffer@?? ;NT
|
---|
879 | TryEnterCriticalSection = "_DbgTryEnterCriticalSection@4" @898 ;NT
|
---|
880 | ; UTRegister = _DbgUTRegister@?? @698 ;W95
|
---|
881 | ; UTUnRegister = _DbgUTUnRegister@?? @699 ;W95
|
---|
882 | UnMapLS = "_DbgUnMapLS@4" @700 ;W95
|
---|
883 | UnMapSLFixArray = "_DbgUnMapSLFixArray@12" @701 ;W95
|
---|
884 | UnhandledExceptionFilter = "_DbgUnhandledExceptionFilter@4" @702
|
---|
885 | UninitializeCriticalSection = "_DbgUninitializeCriticalSection@4" @703 ;W95
|
---|
886 | UnlockFile = "_DbgUnlockFile@20" @704
|
---|
887 | UnlockFileEx = "_DbgUnlockFileEx@20" @705
|
---|
888 | UnmapViewOfFile = "_DbgUnmapViewOfFile@4" @706
|
---|
889 | UpdateResourceA = "_DbgUpdateResourceA@24" @707
|
---|
890 | UpdateResourceW = "_DbgUpdateResourceW@24" @708
|
---|
891 | ; VDMConsoleOperation = _DbgVDMConsoleOperation@?? ;NT
|
---|
892 | ; VDMOperationStarted = _DbgVDMOperationStarted@?? ;NT
|
---|
893 | VerLanguageNameA = "_DbgVerLanguageNameA@12" @709
|
---|
894 | VerLanguageNameW = "_DbgVerLanguageNameW@12" @710
|
---|
895 | ; VerifyConsoleToHandle = _DbgVerifyConsoleToHandle@?? ;NT
|
---|
896 | VirtualAlloc = "_DbgVirtualAlloc@16" @711
|
---|
897 | ; VirtualAllocEx = _DbgVirtualAllocEx@?? ;NT
|
---|
898 | ; VirtualBufferExceptionHandler = _DbgVirtualBufferExceptionHandler ;NT
|
---|
899 | VirtualFree = "_DbgVirtualFree@12" @712
|
---|
900 | ; VirtualFreeEx = _DbgVirtuelFreeEx@?? ;NT
|
---|
901 | VirtualLock = "_DbgVirtualLock@8" @713
|
---|
902 | VirtualProtect = "_DbgVirtualProtect@16" @714
|
---|
903 | VirtualProtectEx = "_DbgVirtualProtectEx@20" @715
|
---|
904 | ; VirtualQuery = _DbgVirtualQuery@12 @716
|
---|
905 | VirtualQuery = "_VirtualQuery@12" @716
|
---|
906 | VirtualQueryEx = "_DbgVirtualQueryEx@16" @717
|
---|
907 | VirtualUnlock = "_DbgVirtualUnlock@8" @718
|
---|
908 | WaitCommEvent = "_DbgWaitCommEvent@12" @719
|
---|
909 | WaitForDebugEvent = "_DbgWaitForDebugEvent@8" @720
|
---|
910 | WaitForMultipleObjects = "_DbgWaitForMultipleObjects@16" @721
|
---|
911 | WaitForMultipleObjectsEx = "_DbgWaitForMultipleObjectsEx@20" @722
|
---|
912 | WaitForSingleObject = "_DbgWaitForSingleObject@8" @723
|
---|
913 | WaitForSingleObjectEx = "_DbgWaitForSingleObjectEx@12" @724
|
---|
914 | WaitNamedPipeA = "_DbgWaitNamedPipeA@8" @725
|
---|
915 | WaitNamedPipeW = "_DbgWaitNamedPipeW@8" @726
|
---|
916 | WideCharToMultiByte = "_DbgWideCharToMultiByte@32" @727
|
---|
917 | WinExec = "_DbgWinExec@8" @728
|
---|
918 | WriteConsoleA = "_DbgWriteConsoleA@20" @729
|
---|
919 | WriteConsoleInputA = "_DbgWriteConsoleInputA@16" @730
|
---|
920 | ; WriteConsoleInputVDMA = _DbgWriteConsoleInputVDMA@?? ;NT
|
---|
921 | ; WriteConsoleInputVDMW = _DbgWriteConsoleInputVDMW@?? ;NT
|
---|
922 | WriteConsoleInputW = "_DbgWriteConsoleInputW@16" @731
|
---|
923 | WriteConsoleOutputA = "_DbgWriteConsoleOutputA@20" @732
|
---|
924 | WriteConsoleOutputAttribute = "_DbgWriteConsoleOutputAttribute@20" @733
|
---|
925 | WriteConsoleOutputCharacterA = "_DbgWriteConsoleOutputCharacterA@20" @734
|
---|
926 | WriteConsoleOutputCharacterW = "_DbgWriteConsoleOutputCharacterW@20" @735
|
---|
927 | WriteConsoleOutputW = "_DbgWriteConsoleOutputW@20" @736
|
---|
928 | WriteConsoleW = "_DbgWriteConsoleW@20" @737
|
---|
929 | WriteFile = "_DbgWriteFile@20" @738
|
---|
930 | WriteFileEx = "_DbgWriteFileEx@20" @739
|
---|
931 | ; WriteFileGather = _DbgWriteFileGather@?? ;NT
|
---|
932 | WritePrivateProfileSectionA = "_DbgWritePrivateProfileSectionA@12" @740
|
---|
933 | WritePrivateProfileSectionW = "_DbgWritePrivateProfileSectionW@12" @741
|
---|
934 | WritePrivateProfileStringA = "_DbgWritePrivateProfileStringA@16" @742
|
---|
935 | WritePrivateProfileStringW = "_DbgWritePrivateProfileStringW@16" @743
|
---|
936 | WritePrivateProfileStructA = "_DbgWritePrivateProfileStructA@20" @744
|
---|
937 | WritePrivateProfileStructW = "_DbgWritePrivateProfileStructW@20" @745
|
---|
938 | WriteProcessMemory = "_DbgWriteProcessMemory@20" @746
|
---|
939 | WriteProfileSectionA = "_DbgWriteProfileSectionA@8" @747
|
---|
940 | WriteProfileSectionW = "_DbgWriteProfileSectionW@8" @748
|
---|
941 | WriteProfileStringA = "_DbgWriteProfileStringA@12" @749
|
---|
942 | WriteProfileStringW = "_DbgWriteProfileStringW@12" @750
|
---|
943 | WriteTapemark = "_DbgWriteTapemark@16" @751
|
---|
944 | ; _DebugOut = _Dbg_DebugOut@?? @752 ;W95
|
---|
945 | ; _DebugPrintf = _Dbg_DebugPrintf@?? @753 ;W95
|
---|
946 | _hread = "_Dbg_lread@12" @754
|
---|
947 | _hwrite = "_Dbg_lwrite@12" @755
|
---|
948 | _lclose = "_Dbg_lclose@4" @756
|
---|
949 | _lcreat = "_Dbg_lcreat@8" @757
|
---|
950 | _llseek = "_Dbg_llseek@12" @758
|
---|
951 | _lopen = "_Dbg_lopen@8" @759
|
---|
952 | _lread = "_Dbg_lread@12" @760
|
---|
953 | _lwrite = "_Dbg_lwrite@12" @761
|
---|
954 | ; dprintf = _Dbgdprintf@?? @762 ;W95
|
---|
955 | lstrcat = "_DbglstrcatA@8" @763
|
---|
956 | lstrcatA = "_DbglstrcatA@8" @764
|
---|
957 | lstrcatW = "_DbglstrcatW@8" @765
|
---|
958 | lstrcmp = "_DbglstrcmpA@8" @766
|
---|
959 | lstrcmpA = "_DbglstrcmpA@8" @767
|
---|
960 | lstrcmpW = "_DbglstrcmpW@8" @768
|
---|
961 | lstrcmpi = "_DbglstrcmpiA@8" @769
|
---|
962 | lstrcmpiA = "_DbglstrcmpiA@8" @770
|
---|
963 | lstrcmpiW = "_DbglstrcmpiW@8" @771
|
---|
964 | lstrcpy = "_DbglstrcpyA@8" @772
|
---|
965 | lstrcpyA = "_DbglstrcpyA@8" @773
|
---|
966 | lstrcpyW = "_DbglstrcpyW@8" @774
|
---|
967 | lstrcpyn = "_DbglstrcpynA@12" @775
|
---|
968 | lstrcpynA = "_DbglstrcpynA@12" @776
|
---|
969 | lstrcpynW = "_DbglstrcpynW@12" @777
|
---|
970 | lstrlen = "_DbglstrlenA@4" @778
|
---|
971 | lstrlenA = "_DbglstrlenA@4" @779
|
---|
972 | lstrlenW = "_DbglstrlenW@4" @780
|
---|
973 | lstrcpynAtoW = "_DbglstrcpynAtoW@12" @781
|
---|
974 | lstrcpynWtoA = "_DbglstrcpynWtoA@12" @782
|
---|
975 | lstrcpyAtoW = "_DbglstrcpyAtoW@8" @783
|
---|
976 | lstrcpyWtoA = "_DbglstrcpyWtoA@8" @784
|
---|
977 | lstrncmpA = "_DbglstrncmpA@12" @785
|
---|
978 | lstrncmpW = "_DbglstrncmpW@12" @786
|
---|
979 |
|
---|
980 | GetDiskFreeSpaceExA = "_DbgGetDiskFreeSpaceExA@16" @871
|
---|
981 | GetDiskFreeSpaceExW = "_DbgGetDiskFreeSpaceExW@16" @873
|
---|
982 |
|
---|
983 | IsProcessorFeaturePresent = "_DbgIsProcessorFeaturePresent@4" @880
|
---|
984 |
|
---|
985 | GetFileAttributesExA = "_DbgGetFileAttributesExA@12" @874
|
---|
986 | GetFileAttributesExW = "_DbgGetFileAttributesExW@12" @875
|
---|
987 |
|
---|
988 | lstrncmpiA = "_DbglstrncmpiA@12" @887
|
---|
989 | lstrncmpiW = "_DbglstrncmpiW@12" @888
|
---|
990 |
|
---|
991 | lstrlenAtoW = "_DbglstrlenAtoW@8" @890
|
---|
992 | lstrlenWtoA = "_DbglstrlenWtoA@8" @891
|
---|
993 | lstrtrunc = "_Dbglstrtrunc@8" @892
|
---|
994 |
|
---|
995 | GetLongPathNameA = "_DbgGetLongPathNameA@12" @900
|
---|
996 | GetLongPathNameW = "_DbgGetLongPathNameW@12" @901
|
---|
997 |
|
---|
998 | ; Windows 2000, Terminal Server 4.0 SP4 functions
|
---|
999 | GetSystemWindowsDirectoryA = "_DbgGetWindowsDirectoryA@8" @902
|
---|
1000 | GetSystemWindowsDirectoryW = "_DbgGetWindowsDirectoryW@8" @903
|
---|
1001 |
|
---|
1002 | ; Windows 2000 (and up) volume functions
|
---|
1003 | FindFirstVolumeA = "_DbgFindFirstVolumeA@8" @904
|
---|
1004 | FindFirstVolumeW = "_DbgFindFirstVolumeW@8" @905
|
---|
1005 | FindNextVolumeA = "_DbgFindNextVolumeA@12" @906
|
---|
1006 | FindNextVolumeW = "_DbgFindNextVolumeW@12" @907
|
---|
1007 | FindVolumeClose = "_DbgFindVolumeClose@4" @908
|
---|
1008 |
|
---|
1009 | FindFirstVolumeMountPointA = "_DbgFindFirstVolumeMountPointA@12" @909
|
---|
1010 | FindFirstVolumeMountPointW = "_DbgFindFirstVolumeMountPointW@12" @910
|
---|
1011 | FindNextVolumeMountPointA = "_DbgFindNextVolumeMountPointA@12" @911
|
---|
1012 | FindNextVolumeMountPointW = "_DbgFindNextVolumeMountPointW@12" @912
|
---|
1013 | FindVolumeMountPointClose = "_DbgFindVolumeMountPointClose@4" @913
|
---|
1014 |
|
---|
1015 | GetVolumeNameForVolumeMountPointA = "_DbgGetVolumeNameForVolumeMountPointA@12" @914
|
---|
1016 | GetVolumeNameForVolumeMountPointW = "_DbgGetVolumeNameForVolumeMountPointW@12" @915
|
---|
1017 |
|
---|
1018 | GetVolumePathNameA = "_DbgGetVolumePathNameA@12" @916
|
---|
1019 | GetVolumePathNameW = "_DbgGetVolumePathNameW@12" @917
|
---|
1020 |
|
---|
1021 | GetFileSizeEx = "_GetFileSizeEx@8" @920
|
---|
1022 |
|
---|
1023 | GetCPInfoExA = "_GetCPInfoExA@12" @923
|
---|
1024 | GetCPInfoExW = "_GetCPInfoExW@12" @924
|
---|
1025 |
|
---|
1026 | ;
|
---|
1027 | ; ENDOFEXPORTS
|
---|
1028 | ; Internal function marker
|
---|
1029 | ;
|
---|
1030 |
|
---|
1031 | ;
|
---|
1032 | ; First free ordinal is 890
|
---|
1033 | ;
|
---|
1034 |
|
---|
1035 |
|
---|
1036 | ; ----------------------------------------------------------------------------
|
---|
1037 | ; APIs which doesn't really belong to kernel32.dll but just ended up here
|
---|
1038 | ; (Must be placed below ordinal 1200!)
|
---|
1039 | ; ----------------------------------------------------------------------------
|
---|
1040 | ;registry apis imported by advapi32
|
---|
1041 | RegCloseKey = "_DbgRegCloseKey@4" @1100 NONAME
|
---|
1042 | RegConnectRegistryA = "_DbgRegConnectRegistryA@12" @1101 NONAME
|
---|
1043 | RegConnectRegistryW = "_DbgRegConnectRegistryW@12" @1102 NONAME
|
---|
1044 | RegCreateKeyA = "_DbgRegCreateKeyA@12" @1103 NONAME
|
---|
1045 | RegCreateKeyExA = "_DbgRegCreateKeyExA@36" @1104 NONAME
|
---|
1046 | RegCreateKeyExW = "_DbgRegCreateKeyExW@36" @1105 NONAME
|
---|
1047 | RegCreateKeyW = "_DbgRegCreateKeyW@12" @1106 NONAME
|
---|
1048 | RegDeleteKeyA = "_DbgRegDeleteKeyA@8" @1107 NONAME
|
---|
1049 | RegDeleteKeyW = "_DbgRegDeleteKeyW@8" @1108 NONAME
|
---|
1050 | RegDeleteValueA = "_DbgRegDeleteValueA@8" @1109 NONAME
|
---|
1051 | RegDeleteValueW = "_DbgRegDeleteValueW@8" @1110 NONAME
|
---|
1052 | RegEnumKeyA = "_DbgRegEnumKeyA@16" @1111 NONAME
|
---|
1053 | RegEnumKeyExA = "_DbgRegEnumKeyExA@32" @1112 NONAME
|
---|
1054 | RegEnumKeyExW = "_DbgRegEnumKeyExW@32" @1113 NONAME
|
---|
1055 | RegEnumKeyW = "_DbgRegEnumKeyW@16" @1114 NONAME
|
---|
1056 | RegEnumValueA = "_DbgRegEnumValueA@32" @1115 NONAME
|
---|
1057 | RegEnumValueW = "_DbgRegEnumValueW@32" @1116 NONAME
|
---|
1058 | RegFlushKey = "_DbgRegFlushKey@4" @1117 NONAME
|
---|
1059 | RegGetKeySecurity = "_DbgRegGetKeySecurity@16" @1118 NONAME
|
---|
1060 | RegLoadKeyA = "_DbgRegLoadKeyA@12" @1119 NONAME
|
---|
1061 | RegLoadKeyW = "_DbgRegLoadKeyW@12" @1120 NONAME
|
---|
1062 | RegNotifyChangeKeyValue = "_DbgRegNotifyChangeKeyValue@20" @1121 NONAME
|
---|
1063 | RegOpenKeyA = "_DbgRegOpenKeyA@12" @1122 NONAME
|
---|
1064 | RegOpenKeyExA = "_DbgRegOpenKeyExA@20" @1123 NONAME
|
---|
1065 | RegOpenKeyExW = "_DbgRegOpenKeyExW@20" @1124 NONAME
|
---|
1066 | RegOpenKeyW = "_DbgRegOpenKeyW@12" @1125 NONAME
|
---|
1067 | RegQueryInfoKeyA = "_DbgRegQueryInfoKeyA@48" @1126 NONAME
|
---|
1068 | RegQueryInfoKeyW = "_DbgRegQueryInfoKeyW@48" @1127 NONAME
|
---|
1069 | RegQueryMultipleValuesA = "_DbgRegQueryMultipleValuesA@20" @1128 NONAME
|
---|
1070 | RegQueryMultipleValuesW = "_DbgRegQueryMultipleValuesW@20" @1129 NONAME
|
---|
1071 | RegQueryValueA = "_DbgRegQueryValueA@16" @1130 NONAME
|
---|
1072 | RegQueryValueExA = "_DbgRegQueryValueExA@24" @1131 NONAME
|
---|
1073 | RegQueryValueExW = "_DbgRegQueryValueExW@24" @1132 NONAME
|
---|
1074 | RegQueryValueW = "_DbgRegQueryValueW@16" @1133 NONAME
|
---|
1075 | RegReplaceKeyA = "_DbgRegReplaceKeyA@16" @1134 NONAME
|
---|
1076 | RegReplaceKeyW = "_DbgRegReplaceKeyW@16" @1135 NONAME
|
---|
1077 | RegRestoreKeyA = "_DbgRegRestoreKeyA@12" @1136 NONAME
|
---|
1078 | RegRestoreKeyW = "_DbgRegRestoreKeyW@12" @1137 NONAME
|
---|
1079 | RegSaveKeyA = "_DbgRegSaveKeyA@12" @1138 NONAME
|
---|
1080 | RegSaveKeyW = "_DbgRegSaveKeyW@12" @1139 NONAME
|
---|
1081 | RegSetKeySecurity = "_DbgRegSetKeySecurity@12" @1140 NONAME
|
---|
1082 | RegSetValueA = "_DbgRegSetValueA@20" @1141 NONAME
|
---|
1083 | RegSetValueExA = "_DbgRegSetValueExA@24" @1142 NONAME
|
---|
1084 | RegSetValueExW = "_DbgRegSetValueExW@24" @1143 NONAME
|
---|
1085 | RegSetValueW = "_DbgRegSetValueW@20" @1144 NONAME
|
---|
1086 | RegUnLoadKeyA = "_DbgRegUnLoadKeyA@8" @1145 NONAME
|
---|
1087 | RegUnLoadKeyW = "_DbgRegUnLoadKeyW@8" @1146 NONAME
|
---|
1088 |
|
---|
1089 |
|
---|
1090 |
|
---|
1091 | ; ----------------------------------------------------------------------------
|
---|
1092 | ; KERNEL32 / WINE support functions that do not exist in the Win32 API
|
---|
1093 | ; (These starts at ordinal 1200, API have ordinal less than 1200.)
|
---|
1094 | ; ----------------------------------------------------------------------------
|
---|
1095 |
|
---|
1096 | DebugErrorBox = DebugErrorBox @1201 NONAME
|
---|
1097 | WriteLog @1202 NONAME
|
---|
1098 | WriteLogNoEOL @1218 NONAME
|
---|
1099 | WritePrivateLog @1208 NONAME
|
---|
1100 | DecreaseLogCount @1273 NONAME
|
---|
1101 | IncreaseLogCount @1274 NONAME
|
---|
1102 |
|
---|
1103 | ;Used by tibfix page in exe (change ordinal in pe2lx.cpp too!!)
|
---|
1104 | "_RegisterPe2LxExe@12" @1203
|
---|
1105 | "_RegisterPe2LxDll@12" @1209
|
---|
1106 |
|
---|
1107 | "_CreateWin32PeLdrExe@36" @1236
|
---|
1108 |
|
---|
1109 | "_RegisterLxExe@8" @1237
|
---|
1110 | "_RegisterLxDll@24" @1238
|
---|
1111 | "_UnregisterLxDll@4" @1239
|
---|
1112 | "_RegisterDummyExe@4" @1249
|
---|
1113 | "_IsDummyExeLoaded@0" @1250 NONAME
|
---|
1114 |
|
---|
1115 | ;version functions
|
---|
1116 | CheckVersionFromHMOD = CheckVersionFromHMOD @1223 NONAME
|
---|
1117 | CheckVersion = CheckVersion @1224 NONAME
|
---|
1118 |
|
---|
1119 | Win32QueryModuleName = Win32QueryModuleName @1225 NONAME
|
---|
1120 |
|
---|
1121 | GetFS = GetFS @1226 NONAME
|
---|
1122 | SetFS = SetFS @1227 NONAME
|
---|
1123 | SetReturnFS = SetReturnFS @1235 NONAME
|
---|
1124 |
|
---|
1125 | RestoreOS2TIB = "_RestoreOS2TIB@0" @1228 NONAME
|
---|
1126 | SetWin32TIB = "_SetWin32TIB@4" @1229 NONAME
|
---|
1127 | RestoreOS2FS = RestoreOS2FS @1230 NONAME
|
---|
1128 |
|
---|
1129 | ;SvL: HandleManager functions
|
---|
1130 |
|
---|
1131 | ; HMHandleTranslateToWin @1234
|
---|
1132 |
|
---|
1133 | _HMHandleAllocate @1231 NONAME
|
---|
1134 | _HMHandleFree @1232 NONAME
|
---|
1135 | _HMHandleTranslateToOS2 @1233 NONAME
|
---|
1136 | _HMMsgWaitForMultipleObjects @1260 NONAME
|
---|
1137 | _HMOpenThreadToken @1261 NONAME
|
---|
1138 | _HMOpenProcessToken @1262 NONAME
|
---|
1139 | _HMHandleGetUserData @1263 NONAME
|
---|
1140 | _HMHandleSetUserData @1303 NONAME
|
---|
1141 |
|
---|
1142 | "_GetThreadTEB@0" @1234 NONAME
|
---|
1143 | "_GetTEBFromThreadId@4" @1255 NONAME
|
---|
1144 | "_GetTEBFromThreadHandle@4" @1256 NONAME
|
---|
1145 |
|
---|
1146 | ; HEAP Management (heap.cpp, heapstring.cpp)
|
---|
1147 | HEAP_xalloc = "_DbgHEAP_xalloc@12" @1240 NONAME
|
---|
1148 | HEAP_xrealloc = "_DbgHEAP_xrealloc@16" @1241 NONAME
|
---|
1149 | HEAP_malloc = "_DbgHEAP_malloc@4" @1242 NONAME
|
---|
1150 | HEAP_realloc = "_DbgHEAP_realloc@8" @1243 NONAME
|
---|
1151 | HEAP_size = "_DbgHEAP_size@4" @1292 NONAME
|
---|
1152 | HEAP_free = "_DbgHEAP_free@4" @1244 NONAME
|
---|
1153 | HEAP_strdupWtoA = "_DbgHEAP_strdupWtoA@12" @1245 NONAME
|
---|
1154 | HEAP_strdupAtoW = "_DbgHEAP_strdupAtoW@12" @1246 NONAME
|
---|
1155 | HEAP_strdupA = "_DbgHEAP_strdupA@12" @1247 NONAME
|
---|
1156 | HEAP_strdupW = "_DbgHEAP_strdupW@12" @1248 NONAME
|
---|
1157 |
|
---|
1158 | "_VIRTUAL_MapFileA@12" @1251 NONAME
|
---|
1159 | "_VIRTUAL_MapFileW@12" @1252 NONAME
|
---|
1160 |
|
---|
1161 | OS2SetExceptionHandler @1253 NONAME
|
---|
1162 | OS2UnsetExceptionHandler @1254 NONAME
|
---|
1163 |
|
---|
1164 | ; -------------------
|
---|
1165 | ; Odin ini management
|
---|
1166 | ; -------------------
|
---|
1167 |
|
---|
1168 | "_PROFILE_GetOdinIniString@20" @1264 NONAME
|
---|
1169 | "_PROFILE_SetOdinIniString@12" @1265 NONAME
|
---|
1170 | "_PROFILE_GetOdinIniInt@12" @1266 NONAME
|
---|
1171 | "_PROFILE_SetOdinIniInt@12" @1267 NONAME
|
---|
1172 | "_PROFILE_GetOdinIniBool@12" @1268 NONAME
|
---|
1173 | "_PROFILE_SetOdinIniBool@12" @1269 NONAME
|
---|
1174 | "_PROFILE_SaveOdinIni@0" @1270 NONAME
|
---|
1175 |
|
---|
1176 | ;shared memory allocation
|
---|
1177 | _smalloc @1271 NONAME
|
---|
1178 | _smallocfill @1275 NONAME
|
---|
1179 | InitializeSharedHeap @1276 NONAME
|
---|
1180 | DestroySharedHeap @1277 NONAME
|
---|
1181 | _debug_smalloc @1278 NONAME
|
---|
1182 | _debug_smallocfill @1279 NONAME
|
---|
1183 | _debug_sfree @1280 NONAME
|
---|
1184 |
|
---|
1185 | ;code memory allocation
|
---|
1186 | _codeHeap @1272 NONAME
|
---|
1187 |
|
---|
1188 | ;fast file API's
|
---|
1189 | FindFirstFileMultiA = "_FindFirstFileMultiA@12" @1290 NONAME
|
---|
1190 | FindNextFileMultiA = "_FindNextFileMultiA@12" @1291 NONAME
|
---|
1191 |
|
---|
1192 | "_GetProcModuleFileNameA@12" @1295 NONAME
|
---|
1193 |
|
---|
1194 | ;Build number
|
---|
1195 | "_Odin32GetBuildNumber@0" @1293 NONAME
|
---|
1196 |
|
---|
1197 | "_WaitForInputIdle@8" @1301 NONAME
|
---|
1198 |
|
---|
1199 | InitializeKernel32 @1302 NONAME
|
---|
1200 |
|
---|
1201 | IsExeStarted = _IsExeStarted @2001 NONAME
|
---|
1202 | CheckCurFS @2002 NONAME
|
---|
1203 | _SupportsCPUID @2003 NONAME
|
---|
1204 | _GetCPUFeatures @2004 NONAME
|
---|
1205 | _CPUFeatures @2005 NONAME
|
---|
1206 |
|
---|
1207 | _wctype_table @2006 NONAME
|
---|
1208 | _casemap_upper @2007 NONAME
|
---|
1209 | _casemap_lower @2008 NONAME
|
---|
1210 |
|
---|
1211 | ; @@PF this exports were cut-out as a result of migration to new unicode
|
---|
1212 | ; header 29.07.2002 and replaced by 3 new entries
|
---|
1213 | ; _toupperW@4 @2006 NONAME
|
---|
1214 | ; _tolowerW@4 @2007 NONAME
|
---|
1215 | ; get_char_typeW @2008 NONAME
|
---|
1216 |
|
---|
1217 | "_GetProcessTIBSel@0" @2012 NONAME
|
---|
1218 |
|
---|
1219 | "_SetRegistryRootKey@8" @2013 NONAME
|
---|
1220 | "_SetCustomBuildName@8" @2014 NONAME
|
---|
1221 | "_RegisterCustomDriver@36" @2015 NONAME
|
---|
1222 |
|
---|
1223 | strcmpiW @2020 NONAME
|
---|
1224 | strstrW @2021 NONAME
|
---|
1225 | strncmpiW @2022 NONAME
|
---|
1226 | strtolW @2027 NONAME
|
---|
1227 | strtoulW @2028 NONAME
|
---|
1228 |
|
---|
1229 | cp_wcstombs @2023 NONAME
|
---|
1230 | cp_mbstowcs @2024 NONAME
|
---|
1231 | cp_get_table @2025 NONAME
|
---|
1232 |
|
---|
1233 | OSLibDosDevIOCtl @2026 NONAME
|
---|
1234 |
|
---|
1235 | _OSLibImSetMsgQueueProperty @2029 NONAME
|
---|
1236 |
|
---|
1237 | _fIsDBCSEnv @2103 NONAME
|
---|
1238 | "_hookInit@4" @2104 NONAME
|
---|
1239 |
|
---|
1240 | vsnprintfW @2030 NONAME
|
---|
1241 | snprintfW @2031 NONAME
|
---|
1242 | sprintfW @2032 NONAME
|
---|
1243 |
|
---|
1244 | __argcA @2033 NONAME
|
---|
1245 | __argvA @2034 NONAME
|
---|
1246 | "_CommandLineToArgvW@8" @2035 NONAME
|
---|
1247 |
|
---|
1248 | ; custom dll hook installer
|
---|
1249 | "_ODIN_SetDllLoadCallback@4" @2100 NONAME
|
---|
1250 | ; override export
|
---|
1251 | "_ODIN_SetProcAddress@12" @2101 NONAME
|
---|
1252 |
|
---|
1253 | ; override TIB switching
|
---|
1254 | "_ODIN_SetTIBSwitch@4" @2102 NONAME
|
---|
1255 |
|
---|
1256 | _GetDisplayCodepage @3000 NONAME
|
---|
1257 | _GetWindowsCodepage @3001 NONAME
|
---|
1258 |
|
---|
1259 | ; ODIN debugging functions
|
---|
1260 | "_dbg_GetThreadCallDepth@0" @3100 NONAME
|
---|
1261 | "_dbg_IncThreadCallDepth@0" @3101 NONAME
|
---|
1262 | "_dbg_DecThreadCallDepth@0" @3102 NONAME
|
---|
1263 | PerfView_RegisterCall @3103 NONAME
|
---|
1264 | PerfView_DumpProfile @3104 NONAME
|
---|
1265 | PerfView_Write @3105 NONAME
|
---|
1266 | "_dbg_GetLastCallerName@0" @3106 NONAME
|
---|
1267 | "_dbg_ThreadPushCall@4" @3107 NONAME
|
---|
1268 | "_dbg_ThreadPopCall@0" @3108 NONAME
|
---|
1269 |
|
---|
1270 | "_ODIN_QueryLoaders@24" @3109 NONAME
|
---|
1271 | "_ODIN_IsWin32App@4" @3110 NONAME
|
---|
1272 |
|
---|
1273 | "_OSLibWinCreateObject@32" @3111 NONAME
|
---|
1274 |
|
---|
1275 | "_MMAP_RegisterMemoryRange@16" @3112 NONAME
|
---|
1276 | "_MMAP_UnregisterMemoryRange@4" @3113 NONAME
|
---|
1277 |
|
---|
1278 | "_ODIN_SetExceptionHandler@4" @3114 NONAME
|
---|
1279 | "_ODIN_UnsetExceptionHandler@4" @3115 NONAME
|
---|
1280 |
|
---|
1281 | "_PSAPI_EnumProcessModules@16" @3116 NONAME
|
---|
1282 | "_PSAPI_GetModuleInformation@16" @3117 NONAME
|
---|
1283 |
|
---|
1284 | "_ODIN_SetProcessDword@12" @3118 NONAME
|
---|
1285 |
|
---|
1286 | ; required for Mozilla plugin
|
---|
1287 |
|
---|
1288 | "_ODIN_ThreadEnterOdinContext@8" = "_ODIN_ThreadEnterOdinContext@8" @3119
|
---|
1289 | "_ODIN_ThreadLeaveOdinContext@8" = "_ODIN_ThreadLeaveOdinContext@8" @3120
|
---|
1290 | "_ODIN_ThreadLeaveOdinContextNested@8" = "_ODIN_ThreadLeaveOdinContextNested@8" @3121
|
---|
1291 | "_ODIN_ThreadEnterOdinContextNested@12" = "_ODIN_ThreadEnterOdinContextNested@12" @3122
|
---|
1292 |
|
---|
1293 | ; Char functions (forwarders from user32)
|
---|
1294 | "_DbgCharLowerA@4" @3127 NONAME
|
---|
1295 | "_DbgCharLowerBuffA@8" @3128 NONAME
|
---|
1296 | "_DbgCharLowerBuffW@8" @3129 NONAME
|
---|
1297 | "_DbgCharLowerW@4" @3130 NONAME
|
---|
1298 | "_DbgCharNextA@4" @3131 NONAME
|
---|
1299 | "_DbgCharNextExA@12" @3132 NONAME
|
---|
1300 | "_DbgCharNextExW@12" @3133 NONAME
|
---|
1301 | "_DbgCharNextW@4" @3134 NONAME
|
---|
1302 | "_DbgCharPrevA@8" @3135 NONAME
|
---|
1303 | "_DbgCharPrevExA@16" @3136 NONAME
|
---|
1304 | "_DbgCharPrevExW@16" @3137 NONAME
|
---|
1305 | "_DbgCharPrevW@8" @3138 NONAME
|
---|
1306 | "_DbgCharToOemA@8" @3139 NONAME
|
---|
1307 | "_DbgCharToOemBuffA@12" @3140 NONAME
|
---|
1308 | "_DbgCharToOemBuffW@12" @3141 NONAME
|
---|
1309 | "_DbgCharToOemW@8" @3142 NONAME
|
---|
1310 | "_DbgCharUpperA@4" @3143 NONAME
|
---|
1311 | "_DbgCharUpperBuffA@8" @3144 NONAME
|
---|
1312 | "_DbgCharUpperBuffW@8" @3145 NONAME
|
---|
1313 | "_DbgCharUpperW@4" @3146 NONAME
|
---|
1314 | "_DbgOemToCharA@8" @3149 NONAME
|
---|
1315 | "_DbgOemToCharBuffA@12" @3150 NONAME
|
---|
1316 | "_DbgOemToCharBuffW@12" @3151 NONAME
|
---|
1317 | "_DbgOemToCharW@8" @3152 NONAME
|
---|
1318 | "_DbgIsCharAlphaA@4" @3153 NONAME
|
---|
1319 | "_DbgIsCharAlphaNumericA@4" @3154 NONAME
|
---|
1320 | "_DbgIsCharAlphaNumericW@4" @3155 NONAME
|
---|
1321 | "_DbgIsCharAlphaW@4" @3156 NONAME
|
---|
1322 | "_DbgIsCharLowerA@4" @3157 NONAME
|
---|
1323 | "_DbgIsCharLowerW@4" @3158 NONAME
|
---|
1324 | "_DbgIsCharUpperA@4" @3159 NONAME
|
---|
1325 | "_DbgIsCharUpperW@4" @3160 NONAME
|
---|
1326 | SetFilePointerEx = "_SetFilePointerEx@20" @3161
|
---|
1327 | SetWaitableTimer = "_SetWaitableTimer@24" @3162
|
---|
1328 |
|
---|
1329 | ; NTDLL forwarder
|
---|
1330 | VerSetConditionMask = "_VerSetConditionMask@16" @3163
|
---|
1331 |
|
---|
1332 | VerifyVersionInfoW = "_VerifyVersionInfoW@16" @3164
|
---|
1333 | GetUserDefaultUILanguage = "_GetUserDefaultUILanguage@0" @3165
|
---|
1334 |
|
---|
1335 | InitializeSListHead @3166
|
---|
1336 | InterlockedFlushSList @3167
|
---|
1337 | InterlockedPopEntrySList @3168
|
---|
1338 | InterlockedPushEntrySList @3169
|
---|
1339 | QueryDepthSList @3170
|
---|
1340 |
|
---|
1341 | ; RAS functions
|
---|
1342 | RasRegisterObjectTracking = "_RasRegisterObjectTracking@24" @3500
|
---|
1343 | RasDeregisterObjectTracking = "_RasDeregisterObjectTracking@4" @3501
|
---|
1344 | RasAddObject = "_RasAddObject@16" @3502
|
---|
1345 | RasRemoveObject = "_RasRemoveObject@8" @3503
|
---|
1346 | RasSetObjectUserData = "_RasSetObjectUserData@20" @3504
|
---|
1347 | RasQueryObjectUserData = "_RasQueryObjectUserData@20" @3505
|
---|
1348 | RasInitialize = "_RasInitialize@4" @3506
|
---|
1349 | RasUninitialize = "_RasUninitialize@0" @3507
|
---|
1350 | _RasLog = _RasLog @3508
|
---|
1351 | RasLogMsg = "_RasLogMsg@12" @3509
|
---|
1352 | RasLogObjects = "_RasLogObjects@8" @3510
|
---|
1353 | RasEnterSerialize = "_RasEnterSerialize@0" @3511
|
---|
1354 | RasExitSerialize = "_RasExitSerialize@0" @3512
|
---|
1355 | _RasLogNoEOL = _RasLogNoEOL @3513
|
---|
1356 | RasOpenLogChannel = "_RasOpenLogChannel@12" @3514
|
---|
1357 | RasWriteLogChannel = "_RasWriteLogChannel@12" @3515
|
---|
1358 | RasCloseLogChannel = "_RasCloseLogChannel@4" @3516
|
---|
1359 | _RasLog2 = _RasLog2 @3517
|
---|
1360 | RasLogMsg2 = "_RasLogMsg2@16" @3518
|
---|
1361 | _RasLogNoEOL2 = _RasLogNoEOL2 @3519
|
---|
1362 | RasSaveContext = "_RasSaveContext@4" @3520
|
---|
1363 | RasRestoreContext = "_RasRestoreContext@4" @3521
|
---|
1364 | RasEntry = "_RasEntry@12" @3522
|
---|
1365 | RasSetProcAddr = "_RasSetProcAddr@12" @3523
|
---|
1366 | RasTrackMemFree = "_RasTrackMemFree@8" @3524
|
---|
1367 | RasTrackMemAlloc = "_RasTrackMemAlloc@8" @3525
|
---|
1368 | RasTrackMemRealloc = "_RasTrackMemRealloc@12" @3526
|
---|
1369 | RasCountObjects = "_RasCountObjects@12" @3527
|
---|
1370 | RasGetTrackHandle = "_RasGetTrackHandle@4" @3528
|
---|
1371 |
|
---|
1372 | DecodePointer = "_DecodePointer@4" @3529 NONAME
|
---|
1373 | EncodePointer = "_EncodePointer@4" @3530 NONAME
|
---|
1374 | RtlUniform = "_RtlUniform@4" @3531 NONAME
|
---|
1375 |
|
---|
1376 | ___seh_handler_win32 @3600 NONAME
|
---|
1377 | "_ForceWin32TIB@0" @3601 NONAME
|
---|
1378 | ___seh_handler @3602 NONAME
|
---|
1379 |
|
---|
1380 | interlocked_cmpxchg64 = "_interlocked_cmpxchg64" @3603
|
---|