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

Last change on this file since 6247 was 6149, checked in by sandervl, 24 years ago

GetKeyboardState fixes

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