1 | ; $Id: user32dbg.def,v 1.15 2003-11-12 14:10:20 sandervl Exp $
|
---|
2 |
|
---|
3 | LIBRARY USER32 INITINSTANCE TERMINSTANCE
|
---|
4 | DESCRIPTION 'Odin32 System Dll - User32'
|
---|
5 | DATA MULTIPLE NONSHARED LOADONCALL
|
---|
6 | CODE SHARED LOADONCALL
|
---|
7 |
|
---|
8 | SEGMENTS
|
---|
9 | _GLOBALDATA CLASS 'DATA' SHARED LOADONCALL READWRITE
|
---|
10 |
|
---|
11 | IMPORTS
|
---|
12 | _WinSetDAXData = PMMERGE.5448
|
---|
13 | __DestroyCaret = PMMERGE.10001
|
---|
14 | __GetCaretBlinkTime = PMMERGE.10002
|
---|
15 | __HideCaret = PMMERGE.10004
|
---|
16 | __SetCaretBlinkTime = PMMERGE.10005
|
---|
17 | __ShowCaret = PMMERGE.10007
|
---|
18 | __ShowCursor = PMMERGE.10018
|
---|
19 | __SwapMouseButton = PMMERGE.10019
|
---|
20 | WinReplyMsg = PMMERGE.5325
|
---|
21 | WinQueueFromID = PMMERGE.5313
|
---|
22 | _GpiEnableYInversion = PMGPI.723
|
---|
23 | _GpiQueryYInversion = PMGPI.726
|
---|
24 | _WinQueryPointerClipRect = PMMERGE.5433
|
---|
25 | _WinSetPointerClipRect = PMMERGE.5434
|
---|
26 | WinTranslateChar2 = PMMERGE.5473
|
---|
27 | DspInitSystemDriverName = PMGPI.656
|
---|
28 | Win32AddClipbrdViewer = PMMERGE.5442
|
---|
29 | Win32RemoveClipbrdViewer = PMMERGE.5443
|
---|
30 | Win32QueryClipbrdViewerChain= PMMERGE.5444
|
---|
31 | Win32QueryOpenClipbrdWindow = PMMERGE.5446
|
---|
32 |
|
---|
33 | WINSETSCANSTATETABLE = PMMERGE.3266
|
---|
34 | WINGETSCANSTATE = PMMERGE.3138
|
---|
35 |
|
---|
36 | ;;;; Present in WGSS50
|
---|
37 | ;;;; _GpiQueryDCData = PMGPI.665
|
---|
38 |
|
---|
39 | WinQueryProperty = PMMERGE.5450
|
---|
40 | WinRemoveProperty = PMMERGE.5451
|
---|
41 | WinSetProperty = PMMERGE.5452
|
---|
42 |
|
---|
43 | EXPORTS
|
---|
44 | ActivateKeyboardLayout = _DbgActivateKeyboardLayout@8 @1
|
---|
45 | AdjustWindowRect = _DbgAdjustWindowRect@12 @2
|
---|
46 | AdjustWindowRectEx = _DbgAdjustWindowRectEx@16 @3
|
---|
47 | AnyPopup = _DbgAnyPopup@0 @4
|
---|
48 | AppendMenuA = _DbgAppendMenuA@16 @5
|
---|
49 | AppendMenuW = _DbgAppendMenuW@16 @6
|
---|
50 | ArrangeIconicWindows = _DbgArrangeIconicWindows@4 @7
|
---|
51 | AttachThreadInput = _DbgAttachThreadInput@12 @8
|
---|
52 | BeginDeferWindowPos = _DbgBeginDeferWindowPos@4 @9
|
---|
53 | BeginPaint = _DbgBeginPaint@8 @10
|
---|
54 | BringWindowToTop = _DbgBringWindowToTop@4 @11
|
---|
55 | BroadcastSystemMessage = _DbgBroadcastSystemMessage@20 @12
|
---|
56 | CalcChildScroll = _DbgCalcChildScroll@8 @13
|
---|
57 | CallMsgFilter = _DbgCallMsgFilterA@8 @14
|
---|
58 | CallMsgFilterA = _DbgCallMsgFilterA@8 @15
|
---|
59 | CallMsgFilterW = _DbgCallMsgFilterW@8 @16
|
---|
60 | CallNextHookEx = _DbgCallNextHookEx@16 @17
|
---|
61 | CallWindowProcA = _DbgCallWindowProcA@20 @18
|
---|
62 | CallWindowProcW = _DbgCallWindowProcW@20 @19
|
---|
63 | CascadeChildWindows = _DbgCascadeChildWindows@8 @20
|
---|
64 | CascadeWindows = _DbgCascadeWindows@20 @21
|
---|
65 | ChangeClipboardChain = _DbgChangeClipboardChain@8 @22
|
---|
66 | ChangeDisplaySettingsA = _DbgChangeDisplaySettingsA@8 @23
|
---|
67 | ChangeDisplaySettingsW = _DbgChangeDisplaySettingsW@8 @24
|
---|
68 | ChangeMenuA = _DbgChangeMenuA@20 @25
|
---|
69 | ChangeMenuW = _DbgChangeMenuW@20 @26
|
---|
70 | CharLowerA = _CharLowerA@4 @27
|
---|
71 | CharLowerBuffA = _CharLowerBuffA@8 @28
|
---|
72 | CharLowerBuffW = _CharLowerBuffW@8 @29
|
---|
73 | CharLowerW = _CharLowerW@4 @30
|
---|
74 | CharNextA = _CharNextA@4 @31
|
---|
75 | CharNextExA = _CharNextExA@12 @32
|
---|
76 | CharNextExW = _CharNextExW@12 @33
|
---|
77 | CharNextW = _CharNextW@4 @34
|
---|
78 | CharPrevA = _CharPrevA@8 @35
|
---|
79 | CharPrevExA = _CharPrevExA@16 @36
|
---|
80 | CharPrevExW = _CharPrevExW@16 @37
|
---|
81 | CharPrevW = _CharPrevW@8 @38
|
---|
82 | CharToOemA = _CharToOemA@8 @39
|
---|
83 | CharToOemBuffA = _CharToOemBuffA@12 @40
|
---|
84 | CharToOemBuffW = _CharToOemBuffW@12 @41
|
---|
85 | CharToOemW = _CharToOemW@8 @42
|
---|
86 | CharUpperA = _CharUpperA@4 @43
|
---|
87 | CharUpperBuffA = _CharUpperBuffA@8 @44
|
---|
88 | CharUpperBuffW = _CharUpperBuffW@8 @45
|
---|
89 | CharUpperW = _CharUpperW@4 @46
|
---|
90 | CheckDlgButton = _DbgCheckDlgButton@12 @47
|
---|
91 | CheckMenuItem = _DbgCheckMenuItem@12 @48
|
---|
92 | CheckMenuRadioItem = _DbgCheckMenuRadioItem@20 @49
|
---|
93 | CheckRadioButton = _DbgCheckRadioButton@16 @50
|
---|
94 | ChildWindowFromPoint = _DbgChildWindowFromPoint@12 @51
|
---|
95 | ChildWindowFromPointEx = _DbgChildWindowFromPointEx@16 @52
|
---|
96 | ; ClientThreadConnect = _DbgClientThreadConnect@?? @53
|
---|
97 | ClientToScreen = _DbgClientToScreen@8 @54
|
---|
98 | ClipCursor = _DbgClipCursor@4 @55
|
---|
99 | CloseClipboard = _DbgCloseClipboard@0 @56
|
---|
100 | CloseDesktop = _DbgCloseDesktop@4 @57
|
---|
101 | CloseWindow = _DbgCloseWindow@4 @58
|
---|
102 | CloseWindowStation = _DbgCloseWindowStation@4 @59
|
---|
103 | CopyAcceleratorTableA = _DbgCopyAcceleratorTableA@12 @60
|
---|
104 | CopyAcceleratorTableW = _DbgCopyAcceleratorTableW@12 @61
|
---|
105 | CopyIcon = _DbgCopyIcon@4 @62
|
---|
106 | CopyImage = _DbgCopyImage@20 @63
|
---|
107 | CopyRect = _DbgCopyRect@8 @64
|
---|
108 | CountClipboardFormats = _DbgCountClipboardFormats@0 @65
|
---|
109 | CreateAcceleratorTableA = _DbgCreateAcceleratorTableA@8 @66
|
---|
110 | CreateAcceleratorTableW = _DbgCreateAcceleratorTableW@8 @67
|
---|
111 | CreateCaret = _DbgCreateCaret@16 @68
|
---|
112 | CreateCursor = _DbgCreateCursor@28 @69
|
---|
113 | CreateDesktopA = _DbgCreateDesktopA@24 @70
|
---|
114 | CreateDesktopW = _DbgCreateDesktopW@24 @71
|
---|
115 | CreateDialogIndirectParamA = _DbgCreateDialogIndirectParamA@20 @72
|
---|
116 | CreateDialogIndirectParamW = _DbgCreateDialogIndirectParamW@20 @73
|
---|
117 | CreateDialogParamA = _DbgCreateDialogParamA@20 @74
|
---|
118 | CreateDialogParamW = _DbgCreateDialogParamW@20 @75
|
---|
119 | CreateIcon = _DbgCreateIcon@28 @76
|
---|
120 | CreateIconFromResource = _DbgCreateIconFromResource@16 @77
|
---|
121 | CreateIconFromResourceEx = _DbgCreateIconFromResourceEx@28 @78
|
---|
122 | CreateIconIndirect = _DbgCreateIconIndirect@4 @79
|
---|
123 | CreateMDIWindowA = _DbgCreateMDIWindowA@40 @80
|
---|
124 | CreateMDIWindowW = _DbgCreateMDIWindowW@40 @81
|
---|
125 | CreateMenu = _DbgCreateMenu@0 @82
|
---|
126 | CreatePopupMenu = _DbgCreatePopupMenu@0 @83
|
---|
127 | CreateWindowExA = _DbgCreateWindowExA@48 @84
|
---|
128 | CreateWindowExW = _DbgCreateWindowExW@48 @85
|
---|
129 | CreateWindowStationA = _DbgCreateWindowStationA@16 @86
|
---|
130 | CreateWindowStationW = _DbgCreateWindowStationW@16 @87
|
---|
131 | DdeAbandonTransaction = _DbgDdeAbandonTransaction@12 @88
|
---|
132 | DdeAccessData = _DbgDdeAccessData@8 @89
|
---|
133 | DdeAddData = _DbgDdeAddData@16 @90
|
---|
134 | DdeClientTransaction = _DbgDdeClientTransaction@32 @91
|
---|
135 | DdeCmpStringHandles = _DbgDdeCmpStringHandles@8 @92
|
---|
136 | DdeConnect = _DbgDdeConnect@16 @93
|
---|
137 | DdeConnectList = _DbgDdeConnectList@20 @94
|
---|
138 | DdeCreateDataHandle = _DbgDdeCreateDataHandle@28 @95
|
---|
139 | DdeCreateStringHandleA = _DbgDdeCreateStringHandleA@12 @96
|
---|
140 | DdeCreateStringHandleW = _DbgDdeCreateStringHandleW@12 @97
|
---|
141 | DdeDisconnect = _DbgDdeDisconnect@4 @98
|
---|
142 | DdeDisconnectList = _DbgDdeDisconnectList@4 @99
|
---|
143 | DdeEnableCallback = _DbgDdeEnableCallback@12 @100
|
---|
144 | DdeFreeDataHandle = _DbgDdeFreeDataHandle@4 @101
|
---|
145 | DdeFreeStringHandle = _DbgDdeFreeStringHandle@8 @102
|
---|
146 | DdeGetData = _DbgDdeGetData@16 @103
|
---|
147 | DdeGetLastError = _DbgDdeGetLastError@4 @104
|
---|
148 | DdeImpersonateClient = _DbgDdeImpersonateClient@4 @105
|
---|
149 | DdeInitializeA = _DbgDdeInitializeA@16 @106
|
---|
150 | DdeInitializeW = _DbgDdeInitializeW@16 @107
|
---|
151 | DdeKeepStringHandle = _DbgDdeKeepStringHandle@8 @108
|
---|
152 | DdeNameService = _DbgDdeNameService@16 @109
|
---|
153 | DdePostAdvise = _DbgDdePostAdvise@12 @110
|
---|
154 | DdeQueryConvInfo = _DbgDdeQueryConvInfo@12 @111
|
---|
155 | DdeQueryNextServer = _DbgDdeQueryNextServer@8 @112
|
---|
156 | DdeQueryStringA = _DbgDdeQueryStringA@20 @113
|
---|
157 | DdeQueryStringW = _DbgDdeQueryStringW@20 @114
|
---|
158 | DdeReconnect = _DbgDdeReconnect@4 @115
|
---|
159 | DdeSetQualityOfService = _DbgDdeSetQualityOfService@12 @116
|
---|
160 | DdeSetUserHandle = _DbgDdeSetUserHandle@12 @117
|
---|
161 | DdeUnaccessData = _DbgDdeUnaccessData@4 @118
|
---|
162 | DdeUninitialize = _DbgDdeUninitialize@4 @119
|
---|
163 | DefDlgProcA = _DbgDefDlgProcA@16 @120
|
---|
164 | DefDlgProcW = _DbgDefDlgProcW@16 @121
|
---|
165 | DefFrameProcA = _DbgDefFrameProcA@20 @122
|
---|
166 | DefFrameProcW = _DbgDefFrameProcW@20 @123
|
---|
167 | DefMDIChildProcA = _DbgDefMDIChildProcA@16 @124
|
---|
168 | DefMDIChildProcW = _DbgDefMDIChildProcW@16 @125
|
---|
169 | DefWindowProcA = _DbgDefWindowProcA@16 @126
|
---|
170 | DefWindowProcW = _DbgDefWindowProcW@16 @127
|
---|
171 | DeferWindowPos = _DbgDeferWindowPos@32 @128
|
---|
172 | DeleteMenu = _DbgDeleteMenu@12 @129
|
---|
173 | DestroyAcceleratorTable = _DbgDestroyAcceleratorTable@4 @130
|
---|
174 | DestroyCaret = _DbgDestroyCaret@0 @131
|
---|
175 | DestroyCursor = _DbgDestroyCursor@4 @132
|
---|
176 | DestroyIcon = _DbgDestroyIcon@4 @133
|
---|
177 | DestroyMenu = _DbgDestroyMenu@4 @134
|
---|
178 | DestroyWindow = _DbgDestroyWindow@4 @135
|
---|
179 | DialogBoxIndirectParamA = _DbgDialogBoxIndirectParamA@20 @136
|
---|
180 | DialogBoxIndirectParamW = _DbgDialogBoxIndirectParamW@20 @137
|
---|
181 | DialogBoxParamA = _DbgDialogBoxParamA@20 @138
|
---|
182 | DialogBoxParamW = _DbgDialogBoxParamW@20 @139
|
---|
183 | DispatchMessageA = _DbgDispatchMessageA@4 @140
|
---|
184 | DispatchMessageW = _DbgDispatchMessageW@4 @141
|
---|
185 | DlgDirListA = _DbgDlgDirListA@20 @142
|
---|
186 | DlgDirListComboBoxA = _DbgDlgDirListComboBoxA@20 @143
|
---|
187 | DlgDirListComboBoxW = _DbgDlgDirListComboBoxW@20 @144
|
---|
188 | DlgDirListW = _DbgDlgDirListW@20 @145
|
---|
189 | DlgDirSelectComboBoxExA = _DbgDlgDirSelectComboBoxExA@16 @146
|
---|
190 | DlgDirSelectComboBoxExW = _DbgDlgDirSelectComboBoxExW@16 @147
|
---|
191 | DlgDirSelectExA = _DbgDlgDirSelectExA@16 @148
|
---|
192 | DlgDirSelectExW = _DbgDlgDirSelectExW@16 @149
|
---|
193 | DragDetect = _DbgDragDetect@12 @150
|
---|
194 | DragObject = _DbgDragObject@20 @151
|
---|
195 | DrawAnimatedRects = _DbgDrawAnimatedRects@16 @152
|
---|
196 | DrawCaption = _DbgDrawCaption@16 @153
|
---|
197 | DrawCaptionTempA = _DbgDrawCaptionTempA@28 @154
|
---|
198 | DrawCaptionTempW = _DbgDrawCaptionTempW@28 @155
|
---|
199 | DrawEdge = _DbgDrawEdge@16 @156
|
---|
200 | DrawFocusRect = _DbgDrawFocusRect@8 @157
|
---|
201 | ; DrawFrame = _DbgDrawFrame@?? @158
|
---|
202 | DrawFrameControl = _DbgDrawFrameControl@16 @159
|
---|
203 | DrawIcon = _DbgDrawIcon@16 @160
|
---|
204 | DrawIconEx = _DbgDrawIconEx@36 @161
|
---|
205 | DrawMenuBar = _DbgDrawMenuBar@4 @162
|
---|
206 | DrawStateA = _DbgDrawStateA@40 @163
|
---|
207 | DrawStateW = _DbgDrawStateW@40 @164
|
---|
208 | DrawTextA = _DbgDrawTextA@20 @165
|
---|
209 | DrawTextExA = _DbgDrawTextExA@24 @166
|
---|
210 | DrawTextExW = _DbgDrawTextExW@24 @167
|
---|
211 | DrawTextW = _DbgDrawTextW@20 @168
|
---|
212 | EditWndProc = _DbgEditWndProcA@16 @169
|
---|
213 | EmptyClipboard = _DbgEmptyClipboard@0 @170
|
---|
214 | EnableMenuItem = _DbgEnableMenuItem@12 @171
|
---|
215 | EnableScrollBar = _DbgEnableScrollBar@12 @172
|
---|
216 | EnableWindow = _DbgEnableWindow@8 @173
|
---|
217 | EndDeferWindowPos = _DbgEndDeferWindowPos@4 @174
|
---|
218 | EndDialog = _DbgEndDialog@8 @175
|
---|
219 | EndPaint = _DbgEndPaint@8 @176
|
---|
220 | EndTask = _DbgEndTask@12 @177
|
---|
221 | EnumChildWindows = _DbgEnumChildWindows@12 @178
|
---|
222 | EnumClipboardFormats = _DbgEnumClipboardFormats@4 @179
|
---|
223 | EnumDesktopWindows = _DbgEnumDesktopWindows@12 @180
|
---|
224 | EnumDesktopsA = _DbgEnumDesktopsA@12 @181
|
---|
225 | EnumDesktopsW = _DbgEnumDesktopsW@12 @182
|
---|
226 | EnumDisplaySettingsA = _DbgEnumDisplaySettingsA@12 @183
|
---|
227 | EnumDisplaySettingsW = _DbgEnumDisplaySettingsW@12 @184
|
---|
228 | EnumPropsA = _DbgEnumPropsA@8 @185
|
---|
229 | EnumPropsExA = _DbgEnumPropsExA@12 @186
|
---|
230 | EnumPropsExW = _DbgEnumPropsExW@12 @187
|
---|
231 | EnumPropsW = _DbgEnumPropsW@8 @188
|
---|
232 | EnumThreadWindows = _DbgEnumThreadWindows@12 @189
|
---|
233 | EnumWindowStationsA = _DbgEnumWindowStationsA@8 @190
|
---|
234 | EnumWindowStationsW = _DbgEnumWindowStationsW@8 @191
|
---|
235 | EnumWindows = _DbgEnumWindows@8 @192
|
---|
236 | EqualRect = _DbgEqualRect@8 @193
|
---|
237 | ExcludeUpdateRgn = _DbgExcludeUpdateRgn@8 @194
|
---|
238 | ExitWindowsEx = _DbgExitWindowsEx@8 @195
|
---|
239 | FillRect = _FillRect@12 @196
|
---|
240 | FindWindowA = _DbgFindWindowA@8 @197
|
---|
241 | FindWindowExA = _DbgFindWindowExA@16 @198
|
---|
242 | FindWindowExW = _DbgFindWindowExW@16 @199
|
---|
243 | FindWindowW = _DbgFindWindowW@8 @200
|
---|
244 | FlashWindow = _DbgFlashWindow@8 @201
|
---|
245 | FrameRect = _FrameRect@12 @202
|
---|
246 | FreeDDElParam = _DbgFreeDDElParam@8 @203
|
---|
247 | GetActiveWindow = _DbgGetActiveWindow@0 @204
|
---|
248 | GetAsyncKeyState = _DbgGetAsyncKeyState@4 @205
|
---|
249 | GetCapture = _DbgGetCapture@0 @206
|
---|
250 | GetCaretBlinkTime = _DbgGetCaretBlinkTime@0 @207
|
---|
251 | GetCaretPos = _DbgGetCaretPos@4 @208
|
---|
252 | GetClassInfoA = _DbgGetClassInfoA@12 @209
|
---|
253 | GetClassInfoExA = _DbgGetClassInfoExA@12 @210
|
---|
254 | GetClassInfoExW = _DbgGetClassInfoExW@12 @211
|
---|
255 | GetClassInfoW = _DbgGetClassInfoW@12 @212
|
---|
256 | GetClassLongA = _DbgGetClassLongA@8 @213
|
---|
257 | GetClassLongW = _DbgGetClassLongW@8 @214
|
---|
258 | GetClassNameA = _DbgGetClassNameA@12 @215
|
---|
259 | GetClassNameW = _DbgGetClassNameW@12 @216
|
---|
260 | GetClassWord = _DbgGetClassWord@8 @217
|
---|
261 | GetClientRect = _DbgGetClientRect@8 @218
|
---|
262 | GetClipCursor = _DbgGetClipCursor@4 @219
|
---|
263 | GetClipboardData = _DbgGetClipboardData@4 @220
|
---|
264 | GetClipboardFormatNameA = _DbgGetClipboardFormatNameA@12 @221
|
---|
265 | GetClipboardFormatNameW = _DbgGetClipboardFormatNameW@12 @222
|
---|
266 | GetClipboardOwner = _DbgGetClipboardOwner@0 @223
|
---|
267 | GetClipboardViewer = _DbgGetClipboardViewer@0 @224
|
---|
268 | GetCursor = _DbgGetCursor@0 @225
|
---|
269 | GetCursorPos = _DbgGetCursorPos@4 @226
|
---|
270 | GetDC = _DbgGetDC@4 @227
|
---|
271 | GetDCEx = _DbgGetDCEx@12 @228
|
---|
272 | GetDesktopWindow = _DbgGetDesktopWindow@0 @229
|
---|
273 | GetDialogBaseUnits = _DbgGetDialogBaseUnits@0 @230
|
---|
274 | GetDlgCtrlID = _DbgGetDlgCtrlID@4 @231
|
---|
275 | GetDlgItem = _DbgGetDlgItem@8 @232
|
---|
276 | GetDlgItemInt = _DbgGetDlgItemInt@16 @233
|
---|
277 | GetDlgItemTextA = _DbgGetDlgItemTextA@16 @234
|
---|
278 | GetDlgItemTextW = _DbgGetDlgItemTextW@16 @235
|
---|
279 | GetDoubleClickTime = _DbgGetDoubleClickTime@0 @236
|
---|
280 | GetFocus = _DbgGetFocus@0 @237
|
---|
281 | GetForegroundWindow = _DbgGetForegroundWindow@0 @238
|
---|
282 | GetIconInfo = _DbgGetIconInfo@8 @239
|
---|
283 | ; GetInputDesktop = _DbgGetInputDesktop@?? @240
|
---|
284 | GetInputState = _DbgGetInputState@0 @241
|
---|
285 | GetInternalWindowPos = _DbgGetInternalWindowPos@12 @242
|
---|
286 | GetKBCodePage = _DbgGetKBCodePage@0 @243
|
---|
287 | GetKeyNameTextA = _DbgGetKeyNameTextA@12 @244
|
---|
288 | GetKeyNameTextW = _DbgGetKeyNameTextW@12 @245
|
---|
289 | GetKeyState = _DbgGetKeyState@4 @246
|
---|
290 | GetKeyboardLayout = _DbgGetKeyboardLayout@4 @247
|
---|
291 | GetKeyboardLayoutList = _DbgGetKeyboardLayoutList@8 @248
|
---|
292 | GetKeyboardLayoutNameA = _DbgGetKeyboardLayoutNameA@4 @249
|
---|
293 | GetKeyboardLayoutNameW = _DbgGetKeyboardLayoutNameW@4 @250
|
---|
294 | GetKeyboardState = _DbgGetKeyboardState@4 @251
|
---|
295 | GetKeyboardType = _DbgGetKeyboardType@4 @252
|
---|
296 | GetLastActivePopup = _DbgGetLastActivePopup@4 @253
|
---|
297 | GetMenu = _DbgGetMenu@4 @254
|
---|
298 | GetMenuCheckMarkDimensions = _DbgGetMenuCheckMarkDimensions@0 @255
|
---|
299 | GetMenuContextHelpId = _DbgGetMenuContextHelpId@4 @256
|
---|
300 | GetMenuDefaultItem = _DbgGetMenuDefaultItem@12 @257
|
---|
301 | GetMenuItemCount = _DbgGetMenuItemCount@4 @258
|
---|
302 | GetMenuItemID = _DbgGetMenuItemID@8 @259
|
---|
303 | GetMenuItemInfoA = _DbgGetMenuItemInfoA@16 @260
|
---|
304 | GetMenuItemInfoW = _DbgGetMenuItemInfoW@16 @261
|
---|
305 | GetMenuItemRect = _DbgGetMenuItemRect@16 @262
|
---|
306 | GetMenuState = _DbgGetMenuState@12 @263
|
---|
307 | GetMenuStringA = _DbgGetMenuStringA@20 @264
|
---|
308 | GetMenuStringW = _DbgGetMenuStringW@20 @265
|
---|
309 | GetMessageA = _DbgGetMessageA@16 @266
|
---|
310 | GetMessageExtraInfo = _DbgGetMessageExtraInfo@0 @267
|
---|
311 | GetMessagePos = _DbgGetMessagePos@0 @268
|
---|
312 | GetMessageTime = _DbgGetMessageTime@0 @269
|
---|
313 | GetMessageW = _DbgGetMessageW@16 @270
|
---|
314 | GetNextDlgGroupItem = _DbgGetNextDlgGroupItem@12 @271
|
---|
315 | GetNextDlgTabItem = _DbgGetNextDlgTabItem@12 @272
|
---|
316 | GetNextQueueWindow = _DbgGetNextQueueWindow@8 @273
|
---|
317 | GetOpenClipboardWindow = _DbgGetOpenClipboardWindow@0 @274
|
---|
318 | GetParent = _DbgGetParent@4 @275
|
---|
319 | GetPriorityClipboardFormat = _DbgGetPriorityClipboardFormat@8 @276
|
---|
320 | GetProcessWindowStation = _DbgGetProcessWindowStation@0 @277
|
---|
321 | GetProgmanWindow = _DbgGetProgmanWindow@0 @1289
|
---|
322 | GetPropA = _DbgGetPropA@8 @278
|
---|
323 | GetPropW = _DbgGetPropW@8 @279
|
---|
324 | GetQueueStatus = _DbgGetQueueStatus@4 @280
|
---|
325 | GetScrollBarInfo = _DbgGetScrollBarInfo@12 @1281
|
---|
326 | GetScrollInfo = _DbgGetScrollInfo@12 @281
|
---|
327 | GetScrollPos = _DbgGetScrollPos@8 @282
|
---|
328 | GetScrollRange = _DbgGetScrollRange@16 @283
|
---|
329 | GetShellWindow = _DbgGetShellWindow@0 @284
|
---|
330 | GetSubMenu = _DbgGetSubMenu@8 @285
|
---|
331 | GetSysColor = _DbgGetSysColor@4 @286
|
---|
332 | GetSysColorBrush = _DbgGetSysColorBrush@4 @287
|
---|
333 | GetSystemMenu = _DbgGetSystemMenu@8 @288
|
---|
334 | GetSystemMetrics = _DbgGetSystemMetrics@4 @289
|
---|
335 | GetTabbedTextExtentA = _DbgGetTabbedTextExtentA@20 @290
|
---|
336 | GetTabbedTextExtentW = _DbgGetTabbedTextExtentW@20 @291
|
---|
337 | GetTaskmanWindow = _DbgGetTaskmanWindow@0 @1304
|
---|
338 | GetThreadDesktop = _DbgGetThreadDesktop@4 @292
|
---|
339 | GetTopWindow = _DbgGetTopWindow@4 @293
|
---|
340 | GetUpdateRect = _DbgGetUpdateRect@12 @294
|
---|
341 | GetUpdateRgn = _DbgGetUpdateRgn@12 @295
|
---|
342 | GetUserObjectInformationA = _DbgGetUserObjectInformationA@20 @296
|
---|
343 | GetUserObjectInformationW = _DbgGetUserObjectInformationW@20 @297
|
---|
344 | GetUserObjectSecurity = _DbgGetUserObjectSecurity@20 @298
|
---|
345 | GetWindow = _DbgGetWindow@8 @299
|
---|
346 | GetWindowContextHelpId = _DbgGetWindowContextHelpId@4 @300
|
---|
347 | GetWindowDC = _DbgGetWindowDC@4 @301
|
---|
348 | GetWindowLongA = _DbgGetWindowLongA@8 @302
|
---|
349 | GetWindowLongW = _DbgGetWindowLongW@8 @303
|
---|
350 | GetWindowPlacement = _DbgGetWindowPlacement@8 @304
|
---|
351 | GetWindowRect = _DbgGetWindowRect@8 @305
|
---|
352 | GetWindowRgn = _DbgGetWindowRgn@8 @306
|
---|
353 | GetWindowTextA = _DbgGetWindowTextA@12 @307
|
---|
354 | GetWindowTextLengthA = _DbgGetWindowTextLengthA@4 @308
|
---|
355 | GetWindowTextLengthW = _DbgGetWindowTextLengthW@4 @309
|
---|
356 | GetWindowTextW = _DbgGetWindowTextW@12 @310
|
---|
357 | GetWindowThreadProcessId = _DbgGetWindowThreadProcessId@8 @311
|
---|
358 | GetWindowWord = _DbgGetWindowWord@8 @312
|
---|
359 | GrayStringA = _DbgGrayStringA@36 @313
|
---|
360 | GrayStringW = _DbgGrayStringW@36 @314
|
---|
361 | HideCaret = _DbgHideCaret@4 @315
|
---|
362 | HiliteMenuItem = _DbgHiliteMenuItem@16 @316
|
---|
363 | ImpersonateDdeClientWindow = _DbgImpersonateDdeClientWindow@8 @317
|
---|
364 | InSendMessage = _DbgInSendMessage@0 @318
|
---|
365 | InflateRect = _DbgInflateRect@12 @319
|
---|
366 | ; InitSharedTable = _DbgInitSharedTable@?? @320
|
---|
367 | ; InitTask = _DbgInitTask@?? @321
|
---|
368 | InsertMenuA = _DbgInsertMenuA@20 @322
|
---|
369 | InsertMenuItemA = _DbgInsertMenuItemA@16 @323
|
---|
370 | InsertMenuItemW = _DbgInsertMenuItemW@16 @324
|
---|
371 | InsertMenuW = _DbgInsertMenuW@20 @325
|
---|
372 | InternalGetWindowText = _DbgInternalGetWindowText@12 @326
|
---|
373 | IntersectRect = _DbgIntersectRect@12 @327
|
---|
374 | InvalidateRect = _DbgInvalidateRect@12 @328
|
---|
375 | InvalidateRgn = _DbgInvalidateRgn@12 @329
|
---|
376 | InvertRect = _InvertRect@8 @330
|
---|
377 | IsCharAlphaA = _IsCharAlphaA@4 @331
|
---|
378 | IsCharAlphaNumericA = _IsCharAlphaNumericA@4 @332
|
---|
379 | IsCharAlphaNumericW = _IsCharAlphaNumericW@4 @333
|
---|
380 | IsCharAlphaW = _IsCharAlphaW@4 @334
|
---|
381 | IsCharLowerA = _IsCharLowerA@4 @335
|
---|
382 | IsCharLowerW = _IsCharLowerW@4 @336
|
---|
383 | IsCharUpperA = _IsCharUpperA@4 @337
|
---|
384 | IsCharUpperW = _IsCharUpperW@4 @338
|
---|
385 | IsChild = _DbgIsChild@8 @339
|
---|
386 | IsClipboardFormatAvailable = _DbgIsClipboardFormatAvailable@4 @340
|
---|
387 | IsDialogMessage = _DbgIsDialogMessageA@8 @341
|
---|
388 | IsDialogMessageA = _DbgIsDialogMessageA@8 @342
|
---|
389 | IsDialogMessageW = _DbgIsDialogMessageW@8 @343
|
---|
390 | IsDlgButtonChecked = _DbgIsDlgButtonChecked@8 @344
|
---|
391 | IsHungThread = _DbgIsHungThread@4 @345
|
---|
392 | IsHungAppWindow = _DbgIsHungAppWindow@8 @1345
|
---|
393 | IsIconic = _DbgIsIconic@4 @346
|
---|
394 | IsMenu = _DbgIsMenu@4 @347
|
---|
395 | IsRectEmpty = _DbgIsRectEmpty@4 @348
|
---|
396 | IsWindow = _DbgIsWindow@4 @349
|
---|
397 | IsWindowEnabled = _DbgIsWindowEnabled@4 @350
|
---|
398 | IsWindowUnicode = _DbgIsWindowUnicode@4 @351
|
---|
399 | IsWindowVisible = _DbgIsWindowVisible@4 @352
|
---|
400 | IsZoomed = _DbgIsZoomed@4 @353
|
---|
401 | KillTimer = _DbgKillTimer@8 @354
|
---|
402 | LoadAcceleratorsA = _DbgLoadAcceleratorsA@8 @355
|
---|
403 | LoadAcceleratorsW = _DbgLoadAcceleratorsW@8 @356
|
---|
404 | LoadBitmapA = _DbgLoadBitmapA@8 @357
|
---|
405 | LoadBitmapW = _DbgLoadBitmapW@8 @358
|
---|
406 | LoadCursorA = _DbgLoadCursorA@8 @359
|
---|
407 | LoadCursorFromFileA = _DbgLoadCursorFromFileA@4 @360
|
---|
408 | LoadCursorFromFileW = _DbgLoadCursorFromFileW@4 @361
|
---|
409 | LoadCursorW = _DbgLoadCursorW@8 @362
|
---|
410 | LoadIconA = _DbgLoadIconA@8 @363
|
---|
411 | LoadIconW = _DbgLoadIconW@8 @364
|
---|
412 | LoadImageA = _DbgLoadImageA@24 @365
|
---|
413 | LoadImageW = _DbgLoadImageW@24 @366
|
---|
414 | LoadKeyboardLayoutA = _DbgLoadKeyboardLayoutA@8 @367
|
---|
415 | LoadKeyboardLayoutW = _DbgLoadKeyboardLayoutW@8 @368
|
---|
416 | LoadMenuA = _DbgLoadMenuA@8 @369
|
---|
417 | ;Menu resources are always in Unicode format
|
---|
418 | LoadMenuIndirectA = _DbgLoadMenuIndirectW@4 @370
|
---|
419 | LoadMenuIndirectW = _DbgLoadMenuIndirectW@4 @371
|
---|
420 | LoadMenuW = _DbgLoadMenuW@8 @372
|
---|
421 | LoadStringA = _DbgLoadStringA@16 @373
|
---|
422 | LoadStringW = _DbgLoadStringW@16 @374
|
---|
423 | ; LockWindowStation = _DbgLockWindowStation@?? @375
|
---|
424 | LockWindowUpdate = _DbgLockWindowUpdate@4 @376
|
---|
425 | LookupIconIdFromDirectory = _DbgLookupIconIdFromDirectory@8 @377
|
---|
426 | LookupIconIdFromDirectoryEx = _DbgLookupIconIdFromDirectoryEx@20 @378
|
---|
427 | MapDialogRect = _DbgMapDialogRect@8 @379
|
---|
428 | MapVirtualKeyA = _DbgMapVirtualKeyA@8 @380
|
---|
429 | MapVirtualKeyExA = _DbgMapVirtualKeyExA@12 @381
|
---|
430 | MapVirtualKeyExW = _DbgMapVirtualKeyExW@12 @382
|
---|
431 | MapVirtualKeyW = _DbgMapVirtualKeyW@8 @383
|
---|
432 | MapWindowPoints = _DbgMapWindowPoints@16 @384
|
---|
433 | MenuItemFromPoint = _DbgMenuItemFromPoint@16 @385
|
---|
434 | MessageBeep = _DbgMessageBeep@4 @386
|
---|
435 | MessageBoxA = _DbgMessageBoxA@16 @387
|
---|
436 | MessageBoxExA = _DbgMessageBoxExA@20 @388
|
---|
437 | MessageBoxExW = _DbgMessageBoxExW@20 @389
|
---|
438 | MessageBoxIndirectA = _DbgMessageBoxIndirectA@4 @390
|
---|
439 | MessageBoxIndirectW = _DbgMessageBoxIndirectW@4 @391
|
---|
440 | MessageBoxW = _DbgMessageBoxW@16 @392
|
---|
441 | ; ModifyAccess = _DbgModifyAccess@?? @393
|
---|
442 | ModifyMenuA = _DbgModifyMenuA@20 @394
|
---|
443 | ModifyMenuW = _DbgModifyMenuW@20 @395
|
---|
444 | MoveWindow = _DbgMoveWindow@24 @396
|
---|
445 | MsgWaitForMultipleObjects = _DbgMsgWaitForMultipleObjects@20 @397
|
---|
446 | OemKeyScan = _DbgOemKeyScan@4 @398
|
---|
447 | OemToCharA = _OemToCharA@8 @399
|
---|
448 | OemToCharBuffA = _OemToCharBuffA@12 @400
|
---|
449 | OemToCharBuffW = _OemToCharBuffW@12 @401
|
---|
450 | OemToCharW = _OemToCharW@8 @402
|
---|
451 | OffsetRect = _DbgOffsetRect@12 @403
|
---|
452 | OpenClipboard = _DbgOpenClipboard@4 @404
|
---|
453 | OpenDesktopA = _DbgOpenDesktopA@16 @405
|
---|
454 | OpenDesktopW = _DbgOpenDesktopW@16 @406
|
---|
455 | OpenIcon = _DbgOpenIcon@4 @407
|
---|
456 | OpenInputDesktop = _DbgOpenInputDesktop@12 @408
|
---|
457 | OpenWindowStationA = _DbgOpenWindowStationA@12 @409
|
---|
458 | OpenWindowStationW = _DbgOpenWindowStationW@12 @410
|
---|
459 | PackDDElParam = _DbgPackDDElParam@12 @411
|
---|
460 | PaintDesktop = _DbgPaintDesktop@4 @412
|
---|
461 | PeekMessageA = _DbgPeekMessageA@20 @413
|
---|
462 | PeekMessageW = _DbgPeekMessageW@20 @414
|
---|
463 | PlaySoundEvent = _DbgPlaySoundEvent@4 @415
|
---|
464 | PostMessageA = _DbgPostMessageA@16 @416
|
---|
465 | PostMessageW = _DbgPostMessageW@16 @417
|
---|
466 | PostQuitMessage = _DbgPostQuitMessage@4 @418
|
---|
467 | PostThreadMessageA = _DbgPostThreadMessageA@16 @419
|
---|
468 | PostThreadMessageW = _DbgPostThreadMessageW@16 @420
|
---|
469 | PtInRect = _DbgPtInRect@12 @421
|
---|
470 | RedrawWindow = _DbgRedrawWindow@16 @422
|
---|
471 | RegisterClassA = _DbgRegisterClassA@4 @423
|
---|
472 | RegisterClassExA = _DbgRegisterClassExA@4 @424
|
---|
473 | RegisterClassExW = _DbgRegisterClassExW@4 @425
|
---|
474 | RegisterClassW = _DbgRegisterClassW@4 @426
|
---|
475 | RegisterClipboardFormatA = _DbgRegisterClipboardFormatA@4 @427
|
---|
476 | RegisterClipboardFormatW = _DbgRegisterClipboardFormatW@4 @428
|
---|
477 | RegisterHotKey = _DbgRegisterHotKey@16 @429
|
---|
478 | ; RegisterLogonProcess = _DbgRegisterLogonProcess@?? @430
|
---|
479 | RegisterNetworkCapabilities = _DbgRegisterNetworkCapabilities@8 @431
|
---|
480 | RegisterSystemThread = _DbgRegisterSystemThread@8 @432
|
---|
481 | RegisterTasklist = _DbgRegisterTasklist@4 @433
|
---|
482 | RegisterWindowMessageA = _DbgRegisterWindowMessageA@4 @434
|
---|
483 | RegisterWindowMessageW = _DbgRegisterWindowMessageW@4 @435
|
---|
484 | ReleaseCapture = _DbgReleaseCapture@0 @436
|
---|
485 | ReleaseDC = _DbgReleaseDC@8 @437
|
---|
486 | RemoveMenu = _DbgRemoveMenu@12 @438
|
---|
487 | RemovePropA = _DbgRemovePropA@8 @439
|
---|
488 | RemovePropW = _DbgRemovePropW@8 @440
|
---|
489 | ReplyMessage = _DbgReplyMessage@4 @441
|
---|
490 | ReuseDDElParam = _DbgReuseDDElParam@20 @442
|
---|
491 | ScreenToClient = _DbgScreenToClient@8 @443
|
---|
492 | ScrollDC = _DbgScrollDC@28 @444
|
---|
493 | ScrollWindow = _DbgScrollWindow@20 @445
|
---|
494 | ScrollWindowEx = _DbgScrollWindowEx@32 @446
|
---|
495 | SendDlgItemMessageA = _DbgSendDlgItemMessageA@20 @447
|
---|
496 | SendDlgItemMessageW = _DbgSendDlgItemMessageW@20 @448
|
---|
497 | SendMessageA = _DbgSendMessageA@16 @449
|
---|
498 | SendMessageCallbackA = _DbgSendMessageCallbackA@24 @450
|
---|
499 | SendMessageCallbackW = _DbgSendMessageCallbackW@24 @451
|
---|
500 | SendMessageTimeoutA = _DbgSendMessageTimeoutA@28 @452
|
---|
501 | SendMessageTimeoutW = _DbgSendMessageTimeoutW@28 @453
|
---|
502 | SendMessageW = _DbgSendMessageW@16 @454
|
---|
503 | SendNotifyMessageA = _DbgSendNotifyMessageA@16 @455
|
---|
504 | SendNotifyMessageW = _DbgSendNotifyMessageW@16 @456
|
---|
505 | SetActiveWindow = _DbgSetActiveWindow@4 @457
|
---|
506 | SetCapture = _DbgSetCapture@4 @458
|
---|
507 | SetCaretBlinkTime = _DbgSetCaretBlinkTime@4 @459
|
---|
508 | SetCaretPos = _DbgSetCaretPos@8 @460
|
---|
509 | SetClassLongA = _DbgSetClassLongA@12 @461
|
---|
510 | SetClassLongW = _DbgSetClassLongW@12 @462
|
---|
511 | SetClassWord = _DbgSetClassWord@12 @463
|
---|
512 | SetClipboardData = _DbgSetClipboardData@8 @464
|
---|
513 | SetClipboardViewer = _DbgSetClipboardViewer@4 @465
|
---|
514 | SetCursor = _DbgSetCursor@4 @466
|
---|
515 | SetCursorPos = _DbgSetCursorPos@8 @467
|
---|
516 | SetDebugErrorLevel = _DbgSetDebugErrorLevel@4 @468
|
---|
517 | SetDeskWallPaper = _DbgSetDeskWallPaper@4 @469
|
---|
518 | ; SetDesktopBitmap = _DbgSetDesktopBitmap@?? @470
|
---|
519 | SetDlgItemInt = _DbgSetDlgItemInt@16 @471
|
---|
520 | SetDlgItemTextA = _DbgSetDlgItemTextA@12 @472
|
---|
521 | SetDlgItemTextW = _DbgSetDlgItemTextW@12 @473
|
---|
522 | SetDoubleClickTime = _DbgSetDoubleClickTime@4 @474
|
---|
523 | SetFocus = _DbgSetFocus@4 @475
|
---|
524 | SetForegroundWindow = _DbgSetForegroundWindow@4 @476
|
---|
525 | SetInternalWindowPos = _DbgSetInternalWindowPos@16 @477
|
---|
526 | SetKeyboardState = _DbgSetKeyboardState@4 @478
|
---|
527 | SetLastErrorEx = _DbgSetLastErrorEx@8 @479
|
---|
528 | SetLogonNotifyWindow = _DbgSetLogonNotifyWindow@8 @480
|
---|
529 | SetMenu = _DbgSetMenu@8 @481
|
---|
530 | SetMenuContextHelpId = _DbgSetMenuContextHelpId@8 @482
|
---|
531 | SetMenuDefaultItem = _DbgSetMenuDefaultItem@12 @483
|
---|
532 | SetMenuItemBitmaps = _DbgSetMenuItemBitmaps@20 @484
|
---|
533 | SetMenuItemInfoA = _DbgSetMenuItemInfoA@16 @485
|
---|
534 | SetMenuItemInfoW = _DbgSetMenuItemInfoW@16 @486
|
---|
535 | SetMessageExtraInfo = _DbgSetMessageExtraInfo@4 @487
|
---|
536 | SetMessageQueue = _DbgSetMessageQueue@4 @488
|
---|
537 | SetParent = _DbgSetParent@8 @489
|
---|
538 | SetProcessWindowStation = _DbgSetProcessWindowStation@4 @490
|
---|
539 | SetProgmanWindow = _DbgSetProgmanWindow@4 @1522
|
---|
540 | SetPropA = _DbgSetPropA@12 @491
|
---|
541 | SetPropW = _DbgSetPropW@12 @492
|
---|
542 | SetRect = _DbgSetRect@20 @493
|
---|
543 | SetRectEmpty = _DbgSetRectEmpty@4 @494
|
---|
544 | SetScrollInfo = _DbgSetScrollInfo@16 @495
|
---|
545 | SetScrollPos = _DbgSetScrollPos@16 @496
|
---|
546 | SetScrollRange = _DbgSetScrollRange@20 @497
|
---|
547 | SetShellWindow = _DbgSetShellWindow@4 @498
|
---|
548 | SetShellWindowEx = _DbgSetShellWindowEx@8 @1531
|
---|
549 | SetSysColors = _DbgSetSysColors@12 @499
|
---|
550 | SetSysColorsTemp = _DbgSetSysColorsTemp@0 @500
|
---|
551 | SetSystemCursor = _DbgSetSystemCursor@8 @501
|
---|
552 | SetTaskmanWindow = _DbgSetTaskmanWindow@4 @1537
|
---|
553 | SetThreadDesktop = _DbgSetThreadDesktop@4 @502
|
---|
554 | SetTimer = _DbgSetTimer@16 @503
|
---|
555 | SetUserObjectInformationA = _DbgSetUserObjectInformationA@16 @504
|
---|
556 | SetUserObjectInformationW = _DbgSetUserObjectInformationW@16 @505
|
---|
557 | SetUserObjectSecurity = _DbgSetUserObjectSecurity@12 @506
|
---|
558 | SetWindowContextHelpId = _DbgSetWindowContextHelpId@8 @507
|
---|
559 | ; SetWindowFullScreenState = _DbgSetWindowFullScreenState@?? @508
|
---|
560 | SetWindowLongA = _DbgSetWindowLongA@12 @509
|
---|
561 | SetWindowLongW = _DbgSetWindowLongW@12 @510
|
---|
562 | SetWindowPlacement = _DbgSetWindowPlacement@8 @511
|
---|
563 | SetWindowPos = _DbgSetWindowPos@28 @512
|
---|
564 | SetWindowRgn = _DbgSetWindowRgn@12 @513
|
---|
565 | SetWindowTextA = _DbgSetWindowTextA@8 @514
|
---|
566 | SetWindowTextW = _DbgSetWindowTextW@8 @515
|
---|
567 | SetWindowWord = _DbgSetWindowWord@12 @516
|
---|
568 | SetWindowsHookA = _DbgSetWindowsHookA@8 @517
|
---|
569 | SetWindowsHookExA = _DbgSetWindowsHookExA@16 @518
|
---|
570 | SetWindowsHookExW = _DbgSetWindowsHookExW@16 @519
|
---|
571 | SetWindowsHookW = _DbgSetWindowsHookW@8 @520
|
---|
572 | ShowCaret = _DbgShowCaret@4 @521
|
---|
573 | ShowCursor = _DbgShowCursor@4 @522
|
---|
574 | ShowOwnedPopups = _DbgShowOwnedPopups@8 @523
|
---|
575 | ShowScrollBar = _DbgShowScrollBar@12 @524
|
---|
576 | ShowWindow = _DbgShowWindow@8 @525
|
---|
577 | ShowWindowAsync = _DbgShowWindowAsync@8 @526
|
---|
578 | SubtractRect = _DbgSubtractRect@12 @527
|
---|
579 | SwapMouseButton = _DbgSwapMouseButton@4 @528
|
---|
580 | SwitchDesktop = _DbgSwitchDesktop@4 @529
|
---|
581 | SwitchToThisWindow = _DbgSwitchToThisWindow@8 @530
|
---|
582 | SysErrorBox = _DbgSysErrorBox@12 @531
|
---|
583 | SystemParametersInfoA = _DbgSystemParametersInfoA@16 @532
|
---|
584 | SystemParametersInfoW = _DbgSystemParametersInfoW@16 @533
|
---|
585 | TabbedTextOutA = _DbgTabbedTextOutA@32 @534
|
---|
586 | TabbedTextOutW = _DbgTabbedTextOutW@32 @535
|
---|
587 | TileChildWindows = _DbgTileChildWindows@8 @536
|
---|
588 | TileWindows = _DbgTileWindows@20 @537
|
---|
589 | ToAscii = _DbgToAscii@20 @538
|
---|
590 | ToAsciiEx = _DbgToAsciiEx@24 @539
|
---|
591 | ToUnicode = _DbgToUnicode@24 @540
|
---|
592 | TrackPopupMenu = _DbgTrackPopupMenu@28 @541
|
---|
593 | TrackPopupMenuEx = _DbgTrackPopupMenuEx@24 @542
|
---|
594 | TranslateAccelerator = _DbgTranslateAcceleratorA@12 @543
|
---|
595 | TranslateAcceleratorA = _DbgTranslateAcceleratorA@12 @544
|
---|
596 | TranslateAcceleratorW = _DbgTranslateAcceleratorA@12 @545 ; the same
|
---|
597 | TranslateMDISysAccel = _DbgTranslateMDISysAccel@8 @546
|
---|
598 | TranslateMessage = _DbgTranslateMessage@4 @547
|
---|
599 | UnhookWindowsHook = _DbgUnhookWindowsHook@8 @548
|
---|
600 | UnhookWindowsHookEx = _DbgUnhookWindowsHookEx@4 @549
|
---|
601 | UnionRect = _DbgUnionRect@12 @550
|
---|
602 | UnloadKeyboardLayout = _DbgUnloadKeyboardLayout@4 @551
|
---|
603 | ; UnlockWindowStation = _DbgUnlockWindowStation@?? @552
|
---|
604 | UnpackDDElParam = _DbgUnpackDDElParam@16 @553
|
---|
605 | UnregisterClassA = _DbgUnregisterClassA@8 @554
|
---|
606 | UnregisterClassW = _DbgUnregisterClassW@8 @555
|
---|
607 | UnregisterHotKey = _DbgUnregisterHotKey@8 @556
|
---|
608 | UpdateWindow = _DbgUpdateWindow@4 @557
|
---|
609 | ; UserClientDllInitialize = _DbgUserClientDllInitialize@?? @558
|
---|
610 | UserSignalProc = _DbgUserSignalProc@16 @559
|
---|
611 | ValidateRect = _DbgValidateRect@8 @560
|
---|
612 | ValidateRgn = _DbgValidateRgn@8 @561
|
---|
613 | VkKeyScanA = _DbgVkKeyScanA@4 @562
|
---|
614 | VkKeyScanExA = _DbgVkKeyScanExA@8 @563
|
---|
615 | VkKeyScanExW = _DbgVkKeyScanExW@8 @564
|
---|
616 | VkKeyScanW = _DbgVkKeyScanW@4 @565
|
---|
617 | ; WNDPROC_CALLBACK = _DbgWNDPROC_CALLBACK@?? @566
|
---|
618 | WaitForInputIdle = _DbgWaitForInputIdle@8 @567
|
---|
619 | WaitMessage = _DbgWaitMessage@0 @568
|
---|
620 | WinHelpA = _DbgWinHelpA@16 @569
|
---|
621 | WinHelpW = _DbgWinHelpW@16 @570
|
---|
622 | WinOldAppHackoMatic = _DbgWinOldAppHackoMatic@4 @571
|
---|
623 | WindowFromDC = _DbgWindowFromDC@4 @572
|
---|
624 | WindowFromPoint = _DbgWindowFromPoint@8 @573
|
---|
625 | YieldTask = _DbgYieldTask@0 @574
|
---|
626 | keybd_event = _Dbgkeybd_event@16 @575
|
---|
627 | mouse_event = _Dbgmouse_event@20 @576
|
---|
628 | wsprintfA = _wsprintfA @577
|
---|
629 | wsprintfW = _wsprintfW @578
|
---|
630 | wvsprintfA = _DbgwvsprintfA@12 @579
|
---|
631 | wvsprintfW = _DbgwvsprintfW@12 @580
|
---|
632 |
|
---|
633 | TrackMouseEvent = _DbgTrackMouseEvent@4 @600 ;ordinal??
|
---|
634 | SendInput = _DbgSendInput@12 @601 ;ordinal??
|
---|
635 | GetGUIThreadInfo = _DbgGetGUIThreadInfo@8 @602
|
---|
636 |
|
---|
637 | ChangeDisplaySettingsExA = _DbgChangeDisplaySettingsExA@20 @604
|
---|
638 | ChangeDisplaySettingsExW = _DbgChangeDisplaySettingsExW@20 @605
|
---|
639 |
|
---|
640 | NotifyWinEvent = _DbgNotifyWinEvent@16 @606
|
---|
641 | UnhookWinEvent = _DbgUnhookWinEvent@4 @607
|
---|
642 | SetWinEventHook = _DbgSetWinEventHook@28 @608
|
---|
643 |
|
---|
644 | GetAncestor = _DbgGetAncestor@8 @609
|
---|
645 | GetWindowModuleFileNameA = _DbgGetWindowModuleFileNameA@12 @610
|
---|
646 |
|
---|
647 | ;------------
|
---|
648 | ; Windows 98
|
---|
649 | ;------------
|
---|
650 | GetMenuInfo = _DbgGetMenuInfo@8 @800
|
---|
651 | SetMenuInfo = _DbgSetMenuInfo@8 @801
|
---|
652 |
|
---|
653 |
|
---|
654 | GetMonitorInfoW = _DbgGetMonitorInfoW@8 @1000
|
---|
655 | GetMonitorInfoA = _DbgGetMonitorInfoA@8 @1001
|
---|
656 | MonitorFromWindow = _DbgMonitorFromWindow@8 @1002
|
---|
657 | MonitorFromRect = _DbgMonitorFromRect@8 @1003
|
---|
658 | MonitorFromPoint = _DbgMonitorFromPoint@12 @1004
|
---|
659 | EnumDisplayMonitors = _DbgEnumDisplayMonitors@16 @1005
|
---|
660 | EnumDisplayDevicesA = _DbgEnumDisplayDevicesA@16 @1006
|
---|
661 | EnumDisplayDevicesW = _DbgEnumDisplayDevicesW@16 @1007
|
---|
662 |
|
---|
663 |
|
---|
664 | ;----------------------------------
|
---|
665 | ; obsolete WINNLS APIs (Far East)
|
---|
666 | ;----------------------------------
|
---|
667 | SendIMEMessageExA = _DbgSendIMEMessageExA@8 @1010
|
---|
668 | SendIMEMessageExW = _DbgSendIMEMessageExW@8 @1011
|
---|
669 |
|
---|
670 | WINNLSEnableIME = _DbgWINNLSEnableIME@8 @1012
|
---|
671 | WINNLSGetEnableStatus = _DbgWINNLSGetEnableStatus@4 @1013
|
---|
672 | WINNLSGetIMEHotkey = _DbgWINNLSGetIMEHotkey@4 @1014
|
---|
673 |
|
---|
674 | ;-------------------------------
|
---|
675 | ; Additional (undocumented) APIs
|
---|
676 | ;-------------------------------
|
---|
677 | PrivateExtractIconsW = _PrivateExtractIconsW@32 @1015
|
---|
678 | PrivateExtractIconsA = _PrivateExtractIconsA@32 @1016
|
---|
679 | PrivateExtractIconExW = _PrivateExtractIconExW@20 @1017
|
---|
680 | PrivateExtractIconExA = _PrivateExtractIconExA@20 @1018
|
---|
681 |
|
---|
682 | ;
|
---|
683 | ; ENDOFEXPORTS
|
---|
684 | ; Internal function marker
|
---|
685 | ;
|
---|
686 |
|
---|
687 | ;------------------------------------------------------------------------------
|
---|
688 | ; Wine/Odin helper function
|
---|
689 | ;------------------------------------------------------------------------------
|
---|
690 | GetSysColorPen = _GetSysColorPen@4 @2002 NONAME
|
---|
691 | GetPattern55AABrush = _GetPattern55AABrush@0 @2003 NONAME
|
---|
692 | GetPattern55AABitmap = _GetPattern55AABitmap@0 @2004 NONAME
|
---|
693 |
|
---|
694 | _Win32ToOS2Handle@4 @2006 NONAME
|
---|
695 | _OS2ToWin32Handle@4 @2012 NONAME
|
---|
696 |
|
---|
697 | ;; _KeyTranslatePMToWin@4 @2008 NONAME
|
---|
698 | _KeyTranslatePMToWinBuf@12 @2009 NONAME
|
---|
699 |
|
---|
700 | _wvsnprintfA@16 @2010 NONAME
|
---|
701 | ;Export for MSACM32
|
---|
702 | _wsnprintfA @2100 NONAME
|
---|
703 |
|
---|
704 | ;SvL: Used by GDI32
|
---|
705 | OSLibGetScreenHeight__Fv @2013 NONAME
|
---|
706 | OSLibGetScreenWidth__Fv @2014 NONAME
|
---|
707 |
|
---|
708 | _wvsnprintfW@16 @2015 NONAME
|
---|
709 |
|
---|
710 | _setPageXForm@4 @2016 NONAME
|
---|
711 | _clientHeight@8 @2017 NONAME
|
---|
712 | _changePageXForm@20 @2018 NONAME
|
---|
713 | _removeClientArea@4 @2019 NONAME
|
---|
714 | _setMapModeDC@8 @2020 NONAME
|
---|
715 | _TestWideLine@4 @2021 NONAME
|
---|
716 | _Calculate1PixelDelta@4 @2022 NONAME
|
---|
717 | _DIB_GetDIBWidthBytes@8 @2023 NONAME
|
---|
718 | _BITMAP_GetWidthBytes@8 @2024 NONAME
|
---|
719 | _selectClientArea@4 @2025 NONAME
|
---|
720 |
|
---|
721 | _CreateFakeWindowEx@8 @2028 NONAME
|
---|
722 | _DestroyFakeWindow@4 @2035 NONAME
|
---|
723 | _checkOrigin@4 @2029 NONAME
|
---|
724 |
|
---|
725 | ; Do NOT change this ordinal
|
---|
726 | _SetWindowAppearance@4 @2030 NONAME
|
---|
727 |
|
---|
728 | _ConvertIconGroup@12 @2032 NONAME
|
---|
729 | _ConvertIconGroupIndirect@12 @2037 NONAME
|
---|
730 |
|
---|
731 | _WinSetVisibleRgnNotifyProc@12 @2033 NONAME
|
---|
732 | _Win32ToOS2FrameHandle@4 @2034 NONAME
|
---|
733 |
|
---|
734 | _CustForceMonoCursor@0 @2036 NONAME
|
---|
735 |
|
---|
736 | _OSLibDragOver@12 @2038 NONAME
|
---|
737 | _OSLibDragLeave@4 @2039 NONAME
|
---|
738 | _OSLibDragDrop@16 @2040 NONAME
|
---|
739 | _OSLibCreateDragStruct@16 @2041 NONAME
|
---|
740 | _OSLibFreeDragStruct@4 @2042 NONAME
|
---|