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

Last change on this file since 3669 was 3662, checked in by sandervl, 25 years ago

Major rewrite: frame/client -> frame

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