source: trunk/src/user32/USER32.DEF@ 4884

Last change on this file since 4884 was 4866, checked in by sandervl, 25 years ago

more logging, rewrote window handle management, don't export odin external functions by name

File size: 41.7 KB
Line 
1; $Id: USER32.DEF,v 1.48 2001-01-02 18:14:59 sandervl Exp $
2
3LIBRARY USER32 INITINSTANCE TERMINSTANCE
4DESCRIPTION 'Odin32 System Dll - User32'
5DATA MULTIPLE NONSHARED LOADONCALL
6CODE SHARED LOADONCALL
7
8SEGMENTS
9 _GLOBALDATA CLASS 'DATA' SHARED LOADONCALL READWRITE
10
11IMPORTS
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 WinReplyMsg = PMMERGE.5325
19 _GpiEnableYInversion = PMGPI.723
20 _GpiQueryYInversion = PMGPI.726
21 _GpiQueryDCData = PMGPI.665
22
23EXPORTS
24 ActivateKeyboardLayout = _ActivateKeyboardLayout@8 @1
25 AdjustWindowRect = _AdjustWindowRect@12 @2
26 AdjustWindowRectEx = _AdjustWindowRectEx@16 @3
27 AnyPopup = _AnyPopup@0 @4
28 AppendMenuA = _AppendMenuA@16 @5
29 AppendMenuW = _AppendMenuW@16 @6
30 ArrangeIconicWindows = _ArrangeIconicWindows@4 @7
31 AttachThreadInput = _AttachThreadInput@12 @8
32 BeginDeferWindowPos = _BeginDeferWindowPos@4 @9
33 BeginPaint = _BeginPaint@8 @10
34 BringWindowToTop = _BringWindowToTop@4 @11
35 BroadcastSystemMessage = _BroadcastSystemMessage@20 @12
36 CalcChildScroll = _CalcChildScroll@8 @13
37 CallMsgFilter = _CallMsgFilterA@8 @14
38 CallMsgFilterA = _CallMsgFilterA@8 @15
39 CallMsgFilterW = _CallMsgFilterW@8 @16
40 CallNextHookEx = _CallNextHookEx@16 @17
41 CallWindowProcA = _CallWindowProcA@20 @18
42 CallWindowProcW = _CallWindowProcW@20 @19
43 CascadeChildWindows = _CascadeChildWindows@8 @20
44 CascadeWindows = _CascadeWindows@20 @21
45 ChangeClipboardChain = _ChangeClipboardChain@8 @22
46 ChangeDisplaySettingsA = _ChangeDisplaySettingsA@8 @23
47 ChangeDisplaySettingsW = _ChangeDisplaySettingsW@8 @24
48 ChangeMenuA = _ChangeMenuA@20 @25
49 ChangeMenuW = _ChangeMenuW@20 @26
50 CharLowerA = _CharLowerA@4 @27
51 CharLowerBuffA = _CharLowerBuffA@8 @28
52 CharLowerBuffW = _CharLowerBuffW@8 @29
53 CharLowerW = _CharLowerW@4 @30
54 CharNextA = _CharNextA@4 @31
55 CharNextExA = _CharNextExA@12 @32
56 CharNextExW = _CharNextExW@12 @33
57 CharNextW = _CharNextW@4 @34
58 CharPrevA = _CharPrevA@8 @35
59 CharPrevExA = _CharPrevExA@16 @36
60 CharPrevExW = _CharPrevExW@16 @37
61 CharPrevW = _CharPrevW@8 @38
62 CharToOemA = _CharToOemA@8 @39
63 CharToOemBuffA = _CharToOemBuffA@12 @40
64 CharToOemBuffW = _CharToOemBuffW@12 @41
65 CharToOemW = _CharToOemW@8 @42
66 CharUpperA = _CharUpperA@4 @43
67 CharUpperBuffA = _CharUpperBuffA@8 @44
68 CharUpperBuffW = _CharUpperBuffW@8 @45
69 CharUpperW = _CharUpperW@4 @46
70 CheckDlgButton = _CheckDlgButton@12 @47
71 CheckMenuItem = _CheckMenuItem@12 @48
72 CheckMenuRadioItem = _CheckMenuRadioItem@20 @49
73 CheckRadioButton = _CheckRadioButton@16 @50
74 ChildWindowFromPoint = _ChildWindowFromPoint@12 @51
75 ChildWindowFromPointEx = _ChildWindowFromPointEx@16 @52
76; ClientThreadConnect = _ClientThreadConnect@?? @53
77 ClientToScreen = _ClientToScreen@8 @54
78 ClipCursor = _ClipCursor@4 @55
79 CloseClipboard = _CloseClipboard@0 @56
80 CloseDesktop = _CloseDesktop@4 @57
81 CloseWindow = _CloseWindow@4 @58
82 CloseWindowStation = _CloseWindowStation@4 @59
83 CopyAcceleratorTableA = _CopyAcceleratorTableA@12 @60
84 CopyAcceleratorTableW = _CopyAcceleratorTableW@12 @61
85 CopyIcon = _CopyIcon@4 @62
86 CopyImage = _CopyImage@20 @63
87 CopyRect = _CopyRect@8 @64
88 CountClipboardFormats = _CountClipboardFormats@0 @65
89 CreateAcceleratorTableA = _CreateAcceleratorTableA@8 @66
90 CreateAcceleratorTableW = _CreateAcceleratorTableW@8 @67
91 CreateCaret = _CreateCaret@16 @68
92 CreateCursor = _CreateCursor@28 @69
93 CreateDesktopA = _CreateDesktopA@24 @70
94 CreateDesktopW = _CreateDesktopW@24 @71
95 CreateDialogIndirectParamA = _CreateDialogIndirectParamA@20 @72
96 CreateDialogIndirectParamW = _CreateDialogIndirectParamW@20 @73
97 CreateDialogParamA = _CreateDialogParamA@20 @74
98 CreateDialogParamW = _CreateDialogParamW@20 @75
99 CreateIcon = _CreateIcon@28 @76
100 CreateIconFromResource = _CreateIconFromResource@16 @77
101 CreateIconFromResourceEx = _CreateIconFromResourceEx@28 @78
102 CreateIconIndirect = _CreateIconIndirect@4 @79
103 CreateMDIWindowA = _CreateMDIWindowA@40 @80
104 CreateMDIWindowW = _CreateMDIWindowW@40 @81
105 CreateMenu = _CreateMenu@0 @82
106 CreatePopupMenu = _CreatePopupMenu@0 @83
107 CreateWindowExA = _CreateWindowExA@48 @84
108 CreateWindowExW = _CreateWindowExW@48 @85
109 CreateWindowStationA = _CreateWindowStationA@16 @86
110 CreateWindowStationW = _CreateWindowStationW@16 @87
111 DdeAbandonTransaction = _DdeAbandonTransaction@12 @88
112 DdeAccessData = _DdeAccessData@8 @89
113 DdeAddData = _DdeAddData@16 @90
114 DdeClientTransaction = _DdeClientTransaction@32 @91
115 DdeCmpStringHandles = _DdeCmpStringHandles@8 @92
116 DdeConnect = _DdeConnect@16 @93
117 DdeConnectList = _DdeConnectList@20 @94
118 DdeCreateDataHandle = _DdeCreateDataHandle@28 @95
119 DdeCreateStringHandleA = _DdeCreateStringHandleA@12 @96
120 DdeCreateStringHandleW = _DdeCreateStringHandleW@12 @97
121 DdeDisconnect = _DdeDisconnect@4 @98
122 DdeDisconnectList = _DdeDisconnectList@4 @99
123 DdeEnableCallback = _DdeEnableCallback@12 @100
124 DdeFreeDataHandle = _DdeFreeDataHandle@4 @101
125 DdeFreeStringHandle = _DdeFreeStringHandle@8 @102
126 DdeGetData = _DdeGetData@16 @103
127 DdeGetLastError = _DdeGetLastError@4 @104
128 DdeImpersonateClient = _DdeImpersonateClient@4 @105
129 DdeInitializeA = _DdeInitializeA@16 @106
130 DdeInitializeW = _DdeInitializeW@16 @107
131 DdeKeepStringHandle = _DdeKeepStringHandle@8 @108
132 DdeNameService = _DdeNameService@16 @109
133 DdePostAdvise = _DdePostAdvise@12 @110
134 DdeQueryConvInfo = _DdeQueryConvInfo@12 @111
135 DdeQueryNextServer = _DdeQueryNextServer@8 @112
136 DdeQueryStringA = _DdeQueryStringA@20 @113
137 DdeQueryStringW = _DdeQueryStringW@20 @114
138 DdeReconnect = _DdeReconnect@4 @115
139 DdeSetQualityOfService = _DdeSetQualityOfService@12 @116
140 DdeSetUserHandle = _DdeSetUserHandle@12 @117
141 DdeUnaccessData = _DdeUnaccessData@4 @118
142 DdeUninitialize = _DdeUninitialize@4 @119
143 DefDlgProcA = _DefDlgProcA@16 @120
144 DefDlgProcW = _DefDlgProcW@16 @121
145 DefFrameProcA = _DefFrameProcA@20 @122
146 DefFrameProcW = _DefFrameProcW@20 @123
147 DefMDIChildProcA = _DefMDIChildProcA@16 @124
148 DefMDIChildProcW = _DefMDIChildProcW@16 @125
149 DefWindowProcA = _DefWindowProcA@16 @126
150 DefWindowProcW = _DefWindowProcW@16 @127
151 DeferWindowPos = _DeferWindowPos@32 @128
152 DeleteMenu = _DeleteMenu@12 @129
153 DestroyAcceleratorTable = _DestroyAcceleratorTable@4 @130
154 DestroyCaret = _DestroyCaret@0 @131
155 DestroyCursor = _DestroyCursor@4 @132
156 DestroyIcon = _DestroyIcon@4 @133
157 DestroyMenu = _DestroyMenu@4 @134
158 DestroyWindow = _DestroyWindow@4 @135
159 DialogBoxIndirectParamA = _DialogBoxIndirectParamA@20 @136
160 DialogBoxIndirectParamW = _DialogBoxIndirectParamW@20 @137
161 DialogBoxParamA = _DialogBoxParamA@20 @138
162 DialogBoxParamW = _DialogBoxParamW@20 @139
163 DispatchMessageA = _DispatchMessageA@4 @140
164 DispatchMessageW = _DispatchMessageW@4 @141
165 DlgDirListA = _DlgDirListA@20 @142
166 DlgDirListComboBoxA = _DlgDirListComboBoxA@20 @143
167 DlgDirListComboBoxW = _DlgDirListComboBoxW@20 @144
168 DlgDirListW = _DlgDirListW@20 @145
169 DlgDirSelectComboBoxExA = _DlgDirSelectComboBoxExA@16 @146
170 DlgDirSelectComboBoxExW = _DlgDirSelectComboBoxExW@16 @147
171 DlgDirSelectExA = _DlgDirSelectExA@16 @148
172 DlgDirSelectExW = _DlgDirSelectExW@16 @149
173 DragDetect = _DragDetect@12 @150
174 DragObject = _DragObject@20 @151
175 DrawAnimatedRects = _DrawAnimatedRects@16 @152
176 DrawCaption = _DrawCaption@16 @153
177 DrawCaptionTempA = _DrawCaptionTempA@28 @154
178 DrawCaptionTempW = _DrawCaptionTempW@28 @155
179 DrawEdge = _DrawEdge@16 @156
180 DrawFocusRect = _DrawFocusRect@8 @157
181; DrawFrame = _DrawFrame@?? @158
182 DrawFrameControl = _DrawFrameControl@16 @159
183 DrawIcon = _DrawIcon@16 @160
184 DrawIconEx = _DrawIconEx@36 @161
185 DrawMenuBar = _DrawMenuBar@4 @162
186 DrawStateA = _DrawStateA@40 @163
187 DrawStateW = _DrawStateW@40 @164
188 DrawTextA = _DrawTextA@20 @165
189 DrawTextExA = _DrawTextExA@24 @166
190 DrawTextExW = _DrawTextExW@24 @167
191 DrawTextW = _DrawTextW@20 @168
192 EditWndProc = _EditWndProc@16 @169
193 EmptyClipboard = _EmptyClipboard@0 @170
194 EnableMenuItem = _EnableMenuItem@12 @171
195 EnableScrollBar = _EnableScrollBar@12 @172
196 EnableWindow = _EnableWindow@8 @173
197 EndDeferWindowPos = _EndDeferWindowPos@4 @174
198 EndDialog = _EndDialog@8 @175
199 EndPaint = _EndPaint@8 @176
200 EndTask = _EndTask@12 @177
201 EnumChildWindows = _EnumChildWindows@12 @178
202 EnumClipboardFormats = _EnumClipboardFormats@4 @179
203 EnumDesktopWindows = _EnumDesktopWindows@12 @180
204 EnumDesktopsA = _EnumDesktopsA@12 @181
205 EnumDesktopsW = _EnumDesktopsW@12 @182
206 EnumDisplaySettingsA = _EnumDisplaySettingsA@12 @183
207 EnumDisplaySettingsW = _EnumDisplaySettingsW@12 @184
208 EnumPropsA = _EnumPropsA@8 @185
209 EnumPropsExA = _EnumPropsExA@12 @186
210 EnumPropsExW = _EnumPropsExW@12 @187
211 EnumPropsW = _EnumPropsW@8 @188
212 EnumThreadWindows = _EnumThreadWindows@12 @189
213 EnumWindowStationsA = _EnumWindowStationsA@8 @190
214 EnumWindowStationsW = _EnumWindowStationsW@8 @191
215 EnumWindows = _EnumWindows@8 @192
216 EqualRect = _EqualRect@8 @193
217 ExcludeUpdateRgn = _ExcludeUpdateRgn@8 @194
218 ExitWindowsEx = _ExitWindowsEx@8 @195
219 FillRect = _FillRect@12 @196
220 FindWindowA = _FindWindowA@8 @197
221 FindWindowExA = _FindWindowExA@16 @198
222 FindWindowExW = _FindWindowExW@16 @199
223 FindWindowW = _FindWindowW@8 @200
224 FlashWindow = _FlashWindow@8 @201
225 FrameRect = _FrameRect@12 @202
226 FreeDDElParam = _FreeDDElParam@8 @203
227 GetActiveWindow = _GetActiveWindow@0 @204
228 GetAsyncKeyState = _GetAsyncKeyState@4 @205
229 GetCapture = _GetCapture@0 @206
230 GetCaretBlinkTime = _GetCaretBlinkTime@0 @207
231 GetCaretPos = _GetCaretPos@4 @208
232 GetClassInfoA = _GetClassInfoA@12 @209
233 GetClassInfoExA = _GetClassInfoExA@12 @210
234 GetClassInfoExW = _GetClassInfoExW@12 @211
235 GetClassInfoW = _GetClassInfoW@12 @212
236 GetClassLongA = _GetClassLongA@8 @213
237 GetClassLongW = _GetClassLongW@8 @214
238 GetClassNameA = _GetClassNameA@12 @215
239 GetClassNameW = _GetClassNameW@12 @216
240 GetClassWord = _GetClassWord@8 @217
241 GetClientRect = _GetClientRect@8 @218
242 GetClipCursor = _GetClipCursor@4 @219
243 GetClipboardData = _GetClipboardData@4 @220
244 GetClipboardFormatNameA = _GetClipboardFormatNameA@12 @221
245 GetClipboardFormatNameW = _GetClipboardFormatNameW@12 @222
246 GetClipboardOwner = _GetClipboardOwner@0 @223
247 GetClipboardViewer = _GetClipboardViewer@0 @224
248 GetCursor = _GetCursor@0 @225
249 GetCursorPos = _GetCursorPos@4 @226
250 GetDC = _GetDC@4 @227
251 GetDCEx = _GetDCEx@12 @228
252 GetDesktopWindow = _GetDesktopWindow@0 @229
253 GetDialogBaseUnits = _GetDialogBaseUnits@0 @230
254 GetDlgCtrlID = _GetDlgCtrlID@4 @231
255 GetDlgItem = _GetDlgItem@8 @232
256 GetDlgItemInt = _GetDlgItemInt@16 @233
257 GetDlgItemTextA = _GetDlgItemTextA@16 @234
258 GetDlgItemTextW = _GetDlgItemTextW@16 @235
259 GetDoubleClickTime = _GetDoubleClickTime@0 @236
260 GetFocus = _GetFocus@0 @237
261 GetForegroundWindow = _GetForegroundWindow@0 @238
262 GetIconInfo = _GetIconInfo@8 @239
263; GetInputDesktop = _GetInputDesktop@?? @240
264 GetInputState = _GetInputState@0 @241
265 GetInternalWindowPos = _GetInternalWindowPos@12 @242
266 GetKBCodePage = _GetKBCodePage@0 @243
267 GetKeyNameTextA = _GetKeyNameTextA@12 @244
268 GetKeyNameTextW = _GetKeyNameTextW@12 @245
269 GetKeyState = _GetKeyState@4 @246
270 GetKeyboardLayout = _GetKeyboardLayout@4 @247
271 GetKeyboardLayoutList = _GetKeyboardLayoutList@8 @248
272 GetKeyboardLayoutNameA = _GetKeyboardLayoutNameA@4 @249
273 GetKeyboardLayoutNameW = _GetKeyboardLayoutNameW@4 @250
274 GetKeyboardState = _GetKeyboardState@4 @251
275 GetKeyboardType = _GetKeyboardType@4 @252
276 GetLastActivePopup = _GetLastActivePopup@4 @253
277 GetMenu = _GetMenu@4 @254
278 GetMenuCheckMarkDimensions = _GetMenuCheckMarkDimensions@0 @255
279 GetMenuContextHelpId = _GetMenuContextHelpId@4 @256
280 GetMenuDefaultItem = _GetMenuDefaultItem@12 @257
281 GetMenuItemCount = _GetMenuItemCount@4 @258
282 GetMenuItemID = _GetMenuItemID@8 @259
283 GetMenuItemInfoA = _GetMenuItemInfoA@16 @260
284 GetMenuItemInfoW = _GetMenuItemInfoW@16 @261
285 GetMenuItemRect = _GetMenuItemRect@16 @262
286 GetMenuState = _GetMenuState@12 @263
287 GetMenuStringA = _GetMenuStringA@20 @264
288 GetMenuStringW = _GetMenuStringW@20 @265
289 GetMessageA = _GetMessageA@16 @266
290 GetMessageExtraInfo = _GetMessageExtraInfo@0 @267
291 GetMessagePos = _GetMessagePos@0 @268
292 GetMessageTime = _GetMessageTime@0 @269
293 GetMessageW = _GetMessageW@16 @270
294 GetNextDlgGroupItem = _GetNextDlgGroupItem@12 @271
295 GetNextDlgTabItem = _GetNextDlgTabItem@12 @272
296 GetNextQueueWindow = _GetNextQueueWindow@8 @273
297 GetOpenClipboardWindow = _GetOpenClipboardWindow@0 @274
298 GetParent = _GetParent@4 @275
299 GetPriorityClipboardFormat = _GetPriorityClipboardFormat@8 @276
300 GetProcessWindowStation = _GetProcessWindowStation@0 @277
301 GetProgmanWindow = _GetProgmanWindow@0 ;@289
302 GetPropA = _GetPropA@8 @278
303 GetPropW = _GetPropW@8 @279
304 GetQueueStatus = _GetQueueStatus@4 @280
305 GetScrollInfo = _GetScrollInfo@12 @281
306 GetScrollPos = _GetScrollPos@8 @282
307 GetScrollRange = _GetScrollRange@16 @283
308 GetShellWindow = _GetShellWindow@0 @284
309 GetSubMenu = _GetSubMenu@8 @285
310 GetSysColor = _GetSysColor@4 @286
311 GetSysColorBrush = _GetSysColorBrush@4 @287
312 GetSystemMenu = _GetSystemMenu@8 @288
313 GetSystemMetrics = _GetSystemMetrics@4 @289
314 GetTabbedTextExtentA = _GetTabbedTextExtentA@20 @290
315 GetTabbedTextExtentW = _GetTabbedTextExtentW@20 @291
316 GetTaskmanWindow = _GetTaskmanWindow@0 ;@304
317 GetThreadDesktop = _GetThreadDesktop@4 @292
318 GetTopWindow = _GetTopWindow@4 @293
319 GetUpdateRect = _GetUpdateRect@12 @294
320 GetUpdateRgn = _GetUpdateRgn@12 @295
321 GetUserObjectInformationA = _GetUserObjectInformationA@20 @296
322 GetUserObjectInformationW = _GetUserObjectInformationW@20 @297
323 GetUserObjectSecurity = _GetUserObjectSecurity@20 @298
324 GetWindow = _GetWindow@8 @299
325 GetWindowContextHelpId = _GetWindowContextHelpId@4 @300
326 GetWindowDC = _GetWindowDC@4 @301
327 GetWindowLongA = _GetWindowLongA@8 @302
328 GetWindowLongW = _GetWindowLongW@8 @303
329 GetWindowPlacement = _GetWindowPlacement@8 @304
330 GetWindowRect = _GetWindowRect@8 @305
331 GetWindowRgn = _GetWindowRgn@8 @306
332 GetWindowTextA = _GetWindowTextA@12 @307
333 GetWindowTextLengthA = _GetWindowTextLengthA@4 @308
334 GetWindowTextLengthW = _GetWindowTextLengthW@4 @309
335 GetWindowTextW = _GetWindowTextW@12 @310
336 GetWindowThreadProcessId = _GetWindowThreadProcessId@8 @311
337 GetWindowWord = _GetWindowWord@8 @312
338 GrayStringA = _GrayStringA@36 @313
339 GrayStringW = _GrayStringW@36 @314
340 HideCaret = _HideCaret@4 @315
341 HiliteMenuItem = _HiliteMenuItem@16 @316
342 ImpersonateDdeClientWindow = _ImpersonateDdeClientWindow@8 @317
343 InSendMessage = _InSendMessage@0 @318
344 InflateRect = _InflateRect@12 @319
345; InitSharedTable = _InitSharedTable@?? @320
346; InitTask = _InitTask@?? @321
347 InsertMenuA = _InsertMenuA@20 @322
348 InsertMenuItemA = _InsertMenuItemA@16 @323
349 InsertMenuItemW = _InsertMenuItemW@16 @324
350 InsertMenuW = _InsertMenuW@20 @325
351 InternalGetWindowText = _InternalGetWindowText@12 @326
352 IntersectRect = _IntersectRect@12 @327
353 InvalidateRect = _InvalidateRect@12 @328
354 InvalidateRgn = _InvalidateRgn@12 @329
355 InvertRect = _InvertRect@8 @330
356 IsCharAlphaA = _IsCharAlphaA@4 @331
357 IsCharAlphaNumericA = _IsCharAlphaNumericA@4 @332
358 IsCharAlphaNumericW = _IsCharAlphaNumericW@4 @333
359 IsCharAlphaW = _IsCharAlphaW@4 @334
360 IsCharLowerA = _IsCharLowerA@4 @335
361 IsCharLowerW = _IsCharLowerW@4 @336
362 IsCharUpperA = _IsCharUpperA@4 @337
363 IsCharUpperW = _IsCharUpperW@4 @338
364 IsChild = _IsChild@8 @339
365 IsClipboardFormatAvailable = _IsClipboardFormatAvailable@4 @340
366 IsDialogMessage = _IsDialogMessageA@8 @341
367 IsDialogMessageA = _IsDialogMessageA@8 @342
368 IsDialogMessageW = _IsDialogMessageW@8 @343
369 IsDlgButtonChecked = _IsDlgButtonChecked@8 @344
370 IsHungThread = _IsHungThread@4 @345
371 IsHungAppWindow = _IsHungAppWindow@8
372 IsIconic = _IsIconic@4 @346
373 IsMenu = _IsMenu@4 @347
374 IsRectEmpty = _IsRectEmpty@4 @348
375 IsWindow = _IsWindow@4 @349
376 IsWindowEnabled = _IsWindowEnabled@4 @350
377 IsWindowUnicode = _IsWindowUnicode@4 @351
378 IsWindowVisible = _IsWindowVisible@4 @352
379 IsZoomed = _IsZoomed@4 @353
380 KillTimer = _KillTimer@8 @354
381 LoadAcceleratorsA = _LoadAcceleratorsA@8 @355
382 LoadAcceleratorsW = _LoadAcceleratorsW@8 @356
383 LoadBitmapA = _LoadBitmapA@8 @357
384 LoadBitmapW = _LoadBitmapW@8 @358
385 LoadCursorA = _LoadCursorA@8 @359
386 LoadCursorFromFileA = _LoadCursorFromFileA@4 @360
387 LoadCursorFromFileW = _LoadCursorFromFileW@4 @361
388 LoadCursorW = _LoadCursorW@8 @362
389 LoadIconA = _LoadIconA@8 @363
390 LoadIconW = _LoadIconW@8 @364
391 LoadImageA = _LoadImageA@24 @365
392 LoadImageW = _LoadImageW@24 @366
393 LoadKeyboardLayoutA = _LoadKeyboardLayoutA@8 @367
394 LoadKeyboardLayoutW = _LoadKeyboardLayoutW@8 @368
395 LoadMenuA = _LoadMenuA@8 @369
396;Menu resources are always in Unicode format
397 LoadMenuIndirectA = _LoadMenuIndirectW@4 @370
398 LoadMenuIndirectW = _LoadMenuIndirectW@4 @371
399 LoadMenuW = _LoadMenuW@8 @372
400 LoadStringA = _LoadStringA@16 @373
401 LoadStringW = _LoadStringW@16 @374
402; LockWindowStation = _LockWindowStation@?? @375
403 LockWindowUpdate = _LockWindowUpdate@4 @376
404 LookupIconIdFromDirectory = _LookupIconIdFromDirectory@8 @377
405 LookupIconIdFromDirectoryEx = _LookupIconIdFromDirectoryEx@20 @378
406 MapDialogRect = _MapDialogRect@8 @379
407 MapVirtualKeyA = _MapVirtualKeyA@8 @380
408 MapVirtualKeyExA = _MapVirtualKeyExA@12 @381
409 MapVirtualKeyExW = _MapVirtualKeyExW@12 @382
410 MapVirtualKeyW = _MapVirtualKeyW@8 @383
411 MapWindowPoints = _MapWindowPoints@16 @384
412 MenuItemFromPoint = _MenuItemFromPoint@16 @385
413 MessageBeep = _MessageBeep@4 @386
414 MessageBoxA = _MessageBoxA@16 @387
415 MessageBoxExA = _MessageBoxExA@20 @388
416 MessageBoxExW = _MessageBoxExW@20 @389
417 MessageBoxIndirectA = _MessageBoxIndirectA@4 @390
418 MessageBoxIndirectW = _MessageBoxIndirectW@4 @391
419 MessageBoxW = _MessageBoxW@16 @392
420; ModifyAccess = _ModifyAccess@?? @393
421 ModifyMenuA = _ModifyMenuA@20 @394
422 ModifyMenuW = _ModifyMenuW@20 @395
423 MoveWindow = _MoveWindow@24 @396
424 MsgWaitForMultipleObjects = _MsgWaitForMultipleObjects@20 @397
425 OemKeyScan = _OemKeyScan@4 @398
426 OemToCharA = _OemToCharA@8 @399
427 OemToCharBuffA = _OemToCharBuffA@12 @400
428 OemToCharBuffW = _OemToCharBuffW@12 @401
429 OemToCharW = _OemToCharW@8 @402
430 OffsetRect = _OffsetRect@12 @403
431 OpenClipboard = _OpenClipboard@4 @404
432 OpenDesktopA = _OpenDesktopA@16 @405
433 OpenDesktopW = _OpenDesktopW@16 @406
434 OpenIcon = _OpenIcon@4 @407
435 OpenInputDesktop = _OpenInputDesktop@12 @408
436 OpenWindowStationA = _OpenWindowStationA@12 @409
437 OpenWindowStationW = _OpenWindowStationW@12 @410
438 PackDDElParam = _PackDDElParam@12 @411
439 PaintDesktop = _PaintDesktop@4 @412
440 PeekMessageA = _PeekMessageA@20 @413
441 PeekMessageW = _PeekMessageW@20 @414
442 PlaySoundEvent = _PlaySoundEvent@4 @415
443 PostMessageA = _PostMessageA@16 @416
444 PostMessageW = _PostMessageW@16 @417
445 PostQuitMessage = _PostQuitMessage@4 @418
446 PostThreadMessageA = _PostThreadMessageA@16 @419
447 PostThreadMessageW = _PostThreadMessageW@16 @420
448 PtInRect = _PtInRect@12 @421
449 RedrawWindow = _RedrawWindow@16 @422
450 RegisterClassA = _RegisterClassA@4 @423
451 RegisterClassExA = _RegisterClassExA@4 @424
452 RegisterClassExW = _RegisterClassExW@4 @425
453 RegisterClassW = _RegisterClassW@4 @426
454 RegisterClipboardFormatA = _RegisterClipboardFormatA@4 @427
455 RegisterClipboardFormatW = _RegisterClipboardFormatW@4 @428
456 RegisterHotKey = _RegisterHotKey@16 @429
457; RegisterLogonProcess = _RegisterLogonProcess@?? @430
458 RegisterNetworkCapabilities = _RegisterNetworkCapabilities@8 @431
459 RegisterSystemThread = _RegisterSystemThread@8 @432
460 RegisterTasklist = _RegisterTasklist@4 @433
461 RegisterWindowMessageA = _RegisterWindowMessageA@4 @434
462 RegisterWindowMessageW = _RegisterWindowMessageW@4 @435
463 ReleaseCapture = _ReleaseCapture@0 @436
464 ReleaseDC = _ReleaseDC@8 @437
465 RemoveMenu = _RemoveMenu@12 @438
466 RemovePropA = _RemovePropA@8 @439
467 RemovePropW = _RemovePropW@8 @440
468 ReplyMessage = _ReplyMessage@4 @441
469 ReuseDDElParam = _ReuseDDElParam@20 @442
470 ScreenToClient = _ScreenToClient@8 @443
471 ScrollDC = _ScrollDC@28 @444
472 ScrollWindow = _ScrollWindow@20 @445
473 ScrollWindowEx = _ScrollWindowEx@32 @446
474 SendDlgItemMessageA = _SendDlgItemMessageA@20 @447
475 SendDlgItemMessageW = _SendDlgItemMessageW@20 @448
476 SendMessageA = _SendMessageA@16 @449
477 SendMessageCallbackA = _SendMessageCallbackA@24 @450
478 SendMessageCallbackW = _SendMessageCallbackW@24 @451
479 SendMessageTimeoutA = _SendMessageTimeoutA@28 @452
480 SendMessageTimeoutW = _SendMessageTimeoutW@28 @453
481 SendMessageW = _SendMessageW@16 @454
482 SendNotifyMessageA = _SendNotifyMessageA@16 @455
483 SendNotifyMessageW = _SendNotifyMessageW@16 @456
484 SetActiveWindow = _SetActiveWindow@4 @457
485 SetCapture = _SetCapture@4 @458
486 SetCaretBlinkTime = _SetCaretBlinkTime@4 @459
487 SetCaretPos = _SetCaretPos@8 @460
488 SetClassLongA = _SetClassLongA@12 @461
489 SetClassLongW = _SetClassLongW@12 @462
490 SetClassWord = _SetClassWord@12 @463
491 SetClipboardData = _SetClipboardData@8 @464
492 SetClipboardViewer = _SetClipboardViewer@4 @465
493 SetCursor = _SetCursor@4 @466
494 SetCursorPos = _SetCursorPos@8 @467
495 SetDebugErrorLevel = _SetDebugErrorLevel@4 @468
496 SetDeskWallPaper = _SetDeskWallPaper@4 @469
497; SetDesktopBitmap = _SetDesktopBitmap@?? @470
498 SetDlgItemInt = _SetDlgItemInt@16 @471
499 SetDlgItemTextA = _SetDlgItemTextA@12 @472
500 SetDlgItemTextW = _SetDlgItemTextW@12 @473
501 SetDoubleClickTime = _SetDoubleClickTime@4 @474
502 SetFocus = _SetFocus@4 @475
503 SetForegroundWindow = _SetForegroundWindow@4 @476
504 SetInternalWindowPos = _SetInternalWindowPos@16 @477
505 SetKeyboardState = _SetKeyboardState@4 @478
506 SetLastErrorEx = _SetLastErrorEx@8 @479
507 SetLogonNotifyWindow = _SetLogonNotifyWindow@8 @480
508 SetMenu = _SetMenu@8 @481
509 SetMenuContextHelpId = _SetMenuContextHelpId@8 @482
510 SetMenuDefaultItem = _SetMenuDefaultItem@12 @483
511 SetMenuItemBitmaps = _SetMenuItemBitmaps@20 @484
512 SetMenuItemInfoA = _SetMenuItemInfoA@16 @485
513 SetMenuItemInfoW = _SetMenuItemInfoW@16 @486
514 SetMessageExtraInfo = _SetMessageExtraInfo@4 @487
515 SetMessageQueue = _SetMessageQueue@4 @488
516 SetParent = _SetParent@8 @489
517 SetProcessWindowStation = _SetProcessWindowStation@4 @490
518 SetProgmanWindow = _SetProgmanWindow@4 ;@522 ?
519 SetPropA = _SetPropA@12 @491
520 SetPropW = _SetPropW@12 @492
521 SetRect = _SetRect@20 @493
522 SetRectEmpty = _SetRectEmpty@4 @494
523 SetScrollInfo = _SetScrollInfo@16 @495
524 SetScrollPos = _SetScrollPos@16 @496
525 SetScrollRange = _SetScrollRange@20 @497
526 SetShellWindow = _SetShellWindow@4 @498
527 SetShellWindowEx = _SetShellWindowEx@8 ;@531 ?
528 SetSysColors = _SetSysColors@12 @499
529 SetSysColorsTemp = _SetSysColorsTemp@0 @500
530 SetSystemCursor = _SetSystemCursor@8 @501
531 SetTaskmanWindow = _SetTaskmanWindow@4 ;@537
532 SetThreadDesktop = _SetThreadDesktop@4 @502
533 SetTimer = _SetTimer@16 @503
534 SetUserObjectInformationA = _SetUserObjectInformationA@16 @504
535 SetUserObjectInformationW = _SetUserObjectInformationW@16 @505
536 SetUserObjectSecurity = _SetUserObjectSecurity@12 @506
537 SetWindowContextHelpId = _SetWindowContextHelpId@8 @507
538; SetWindowFullScreenState = _SetWindowFullScreenState@?? @508
539 SetWindowLongA = _SetWindowLongA@12 @509
540 SetWindowLongW = _SetWindowLongW@12 @510
541 SetWindowPlacement = _SetWindowPlacement@8 @511
542 SetWindowPos = _SetWindowPos@28 @512
543 SetWindowRgn = _SetWindowRgn@12 @513
544 SetWindowTextA = _SetWindowTextA@8 @514
545 SetWindowTextW = _SetWindowTextW@8 @515
546 SetWindowWord = _SetWindowWord@12 @516
547 SetWindowsHookA = _SetWindowsHookA@8 @517
548 SetWindowsHookExA = _SetWindowsHookExA@16 @518
549 SetWindowsHookExW = _SetWindowsHookExW@16 @519
550 SetWindowsHookW = _SetWindowsHookW@8 @520
551 ShowCaret = _ShowCaret@4 @521
552 ShowCursor = _ShowCursor@4 @522
553 ShowOwnedPopups = _ShowOwnedPopups@8 @523
554 ShowScrollBar = _ShowScrollBar@12 @524
555 ShowWindow = _ShowWindow@8 @525
556 ShowWindowAsync = _ShowWindowAsync@8 @526
557 SubtractRect = _SubtractRect@12 @527
558 SwapMouseButton = _SwapMouseButton@4 @528
559 SwitchDesktop = _SwitchDesktop@4 @529
560 SwitchToThisWindow = _SwitchToThisWindow@8 @530
561 SysErrorBox = _SysErrorBox@12 @531
562 SystemParametersInfoA = _SystemParametersInfoA@16 @532
563 SystemParametersInfoW = _SystemParametersInfoW@16 @533
564 TabbedTextOutA = _TabbedTextOutA@32 @534
565 TabbedTextOutW = _TabbedTextOutW@32 @535
566 TileChildWindows = _TileChildWindows@8 @536
567 TileWindows = _TileWindows@20 @537
568 ToAscii = _ToAscii@20 @538
569 ToAsciiEx = _ToAsciiEx@24 @539
570 ToUnicode = _ToUnicode@24 @540
571 TrackPopupMenu = _TrackPopupMenu@28 @541
572 TrackPopupMenuEx = _TrackPopupMenuEx@24 @542
573 TranslateAccelerator = _TranslateAcceleratorA@12 @543
574 TranslateAcceleratorA = _TranslateAcceleratorA@12 @544
575 TranslateAcceleratorW = _TranslateAcceleratorA@12 @545 ; the same
576 TranslateMDISysAccel = _TranslateMDISysAccel@8 @546
577 TranslateMessage = _TranslateMessage@4 @547
578 UnhookWindowsHook = _UnhookWindowsHook@8 @548
579 UnhookWindowsHookEx = _UnhookWindowsHookEx@4 @549
580 UnionRect = _UnionRect@12 @550
581 UnloadKeyboardLayout = _UnloadKeyboardLayout@4 @551
582; UnlockWindowStation = _UnlockWindowStation@?? @552
583 UnpackDDElParam = _UnpackDDElParam@16 @553
584 UnregisterClassA = _UnregisterClassA@8 @554
585 UnregisterClassW = _UnregisterClassW@8 @555
586 UnregisterHotKey = _UnregisterHotKey@8 @556
587 UpdateWindow = _UpdateWindow@4 @557
588; UserClientDllInitialize = _UserClientDllInitialize@?? @558
589 UserSignalProc = _UserSignalProc@16 @559
590 ValidateRect = _ValidateRect@8 @560
591 ValidateRgn = _ValidateRgn@8 @561
592 VkKeyScanA = _VkKeyScanA@4 @562
593 VkKeyScanExA = _VkKeyScanExA@8 @563
594 VkKeyScanExW = _VkKeyScanExW@8 @564
595 VkKeyScanW = _VkKeyScanW@4 @565
596; WNDPROC_CALLBACK = _WNDPROC_CALLBACK@?? @566
597 WaitForInputIdle = _WaitForInputIdle@8 @567
598 WaitMessage = _WaitMessage@0 @568
599 WinHelpA = _WinHelpA@16 @569
600 WinHelpW = _WinHelpW@16 @570
601 WinOldAppHackoMatic = _WinOldAppHackoMatic@4 @571
602 WindowFromDC = _WindowFromDC@4 @572
603 WindowFromPoint = _WindowFromPoint@8 @573
604 YieldTask = _YieldTask@0 @574
605 keybd_event = _keybd_event@16 @575
606 mouse_event = _mouse_event@20 @576
607 wsprintfA = _wsprintfA @577
608 wsprintfW = _wsprintfW @578
609 wvsprintfA = _wvsprintfA@12 @579
610 wvsprintfW = _wvsprintfW@12 @580
611
612 ChangeDisplaySettingsExA = _ChangeDisplaySettingsExA@20 @604
613 ChangeDisplaySettingsExW = _ChangeDisplaySettingsExW@20 @605
614
615 NotifyWinEvent = _NotifyWinEvent@16 @606
616 UnhookWinEvent = _UnhookWinEvent@4 @607
617 SetWinEventHook = _SetWinEventHook@28 @608
618
619;------------
620; Windows 98
621;------------
622 GetMenuInfo = _GetMenuInfo@8 @800
623 SetMenuInfo = _SetMenuInfo@8 @801
624
625
626 GetMonitorInfoW = _GetMonitorInfoW@8 @1000
627 GetMonitorInfoA = _GetMonitorInfoA@8 @1001
628 MonitorFromWindow = _MonitorFromWindow@8 @1002
629 MonitorFromRect = _MonitorFromRect@8 @1003
630 MonitorFromPoint = _MonitorFromPoint@12 @1004
631 EnumDisplayMonitors = _EnumDisplayMonitors@16 @1005
632 EnumDisplayDevicesA = _EnumDisplayDevicesA@16 @1006
633 EnumDisplayDevicesW = _EnumDisplayDevicesW@16 @1007
634
635
636;------------------------------------------------------------------------------
637; Wine/Odin helper function
638;------------------------------------------------------------------------------
639 GetSysColorPen = _GetSysColorPen@4 @2002 NONAME
640 GetPattern55AABrush = _GetPattern55AABrush@0 @2003 NONAME
641 GetPattern55AABitmap = _GetPattern55AABitmap@0 @2004 NONAME
642
643 _Win32ToOS2Handle@4 @2006 NONAME
644 _OS2ToWin32Handle@4 @2012 NONAME
645
646 _MOUSE_Enable@4 @2007 NONAME
647 _KeyTranslatePMToWin@4 @2008 NONAME
648 _KeyTranslatePMToWinBuf@12 @2009 NONAME
649
650 _wvsnprintfA@16 @2010 NONAME
651
652 _KEYBOARD_Enable@4 @2011 NONAME
653
654 ;SvL: Used by GDI32
655 OSLibGetScreenHeight__Fv @2013 NONAME
656 OSLibGetScreenWidth__Fv @2014 NONAME
657
658 _wvsnprintfW@16 @2015 NONAME
659
660 _setPageXForm@4 @2016 NONAME
661 _clientHeight@8 @2017 NONAME
662 _changePageXForm@20 @2018 NONAME
663 _removeClientArea@4 @2019 NONAME
664 _setMapMode@8 @2020 NONAME
665 _TestWideLine@4 @2021 NONAME
666 _Calculate1PixelDelta@4 @2022 NONAME
667 _DIB_GetDIBWidthBytes@8 @2023 NONAME
668 _BITMAP_GetWidthBytes@8 @2024 NONAME
669 _selectClientArea@4 @2025 NONAME
670 _IsSystemBrush@4 @2026 NONAME
671 _IsSystemPen@4 @2027 NONAME
Note: See TracBrowser for help on using the repository browser.