mirror of
https://github.com/reactos/wine.git
synced 2024-11-28 22:20:26 +00:00
d30dfd24d6
Sun Sep 27 14:25:38 1998 Petter Reinholdtsen <pere@td.org.uit.no> * [files/drive.c] Make sure GetDriveType32A() handles param NULL. Added some doc on function. Sun Sep 27 14:07:26 1998 Huw D M Davies <daviesh@abacus.physics.ox.ac.uk> * [controls/edit.c] [windows/win.c] Don't call SetWindowLong() in EDIT_WM_NCREATE. Fix SetWindowLong(GWL_[EX]STYLE) to work for 16bit windows. Remove UpdateWindow() call. Sun Sep 27 13:41:22 1998 Alexandre Julliard <julliard@lrc.epfl.ch> * [scheduler/*.c] [server/event.c] [server/mutex.c] [server/semaphore.c] Implemented server-side synchronisation objects. Sun Sep 27 01:13:35 1998 Alex Priem <alexp@sci.kun.nl> * [dlls/comctl32/treeview.c] [include/treeview.h] [include/comctl.h] Treeview implementation. * [dlls/comctl32/trackbar.c] [include/trackbar.h] Trackbar implementation. Sat Sep 26 20:49:13 1998 Ulrich Weigand <weigand@informatik.uni-erlangen.de> * [if1632/thunk.c] [tools/build.c] [win32/kernel32.c] Bugfix: several problems with flat thunks fixed. * [memory/selector.c] Bugfix: IsBad...Ptr16 didn't work for limit_in_pages segments. * [scheduler/thread.c] Bugfix: CreateThread: Allow id parameter == NULL. * [objects/gdiobj.c] Bugfix: IsGDIObject: Return correct object type for stock objects. * [msdos/dpmi.c] Bugfix: fixed typo in INT_DoRealModeInt. * [msdos/int21.c] Bugfix: int21 READ *must* use WIN16_hread, not _hread16. * [if1632/kernel.spec] [if1632/dummy.c] [if1632/thunk.c] [loader/ne/module.c] [scheduler/event.c] [scheduler/synchro.c] [scheduler/thread.c] [win32/kernel32.c] [win32/ordinals.c] Added names/stubs for all undocumented KERNEL routines (Win95). Added the following undoc. 16-bit equivalents to Win32 routines: KERNEL.441-443,449-453,456-462,471-476,479-486,488. Added stubs for some other KERNEL routines. * [memory/heap.c] [memory/global.c] [include/global.h] Implemented Local32... 32-bit local heap routines (KERNEL.208-215, 229). * [miscemu/instr.c] [loader/module.c] [include/module.h] Implemented __GP fault handling and HasGPHandler (KERNEL.338). * [misc/error.c] Implemented LogParamErrorRegs (KERNEL.327). * [loader/task.c] [include/windows.h] Implemented GetCodeInfo (KERNEL.104). * [loader/task.c] [scheduler/thread.c] [include/thread.h] Implemented [GS]etThreadQueue and [GS]etFastQueue (KERNEL.463/4, 624/5). * [if1632/gdi.spec] [objects/dc.c] [objects/dib.c] [objects/bitmap.c] [include/windows.h] Bugfix: fixed wrong parameter for CreateDIBSection16. Added [GS]etDIBColorTable16, stub for GetBoundsRect16. Partially implemented BITMAP_GetObject16 for DIBs. * [if1632/gdi.spec] [relay32/gdi32.spec] [objects/palette.c] Added some GDI stubs. * [if1632/Makefile.in] [if1632/display.spec] [if1632/mouse.spec] [if1632/keyboard.spec] [if1632/builtin.c] [windows/keyboard.c] Added some stubs for Win16 drivers: KEYBOARD, MOUSE, DISPLAY. * [if1632/wprocs.spec] [msdos/vxd.c] Added some stubs for VxDs: VMM, ConfigMG, TimerAPI. * [msdos/int2f.c] Added some stubs for real-mode network drivers. Sat Sep 26 18:18:18 1998 Marcus Meissner <marcus@jet.franken.de> * [configure.in] Merged in some more of the FreeBSD ports/emulators/wine patches. (Maintainer(s) of this port: You can just submit these patches to Alexandre directly.) * [loader/pe_image.c] Check filesize of image against size derived from header to spot truncated executeables without crashing. * [files/directory.c] Set envvar "COMSPEC". One win32(!!) program crashes without it. * [multimedia/mmio.c] Added mmioSetInfo32. * [include/file.h] Return STD_ERROR_HANDLE for AUX and PRT dos handles. * [loader/module.c] Handle executeables with spaces in their names a bit better in CreateProcess. * [relay32/msvfw32.spec][if1632/msvideo.spec][multimedia/msvideo.c][include/vfw.h] Started on MS Video support (can load Win32 ICMs). * [tools/testrun] A bit smarter use of ps. * [memory/virtual.c] Report PAGE_GUARDed pages as PAGE_PROTECTED (AutoCAD LT R17 fails without that check (since Win95 doesn't know about PAGE_GUARD)). Sat Sep 26 15:04:05 1998 Ove Kaaven <ovek@arcticnet.no> * [include/miscemu.h] [if1632/builtin.c] [loader/task.c] [miscemu/instr.c] [msdos/dpmi.c] [msdos/int21.c] [msdos/interrupts.c] [windows/user.c] INT_[S|G]etHandler was renamed to INT_[S|G]etPMHandler. Added handlers to deal with real-mode interrupts; DOS programs are now able to hook real-mode interrupts. * [loader/dos/module.c] [msdos/dosmem.c] [msdos/int21.c] Moved real-mode interrupt table initialization to msdos/dosmem.c, and made new V86 tasks get a full copy of the existing "system memory" instead of almost empty space. Misc fixes. * [include/dosexe.h] [loader/dos/module.c] [msdos/dpmi.c] [msdos/int2f.c] First shot at letting DOS programs start up DPMI (but DPMI is still disabled for DOS programs, for pkunzip's sake). * [include/debugger.h] [debugger/break.c] [debugger/dbg.y] [debugger/registers.c] [debugger/memory.c] [debugger/info.c] [loader/dos/dosvm.c] First shot at making Wine's debugger work for DOS programs. The -debug flag works, as do "nexti" and "stepi". Sat Sep 26 13:13:13 1998 Juergen Schmied <juergen.schmied@metronet.de> * [dlls/shell32/dataobject.c] New classes IEnumFORMATETC implemented, IDataObject stubs. * [dlls/shell32/*.*][relay32/shell32.spec] Bugfixes. New: ICM_InsertItem(), ILCreateFromPath(). Implemented: ILCloneFirst(). Stubs: ILIsEqual(), ILFindChild(), SHLogILFromFSIL(), PathMatchSpec(), PathIsExe(). Changed: ILGetSize(), _ILIsDesktop(), PathCombine(). * [include/shlobj.h] New SHLGUID's New structures: DVTARGETDEVICE32, STGMEDIUM32, FORMATETC32, CLIPFORMAT32. New interfaces: IEnumFORMATETC, IDataObject, ICommDlgBrowser IDockingWindowFrame, IServiceProvider. * [dlls/shell32/folders.c] Stubs for IShellLink. * [loader/resource.c] Small fixes. * [misc/crtdll.c][relay32/crtdll.spec] New __dllonexit(). * [windows/message.c] SendNotifyMessageA, SendMessageCallBack32A half implemented. * [controls/edit.c] EDIT_WM_SetText set EF_UPDATE flag not for ES_MULTILINE. * [files/file.c] Handling of fileposition fixed. Fri Sep 25 18:13:30 1998 Patrik Stridvall <ps@leissner.se> * [include/windows.h] [include/wintypes.h] [ole/ole2nls.h] [relay32/kernel32.spec] Implemented EnumDateFormats and EnumTimeFormats. Only adds US English support. * [Makefile.in] [configure.in] [dlls/Makefile.in] [dlls/psapi/Makefile.in] [dlls/psapi/psapi_main.c] New files to implement stubs for PSAPI.DLL (NT only). * [relay32/Makefile.in] [relay32/builtin32.c] [relay32/psapi.spec] New spec file for PSAPI.DLL (NT only). * [scheduler/handle.c] HANDLE_GetObjPtr should only interpret the pseudo handles as the current thread or the current process if a thread or a process is requested. * [include/winversion.h] [misc/version.c] Adds the global function VERSION_GetVersion() so functions can have different behavior depending on the -winver flag. * [include/oledlg.h] [ole/oledlg.c] Minor fixes. * [windows/winproc.c] Minor changes. * [include/imm.h] [misc/imm.c] Now returns correct values under both Windows 95 and NT 4.0. Thu Sep 24 22:11:44 1998 Kristian Nielsen <kristian.nielsen@risoe.dk> * [configure.in] [include/acconfig.h] [include/thread.h] [scheduler/sysdeps.c] Autoconfig test for non-reentrant libc. Wed Sep 23 19:52:12 1998 Matthew Becker <mbecker@glasscity.net> * [*/*.c] Miscellaneous documentation updates and debugging output standardizations. * [objects/clipping.c] Added ExtSelectClipRgn. Wed Sep 23 00:03:28 EDT 1998 Pete Ratzlaff <pratzlaff@cfa.harvard.edu> * [include/windows.h] [if1632/user.spec] [relay32/user32.spec] [windows/keyboard.c] Added, marginally implemented, GetKeyboardLayoutName(). Only returns US English keyboard name. Tue Sep 22 16:32:41 1998 Marcel Baur <mbaur@iiic.ethz.ch> * [programs/control/*] New Winelib application. Mon Sep 21 00:29:18 1998 Peter Hunnisett <hunnise@nortel.ca> * [include/dplay.h][multimedia/dplay.c][ole/compobj.c] Added all DirectPlayLobby interfaces and enhanced DirectPlay and DirectPlayLobby support. Still not all that much. Useful enough if you just need to start a program, don't try any real dplay/lobby stuff. * [documentation/status/directplay] Added a very little bit. * [graphics/ddraw.c] - Call to SetWindowLong32A wasn't working because there was no memory set aside when the window class was registered. - Fixed some xlib reference counting and change the behaviour of DirectDrawSurface3_SetPalette to mimic observed behaviour (palette is associated will all backbuffers) - Also stored all palette colour fields and spit back our saved colour fields rather than query X for them. - Added plenty of AddRef and Release traces. - Added Xlib support for using -desktop option. - Fixed Xlib message handling. Messages weren't being passed to the application. Fixes mouse movements in some xlib DDraw games. - Added a few stubs. * [windows/win.c][include/winerror.h] Fixed up some error handling in WIN_SetWindowLong. SetLastError wasn't being used. Could cause problems with 0 return codes. Added new error in winerror (1400). * [AUTHORS] [include/authors.h] Added myself as a Wine author. Sun Sep 20 21:22:44 1998 Alexander Larsson <alla@lysator.liu.se> * [loader/module.c] Changed GetModuleFileName32A so that is returns the long version of the filename. Note that just the name is long, not the directories. Sat Sep 19 20:05:30 1998 Per Ångström <pang@mind.nu> * [controls/menu.c] Made a couple of fixes to make life easier for applications that alter their menus at runtime. * [windows/defdlg.c] Removed the cast of the return value from dialog procedures to a 16-bit bool. The return value needs to retain all its 32 bits, since it is not always a bool, such as when responding to the WM_NCHITTEST message. Fri Sep 18 11:30:38 1998 Sergey Turchanov <turchanov@usa.net> * [loader/resource.c] Fixed very funny bug (though gravely affecting further excecution) with FindResource[Ex]32 functions. * [include/multimon.h] [windows/multimon.c] [relay32/user32.spec] [include/windows.h] [windows/sysmetrics.c] Default implementation for Multimonitor API. * [include/windows.h] [windows/winpos.c] Fixed incorrect declaration (and behaviour) of GetWindowRect32. Wed Sep 16 10:21:15 1998 Gerard Patel <G.Patel@Wanadoo.fr> * [controls/edit.c] Fixed EDIT_EM_GetLine to use correctly length of lines. Tue Sep 15 20:40:16 1998 Eric Kohl <ekohl@abo.rhein-zeitung.de> * [misc/tweak.c][include/tweak.h][controls/menu.c] Replaced the tweak graphic routines by calls to DrawEdge32(). * [misc/tweak.c][include/tweak.h][documentation/win95look] [wine.ini][*/*] Changed "look and feel" selection. Allows Win3.1, Win95 and Win98 (no GUI code implemented) look and feel. * [dlls/comctl32/header.c][include/header.h][include/commctrl.h] Started callback item support and did some minor improvements. * [dlls/comctl32/imagelist.c] Fixed bug in transparent image display. ImageList_GetIcon is still buggy :-( * [dlls/comctl32/toolbar.c] Fixed button drawing (partial hack). * [dlls/comctl32/commctrl.c] Fixed MenuHelp(). * [controls/button.c] Added 3d effect for groupbox. * [windows/msgbox.c] Added font support for message boxes. * [windows/nonclient.c] Fixed window moving bug. * [dlls/comctl32/*.c] Various improvements. * [dlls/comctl32/listview.c][dlls/comctl32/rebar.c] [include/commctrl.h] More messages. * [windows/syscolor.c][include/windows.h] Introduced new Win98 system colors. Tue Sep 15 18:29:45 1998 Wesley Filardo <eightknots@aol.com> * [files/profile.c] Added support in PROFILE_LoadWineIni for -config option * [misc/main.c] [include/options.h] Added -config option. Tue Sep 15 18:22:26 1998 Petter Reinholdtsen <pere@td.org.uit.no> * [documentation/Makefile.in] Make sure directory exists before installing into it. Tue Sep 15 01:47:33 1998 Pablo Saratxaga <pablo.sarachaga@ping.be> * [ole/nls/*] [ole/ole2nls.c] [include/winnls.h] Fixed a few errors and completed some NLS files. Mon Sep 14 01:23:45 1998 Joseph Pranevich <knight@baltimore.wwaves.com> * [include/miscemu.h] [msdos/interrupts.c] Removed a compilation warning, added INT 25 to the list of interrupts callable from DOS applications, added a debug message when unsupported interrupts are used. Sun Sep 13 19:55:22 1998 Lawson Whitney <lawson_whitney@juno.com> * [if1632/relay.c] CallProcEx32W should not reverse arguments. Sun Aug 17 21:18:12 1998 Eric Pouech <eric.pouech@lemel.fr> * [multimedia/midi.c] [multimedia/init.c] [multimedia/mmsys.c] [include/multimedia.h] [include/mmsystem.h] [multimedia/Makefile.in] [multimedia/midipatch.c] [if1632/multimedia.spec] Made MIDI input and output functional on OSS capable systems. * [multimedia/timer.c] Changes to trigger callbacks at the accurate pace even when fake timers are used.
617 lines
31 KiB
Python
617 lines
31 KiB
Python
name user32
|
|
type win32
|
|
|
|
1 stub ActivateKeyboardLayout
|
|
2 stdcall AdjustWindowRect(ptr long long) AdjustWindowRect32
|
|
3 stdcall AdjustWindowRectEx(ptr long long long) AdjustWindowRectEx32
|
|
4 stdcall AnyPopup() AnyPopup32
|
|
5 stdcall AppendMenuA(long long long ptr) AppendMenu32A
|
|
6 stdcall AppendMenuW(long long long ptr) AppendMenu32W
|
|
7 stdcall ArrangeIconicWindows(long) ArrangeIconicWindows32
|
|
8 stdcall AttachThreadInput(long long long) AttachThreadInput
|
|
9 stdcall BeginDeferWindowPos(long) BeginDeferWindowPos32
|
|
10 stdcall BeginPaint(long ptr) BeginPaint32
|
|
11 stdcall BringWindowToTop(long) BringWindowToTop32
|
|
12 stdcall BroadcastSystemMessage(long ptr long long long) BroadcastSystemMessage
|
|
13 stub CalcChildScroll
|
|
14 stub CallMsgFilter
|
|
15 stdcall CallMsgFilterA(ptr long) CallMsgFilter32A
|
|
16 stdcall CallMsgFilterW(ptr long) CallMsgFilter32W
|
|
17 stdcall CallNextHookEx(long long long long) CallNextHookEx32
|
|
18 stdcall CallWindowProcA(ptr long long long long) CallWindowProc32A
|
|
19 stdcall CallWindowProcW(ptr long long long long) CallWindowProc32W
|
|
20 stub CascadeChildWindows
|
|
21 stdcall CascadeWindows(long long ptr long ptr) CascadeWindows
|
|
22 stdcall ChangeClipboardChain(long long) ChangeClipboardChain32
|
|
23 stdcall ChangeMenuA(long long ptr long long) ChangeMenu32A
|
|
24 stdcall ChangeMenuW(long long ptr long long) ChangeMenu32W
|
|
25 stdcall CharLowerA(str) CharLower32A
|
|
26 stdcall CharLowerBuffA(str long) CharLowerBuff32A
|
|
27 stdcall CharLowerBuffW(wstr long) CharLowerBuff32W
|
|
28 stdcall CharLowerW(wstr) CharLower32W
|
|
29 stdcall CharNextA(str) CharNext32A
|
|
30 stdcall CharNextExA(long str long) CharNextEx32A
|
|
31 stdcall CharNextExW(long wstr long) CharNextEx32W
|
|
32 stdcall CharNextW(wstr) CharNext32W
|
|
33 stdcall CharPrevA(str str) CharPrev32A
|
|
34 stdcall CharPrevExA(long str str long) CharPrevEx32A
|
|
35 stdcall CharPrevExW(long wstr wstr long) CharPrevEx32W
|
|
36 stdcall CharPrevW(wstr wstr) CharPrev32W
|
|
37 stdcall CharToOemA(str str) CharToOem32A
|
|
38 stdcall CharToOemBuffA(str str long) CharToOemBuff32A
|
|
39 stdcall CharToOemBuffW(wstr wstr long) CharToOemBuff32W
|
|
40 stdcall CharToOemW(wstr wstr) CharToOem32W
|
|
41 stdcall CharUpperA(str) CharUpper32A
|
|
42 stdcall CharUpperBuffA(str long) CharUpperBuff32A
|
|
43 stdcall CharUpperBuffW(wstr long) CharUpperBuff32W
|
|
44 stdcall CharUpperW(wstr) CharUpper32W
|
|
45 stdcall CheckDlgButton(long long long) CheckDlgButton32
|
|
46 stdcall CheckMenuItem(long long long) CheckMenuItem32
|
|
47 stdcall CheckMenuRadioItem(long long long long long) CheckMenuRadioItem32
|
|
48 stdcall CheckRadioButton(long long long long) CheckRadioButton32
|
|
49 stdcall ChildWindowFromPoint(long long long) ChildWindowFromPoint32
|
|
50 stub ChildWindowFromPointEx
|
|
51 stub ClientThreadConnect
|
|
52 stdcall ClientToScreen(long ptr) ClientToScreen32
|
|
53 stdcall ClipCursor(ptr) ClipCursor32
|
|
54 stdcall CloseClipboard() CloseClipboard32
|
|
55 stub CloseDesktop
|
|
56 stdcall CloseWindow(long) CloseWindow32
|
|
57 stub CloseWindowStation
|
|
58 stdcall CopyAcceleratorTableA(long ptr long) CopyAcceleratorTable32A
|
|
59 stdcall CopyAcceleratorTableW(long ptr long) CopyAcceleratorTable32W
|
|
60 stdcall CopyIcon(long) CopyIcon32
|
|
61 stdcall CopyImage(long long long long long) CopyImage32
|
|
62 stdcall CopyRect(ptr ptr) CopyRect32
|
|
63 stdcall CountClipboardFormats() CountClipboardFormats32
|
|
64 stdcall CreateAcceleratorTableA(ptr long) CreateAcceleratorTable32A
|
|
65 stub CreateAcceleratorTableW
|
|
66 stdcall CreateCaret(long long long long) CreateCaret32
|
|
67 stdcall CreateCursor(long long long long long ptr ptr) CreateCursor32
|
|
68 stub CreateDesktopA
|
|
69 stub CreateDesktopW
|
|
70 stdcall CreateDialogIndirectParamA(long ptr long ptr long) CreateDialogIndirectParam32A
|
|
71 stub CreateDialogIndirectParamAorW
|
|
72 stdcall CreateDialogIndirectParamW(long ptr long ptr long) CreateDialogIndirectParam32W
|
|
73 stdcall CreateDialogParamA(long ptr long ptr long) CreateDialogParam32A
|
|
74 stdcall CreateDialogParamW(long ptr long ptr long) CreateDialogParam32W
|
|
75 stdcall CreateIcon(long long long long long ptr ptr) CreateIcon32
|
|
76 stdcall CreateIconFromResource (ptr long long long) CreateIconFromResource32
|
|
77 stdcall CreateIconFromResourceEx(ptr long long long long long long) CreateIconFromResourceEx32
|
|
78 stdcall CreateIconIndirect(ptr) CreateIconIndirect
|
|
79 stdcall CreateMDIWindowA(ptr ptr long long long long long long long long) CreateMDIWindowA
|
|
80 stdcall CreateMDIWindowW(ptr ptr long long long long long long long long) CreateMDIWindowW
|
|
81 stdcall CreateMenu() CreateMenu32
|
|
82 stdcall CreatePopupMenu() CreatePopupMenu32
|
|
83 stdcall CreateWindowExA(long str str long long long long long long long long ptr) CreateWindowEx32A
|
|
84 stdcall CreateWindowExW(long wstr wstr long long long long long long long long ptr) CreateWindowEx32W
|
|
85 stub CreateWindowStationA
|
|
86 stub CreateWindowStationW
|
|
87 stub DdeAbandonTransaction
|
|
88 stub DdeAccessData
|
|
89 stub DdeAddData
|
|
90 stdcall DdeClientTransaction(ptr long long long long long long ptr) DdeClientTransaction32
|
|
91 stub DdeCmpStringHandles
|
|
92 stdcall DdeConnect(long long long ptr) DdeConnect32
|
|
93 stdcall DdeConnectList(long long long long ptr) DdeConnectList32
|
|
94 stub DdeCreateDataHandle
|
|
95 stdcall DdeCreateStringHandleA(long ptr long) DdeCreateStringHandle32A
|
|
96 stdcall DdeCreateStringHandleW(long ptr long) DdeCreateStringHandle32W
|
|
97 stdcall DdeDisconnect(long) DdeDisconnect32
|
|
98 stdcall DdeDisconnectList(long) DdeDisconnectList32
|
|
99 stub DdeEnableCallback
|
|
100 stdcall DdeFreeDataHandle(long) DdeFreeDataHandle32
|
|
101 stdcall DdeFreeStringHandle(long long) DdeFreeStringHandle32
|
|
102 stdcall DdeGetData(long ptr long long) DdeGetData32
|
|
103 stdcall DdeGetLastError(long) DdeGetLastError32
|
|
104 stub DdeGetQualityOfService
|
|
105 stub DdeImpersonateClient
|
|
106 stdcall DdeInitializeA(ptr ptr long long) DdeInitialize32A
|
|
107 stdcall DdeInitializeW(ptr ptr long long) DdeInitialize32W
|
|
108 stdcall DdeKeepStringHandle(long long) DdeKeepStringHandle32
|
|
109 stdcall DdeNameService(long long long long) DdeNameService32
|
|
110 stdcall DdePostAdvise(long long long) DdePostAdvise32
|
|
111 stub DdeQueryConvInfo
|
|
112 stdcall DdeQueryNextServer(long long) DdeQueryNextServer32
|
|
113 stub DdeQueryStringA
|
|
114 stub DdeQueryStringW
|
|
115 stdcall DdeReconnect(long) DdeReconnect
|
|
116 stub DdeSetQualityOfService
|
|
117 stub DdeSetUserHandle
|
|
118 stub DdeUnaccessData
|
|
119 stdcall DdeUninitialize(long) DdeUninitialize32
|
|
120 stdcall DefDlgProcA(long long long long) DefDlgProc32A
|
|
121 stdcall DefDlgProcW(long long long long) DefDlgProc32W
|
|
122 stdcall DefFrameProcA(long long long long long) DefFrameProc32A
|
|
123 stdcall DefFrameProcW(long long long long long) DefFrameProc32W
|
|
124 stdcall DefMDIChildProcA(long long long long) DefMDIChildProc32A
|
|
125 stdcall DefMDIChildProcW(long long long long) DefMDIChildProc32W
|
|
126 stdcall DefWindowProcA(long long long long) DefWindowProc32A
|
|
127 stdcall DefWindowProcW(long long long long) DefWindowProc32W
|
|
128 stdcall DeferWindowPos(long long long long long long long long) DeferWindowPos32
|
|
129 stdcall DeleteMenu(long long long) DeleteMenu32
|
|
130 stdcall DestroyAcceleratorTable(long) DestroyAcceleratorTable
|
|
131 stdcall DestroyCaret() DestroyCaret32
|
|
132 stdcall DestroyCursor(long) DestroyCursor32
|
|
133 stdcall DestroyIcon(long) DestroyIcon32
|
|
134 stdcall DestroyMenu(long) DestroyMenu32
|
|
135 stdcall DestroyWindow(long) DestroyWindow32
|
|
136 stdcall DialogBoxIndirectParamA(long ptr long ptr long) DialogBoxIndirectParam32A
|
|
137 stdcall DialogBoxIndirectParamAorW(long ptr long ptr long) DialogBoxIndirectParam32A
|
|
138 stdcall DialogBoxIndirectParamW(long ptr long ptr long) DialogBoxIndirectParam32W
|
|
139 stdcall DialogBoxParamA(long str long ptr long) DialogBoxParam32A
|
|
140 stdcall DialogBoxParamW(long wstr long ptr long) DialogBoxParam32W
|
|
141 stdcall DispatchMessageA(ptr) DispatchMessage32A
|
|
142 stdcall DispatchMessageW(ptr) DispatchMessage32W
|
|
143 stdcall DlgDirListA(long ptr long long long) DlgDirList32A
|
|
144 stdcall DlgDirListComboBoxA(long ptr long long long) DlgDirListComboBox32A
|
|
145 stdcall DlgDirListComboBoxW(long ptr long long long) DlgDirListComboBox32W
|
|
146 stdcall DlgDirListW(long ptr long long long) DlgDirList32W
|
|
147 stdcall DlgDirSelectComboBoxExA(long ptr long long) DlgDirSelectComboBoxEx32A
|
|
148 stdcall DlgDirSelectComboBoxExW(long ptr long long) DlgDirSelectComboBoxEx32W
|
|
149 stdcall DlgDirSelectExA(long ptr long long) DlgDirSelectEx32A
|
|
150 stdcall DlgDirSelectExW(long ptr long long) DlgDirSelectEx32W
|
|
151 stdcall DragDetect(long long long) DragDetect32
|
|
152 stub DragObject
|
|
153 stdcall DrawAnimatedRects(long long ptr ptr) DrawAnimatedRects32
|
|
154 stub DrawCaption
|
|
155 stdcall DrawEdge(long ptr long long) DrawEdge32
|
|
156 stdcall DrawFocusRect(long ptr) DrawFocusRect32
|
|
157 stub DrawFrame
|
|
158 stdcall DrawFrameControl(long ptr long long) DrawFrameControl32
|
|
159 stdcall DrawIcon(long long long long) DrawIcon32
|
|
160 stdcall DrawIconEx(long long long long long long long long long) DrawIconEx32
|
|
161 stdcall DrawMenuBar(long) DrawMenuBar32
|
|
162 stdcall DrawStateA(long long ptr long long long long long long long) DrawState32A
|
|
163 stub DrawStateW
|
|
164 stdcall DrawTextA(long str long ptr long) DrawText32A
|
|
165 stdcall DrawTextExA(long str long ptr long ptr) DrawTextEx32A
|
|
166 stdcall DrawTextExW(long wstr long ptr long ptr) DrawTextEx32W
|
|
167 stdcall DrawTextW(long wstr long ptr long) DrawText32W
|
|
168 stub EditWndProc
|
|
169 stdcall EmptyClipboard() EmptyClipboard32
|
|
170 stdcall EnableMenuItem(long long long) EnableMenuItem32
|
|
171 stdcall EnableScrollBar(long long long) EnableScrollBar32
|
|
172 stdcall EnableWindow(long long) EnableWindow32
|
|
173 stdcall EndDeferWindowPos(long) EndDeferWindowPos32
|
|
174 stdcall EndDialog(long long) EndDialog32
|
|
175 stdcall EndMenu() EndMenu
|
|
176 stdcall EndPaint(long ptr) EndPaint32
|
|
177 stub EndTask
|
|
178 stdcall EnumChildWindows(long ptr long) EnumChildWindows32
|
|
179 stdcall EnumClipboardFormats(long) EnumClipboardFormats32
|
|
180 stub EnumDesktopsA
|
|
181 stub EnumDesktopsW
|
|
182 stub EnumDisplayDeviceModesA
|
|
183 stub EnumDisplayDeviceModesW
|
|
184 stub EnumDisplayDevicesA
|
|
185 stub EnumDisplayDevicesW
|
|
186 stdcall EnumPropsA(long ptr) EnumProps32A
|
|
187 stdcall EnumPropsExA(long ptr long) EnumPropsEx32A
|
|
188 stdcall EnumPropsExW(long ptr long) EnumPropsEx32W
|
|
189 stdcall EnumPropsW(long ptr) EnumProps32W
|
|
190 stdcall EnumThreadWindows(long ptr long) EnumThreadWindows
|
|
191 stub EnumWindowStationsA
|
|
192 stub EnumWindowStationsW
|
|
193 stdcall EnumWindows(ptr long) EnumWindows32
|
|
194 stdcall EqualRect(ptr ptr) EqualRect32
|
|
195 stdcall ExcludeUpdateRgn(long long) ExcludeUpdateRgn32
|
|
196 stdcall ExitWindowsEx(long long) ExitWindowsEx
|
|
197 stdcall FillRect(long ptr long) FillRect32
|
|
198 stdcall FindWindowA(str str) FindWindow32A
|
|
199 stdcall FindWindowExA(long long str str) FindWindowEx32A
|
|
200 stdcall FindWindowExW(long long wstr wstr) FindWindowEx32W
|
|
201 stdcall FindWindowW(wstr wstr) FindWindow32W
|
|
202 stdcall FlashWindow(long long) FlashWindow32
|
|
203 stdcall FrameRect(long ptr long) FrameRect32
|
|
204 stdcall FreeDDElParam(long long) FreeDDElParam32
|
|
205 stdcall GetActiveWindow() GetActiveWindow32
|
|
206 stdcall GetAppCompatFlags(long) GetAppCompatFlags32
|
|
207 stdcall GetAsyncKeyState(long) GetAsyncKeyState32
|
|
208 stdcall GetCapture() GetCapture32
|
|
209 stdcall GetCaretBlinkTime() GetCaretBlinkTime32
|
|
210 stdcall GetCaretPos(ptr) GetCaretPos32
|
|
211 stdcall GetClassInfoA(long str ptr) GetClassInfo32A
|
|
212 stdcall GetClassInfoExA(long str ptr) GetClassInfoEx32A
|
|
213 stdcall GetClassInfoExW(long wstr ptr) GetClassInfoEx32W
|
|
214 stdcall GetClassInfoW(long wstr ptr) GetClassInfo32W
|
|
215 stdcall GetClassLongA(long long) GetClassLong32A
|
|
216 stdcall GetClassLongW(long long) GetClassLong32W
|
|
217 stdcall GetClassNameA(long ptr long) GetClassName32A
|
|
218 stdcall GetClassNameW(long ptr long) GetClassName32W
|
|
219 stdcall GetClassWord(long long) GetClassWord32
|
|
220 stdcall GetClientRect(long long) GetClientRect32
|
|
221 stdcall GetClipCursor(ptr) GetClipCursor32
|
|
222 stdcall GetClipboardData(long) GetClipboardData32
|
|
223 stdcall GetClipboardFormatNameA(long ptr long) GetClipboardFormatName32A
|
|
224 stdcall GetClipboardFormatNameW(long ptr long) GetClipboardFormatName32W
|
|
225 stdcall GetClipboardOwner() GetClipboardOwner32
|
|
226 stdcall GetClipboardViewer(long) GetClipboardViewer32
|
|
227 stdcall GetCursor() GetCursor32
|
|
228 stub GetCursorInfo
|
|
229 stdcall GetCursorPos(ptr) GetCursorPos32
|
|
230 stdcall GetDC(long) GetDC32
|
|
231 stdcall GetDCEx(long long long) GetDCEx32
|
|
232 stdcall GetDesktopWindow() GetDesktopWindow32
|
|
233 stdcall GetDialogBaseUnits() GetDialogBaseUnits
|
|
234 stdcall GetDlgCtrlID(long) GetDlgCtrlID32
|
|
235 stdcall GetDlgItem(long long) GetDlgItem32
|
|
236 stdcall GetDlgItemInt(long long ptr long) GetDlgItemInt32
|
|
237 stdcall GetDlgItemTextA(long long ptr long) GetDlgItemText32A
|
|
238 stdcall GetDlgItemTextW(long long ptr long) GetDlgItemText32W
|
|
239 stdcall GetDoubleClickTime() GetDoubleClickTime32
|
|
240 stdcall GetFocus() GetFocus32
|
|
241 stdcall GetForegroundWindow() GetForegroundWindow32
|
|
242 stdcall GetIconInfo(long ptr) GetIconInfo
|
|
243 stub GetInputDesktop
|
|
244 stdcall GetInputState() GetInputState32
|
|
245 stdcall GetInternalWindowPos(long ptr ptr) GetInternalWindowPos32
|
|
246 stdcall GetKBCodePage() GetKBCodePage32
|
|
247 stdcall GetKeyNameTextA(long ptr long) GetKeyNameText32A
|
|
248 stdcall GetKeyNameTextW(long ptr long) GetKeyNameText32W
|
|
249 stdcall GetKeyState(long) GetKeyState32
|
|
250 stdcall GetKeyboardLayout(long) GetKeyboardLayout
|
|
251 stdcall GetKeyboardLayoutList(long ptr) GetKeyboardLayoutList
|
|
252 stdcall GetKeyboardLayoutNameA(ptr) GetKeyboardLayoutName32A
|
|
253 stdcall GetKeyboardLayoutNameW(ptr) GetKeyboardLayoutName32W
|
|
254 stdcall GetKeyboardState(ptr) GetKeyboardState
|
|
255 stdcall GetKeyboardType(long) GetKeyboardType32
|
|
256 stdcall GetLastActivePopup(long) GetLastActivePopup32
|
|
257 stdcall GetMenu(long) GetMenu32
|
|
258 stdcall GetMenuCheckMarkDimensions() GetMenuCheckMarkDimensions
|
|
259 stub GetMenuContextHelpId
|
|
260 stdcall GetMenuDefaultItem(long long long) GetMenuDefaultItem32
|
|
261 stub GetMenuIndex
|
|
262 stdcall GetMenuItemCount(long) GetMenuItemCount32
|
|
263 stdcall GetMenuItemID(long long) GetMenuItemID32
|
|
264 stdcall GetMenuItemInfoA(long long long ptr) GetMenuItemInfo32A
|
|
265 stdcall GetMenuItemInfoW(long long long ptr) GetMenuItemInfo32W
|
|
266 stdcall GetMenuItemRect(long long long ptr) GetMenuItemRect32
|
|
267 stdcall GetMenuState(long long long) GetMenuState32
|
|
268 stdcall GetMenuStringA(long long ptr long long) GetMenuString32A
|
|
269 stdcall GetMenuStringW(long long ptr long long) GetMenuString32W
|
|
270 stdcall GetMessageA(ptr long long long) GetMessage32A
|
|
271 stdcall GetMessageExtraInfo() GetMessageExtraInfo
|
|
272 stdcall GetMessagePos() GetMessagePos
|
|
273 stdcall GetMessageTime() GetMessageTime
|
|
274 stdcall GetMessageW(ptr long long long) GetMessage32W
|
|
275 stdcall GetNextDlgGroupItem(long long long) GetNextDlgGroupItem32
|
|
276 stdcall GetNextDlgTabItem(long long long) GetNextDlgTabItem32
|
|
277 stdcall GetOpenClipboardWindow() GetOpenClipboardWindow32
|
|
278 stdcall GetParent(long) GetParent32
|
|
279 stdcall GetPriorityClipboardFormat(ptr long) GetPriorityClipboardFormat32
|
|
280 stdcall GetProcessWindowStation() GetProcessWindowStation
|
|
281 stdcall GetPropA(long ptr) GetProp32A
|
|
282 stdcall GetPropW(long ptr) GetProp32W
|
|
283 stdcall GetQueueStatus(long) GetQueueStatus32
|
|
284 stdcall GetScrollInfo(long long ptr) GetScrollInfo32
|
|
285 stdcall GetScrollPos(long long) GetScrollPos32
|
|
286 stdcall GetScrollRange(long long ptr ptr) GetScrollRange32
|
|
287 stdcall GetShellWindow() GetShellWindow32
|
|
288 stdcall GetSubMenu(long long) GetSubMenu32
|
|
289 stdcall GetSysColor(long) GetSysColor32
|
|
290 stdcall GetSysColorBrush(long) GetSysColorBrush32
|
|
291 stdcall GetSystemMenu(long long) GetSystemMenu32
|
|
292 stdcall GetSystemMetrics(long) GetSystemMetrics32
|
|
293 stdcall GetTabbedTextExtentA(long str long long ptr) GetTabbedTextExtent32A
|
|
294 stdcall GetTabbedTextExtentW(long wstr long long ptr) GetTabbedTextExtent32W
|
|
295 stdcall GetThreadDesktop(long) GetThreadDesktop
|
|
296 stdcall GetTopWindow(long) GetTopWindow32
|
|
297 stdcall GetUpdateRect(long ptr long) GetUpdateRect32
|
|
298 stdcall GetUpdateRgn(long long long) GetUpdateRgn32
|
|
299 stub GetUserObjectInformationA
|
|
300 stub GetUserObjectInformationW
|
|
301 stub GetUserObjectSecurity
|
|
302 stdcall GetWindow(long long) GetWindow32
|
|
303 stdcall GetWindowContextHelpId(long) GetWindowContextHelpId
|
|
304 stdcall GetWindowDC(long) GetWindowDC32
|
|
305 stdcall GetWindowLongA(long long) GetWindowLong32A
|
|
306 stdcall GetWindowLongW(long long) GetWindowLong32W
|
|
307 stdcall GetWindowPlacement(long ptr) GetWindowPlacement32
|
|
308 stdcall GetWindowRect(long ptr) GetWindowRect32
|
|
309 stdcall GetWindowTextA(long ptr long) GetWindowText32A
|
|
310 stdcall GetWindowTextLengthA(long) GetWindowTextLength32A
|
|
311 stdcall GetWindowTextLengthW(long) GetWindowTextLength32W
|
|
312 stdcall GetWindowTextW(long ptr long) GetWindowText32W
|
|
313 stdcall GetWindowThreadProcessId(long ptr) GetWindowThreadProcessId
|
|
314 stdcall GetWindowWord(long long) GetWindowWord32
|
|
315 stdcall GrayStringA(long long ptr long long long long long long) GrayString32A
|
|
316 stdcall GrayStringW(long long ptr long long long long long long) GrayString32W
|
|
317 stdcall HideCaret(long) HideCaret32
|
|
318 stdcall HiliteMenuItem(long long long long) HiliteMenuItem32
|
|
319 stub ImpersonateDdeClientWindow
|
|
320 stdcall InSendMessage() InSendMessage32
|
|
321 stdcall InflateRect(ptr long long) InflateRect32
|
|
322 stdcall InsertMenuA(long long long long ptr) InsertMenu32A
|
|
323 stdcall InsertMenuItemA(long long long ptr) InsertMenuItem32A
|
|
324 stdcall InsertMenuItemW(long long long ptr) InsertMenuItem32W
|
|
325 stdcall InsertMenuW(long long long long ptr) InsertMenu32W
|
|
326 stdcall InternalGetWindowText(long long long) InternalGetWindowText
|
|
327 stdcall IntersectRect(ptr ptr ptr) IntersectRect32
|
|
328 stdcall InvalidateRect(long ptr long) InvalidateRect32
|
|
329 stdcall InvalidateRgn(long long long) InvalidateRgn32
|
|
330 stdcall InvertRect(long ptr) InvertRect32
|
|
331 stdcall IsCharAlphaA(long) IsCharAlpha32A
|
|
332 stdcall IsCharAlphaNumericA(long) IsCharAlphaNumeric32A
|
|
333 stdcall IsCharAlphaNumericW(long) IsCharAlphaNumeric32W
|
|
334 stdcall IsCharAlphaW(long) IsCharAlpha32W
|
|
335 stdcall IsCharLowerA(long) IsCharLower32A
|
|
336 stdcall IsCharLowerW(long) IsCharLower32W
|
|
337 stdcall IsCharUpperA(long) IsCharUpper32A
|
|
338 stdcall IsCharUpperW(long) IsCharUpper32W
|
|
339 stdcall IsChild(long long) IsChild32
|
|
340 stdcall IsClipboardFormatAvailable(long) IsClipboardFormatAvailable32
|
|
341 stub IsDialogMessage
|
|
342 stdcall IsDialogMessageA(long ptr) IsDialogMessage32A
|
|
343 stdcall IsDialogMessageW(long ptr) IsDialogMessage32W
|
|
344 stdcall IsDlgButtonChecked(long long) IsDlgButtonChecked32
|
|
345 stdcall IsIconic(long) IsIconic32
|
|
346 stdcall IsMenu(long) IsMenu32
|
|
347 stdcall IsRectEmpty(ptr) IsRectEmpty32
|
|
348 stdcall IsWindow(long) IsWindow32
|
|
349 stdcall IsWindowEnabled(long) IsWindowEnabled32
|
|
350 stdcall IsWindowUnicode(long) IsWindowUnicode
|
|
351 stdcall IsWindowVisible(long) IsWindowVisible32
|
|
352 stdcall IsZoomed(long) IsZoomed32
|
|
353 stdcall KillSystemTimer(long long) KillSystemTimer32
|
|
354 stdcall KillTimer(long long) KillTimer32
|
|
355 stdcall LoadAcceleratorsA(long str) LoadAccelerators32A
|
|
356 stdcall LoadAcceleratorsW(long wstr) LoadAccelerators32W
|
|
357 stdcall LoadBitmapA(long str) LoadBitmap32A
|
|
358 stdcall LoadBitmapW(long wstr) LoadBitmap32W
|
|
359 stdcall LoadCursorA(long str) LoadCursor32A
|
|
360 stdcall LoadCursorFromFileA(str) LoadCursorFromFile32A
|
|
361 stdcall LoadCursorFromFileW(wstr) LoadCursorFromFile32W
|
|
362 stdcall LoadCursorW(long wstr) LoadCursor32W
|
|
363 stdcall LoadIconA(long str) LoadIcon32A
|
|
364 stdcall LoadIconW(long wstr) LoadIcon32W
|
|
365 stdcall LoadImageA(long str long long long long) LoadImage32A
|
|
366 stdcall LoadImageW(long wstr long long long long) LoadImage32W
|
|
367 stub LoadKeyboardLayoutA
|
|
368 stub LoadKeyboardLayoutW
|
|
369 stub LoadLocalFonts
|
|
370 stdcall LoadMenuA(long str) LoadMenu32A
|
|
371 stdcall LoadMenuIndirectA(ptr) LoadMenuIndirect32A
|
|
372 stdcall LoadMenuIndirectW(ptr) LoadMenuIndirect32W
|
|
373 stdcall LoadMenuW(long wstr) LoadMenu32W
|
|
374 stub LoadRemoteFonts
|
|
375 stdcall LoadStringA(long long ptr long) LoadString32A
|
|
376 stdcall LoadStringW(long long ptr long) LoadString32W
|
|
377 stub LockWindowStation
|
|
378 stdcall LockWindowUpdate(long) LockWindowUpdate32
|
|
379 stdcall LookupIconIdFromDirectory(ptr long) LookupIconIdFromDirectory32
|
|
380 stdcall LookupIconIdFromDirectoryEx(ptr long long long long) LookupIconIdFromDirectoryEx32
|
|
381 stub MBToWCSEx
|
|
382 stdcall MapDialogRect(long ptr) MapDialogRect32
|
|
383 stdcall MapVirtualKeyA(long long) MapVirtualKey32A
|
|
384 stub MapVirtualKeyExA
|
|
385 stdcall MapVirtualKeyW(long long) MapVirtualKey32A
|
|
386 stdcall MapWindowPoints(long long ptr long) MapWindowPoints32
|
|
387 stub MenuItemFromPoint
|
|
388 stub MenuWindowProcA
|
|
389 stub MenuWindowProcW
|
|
390 stdcall MessageBeep(long) MessageBeep32
|
|
391 stdcall MessageBoxA(long str str long) MessageBox32A
|
|
392 stdcall MessageBoxExA(long str str long long) MessageBoxEx32A
|
|
393 stdcall MessageBoxExW(long wstr wstr long long) MessageBoxEx32W
|
|
394 stdcall MessageBoxIndirectA(ptr) MessageBoxIndirect32A
|
|
395 stdcall MessageBoxIndirectW(ptr) MessageBoxIndirect32W
|
|
396 stdcall MessageBoxW(long wstr wstr long) MessageBox32W
|
|
397 stdcall ModifyMenuA(long long long long ptr) ModifyMenu32A
|
|
398 stdcall ModifyMenuW(long long long long ptr) ModifyMenu32W
|
|
399 stdcall MoveWindow(long long long long long long) MoveWindow32
|
|
400 stdcall MsgWaitForMultipleObjects(long ptr long long long) MsgWaitForMultipleObjects
|
|
401 stdcall OemKeyScan(long) OemKeyScan
|
|
402 stdcall OemToCharA(ptr ptr) OemToChar32A
|
|
403 stdcall OemToCharBuffA(ptr ptr long) OemToCharBuff32A
|
|
404 stdcall OemToCharBuffW(ptr ptr long) OemToCharBuff32W
|
|
405 stdcall OemToCharW(ptr ptr) OemToChar32W
|
|
406 stdcall OffsetRect(ptr long long) OffsetRect32
|
|
407 stdcall OpenClipboard(long) OpenClipboard32
|
|
408 stdcall OpenDesktopA(str long long long) OpenDesktop32A
|
|
409 stub OpenDesktopW
|
|
410 stdcall OpenIcon(long) OpenIcon32
|
|
411 stub OpenInputDesktop
|
|
412 stub OpenWindowStationA
|
|
413 stub OpenWindowStationW
|
|
414 stdcall PackDDElParam(long long long) PackDDElParam32
|
|
415 stdcall PaintDesktop(long) PaintDesktop
|
|
416 stdcall PeekMessageA(ptr long long long long) PeekMessage32A
|
|
417 stdcall PeekMessageW(ptr long long long long) PeekMessage32W
|
|
418 stub PlaySoundEvent
|
|
419 stdcall PostMessageA(long long long long) PostMessage32A
|
|
420 stdcall PostMessageW(long long long long) PostMessage32W
|
|
421 stdcall PostQuitMessage(long) PostQuitMessage32
|
|
422 stdcall PostThreadMessageA(long long long long) PostThreadMessage32A
|
|
423 stub PostThreadMessageW
|
|
424 stdcall PtInRect(ptr long long) PtInRect32
|
|
425 stub QuerySendMessage
|
|
426 stdcall RedrawWindow(long ptr long long) RedrawWindow32
|
|
427 stdcall RegisterClassA(ptr) RegisterClass32A
|
|
428 stdcall RegisterClassExA(ptr) RegisterClassEx32A
|
|
429 stdcall RegisterClassExW(ptr) RegisterClassEx32W
|
|
430 stdcall RegisterClassW(ptr) RegisterClass32W
|
|
431 stdcall RegisterClipboardFormatA(str) RegisterClipboardFormat32A
|
|
432 stdcall RegisterClipboardFormatW(wstr) RegisterClipboardFormat32W
|
|
433 stdcall RegisterHotKey(long long long long) RegisterHotKey
|
|
434 stub RegisterLogonProcess
|
|
435 stub RegisterSystemThread
|
|
436 stub RegisterTasklist
|
|
437 stdcall RegisterWindowMessageA(ptr) RegisterWindowMessage32A
|
|
438 stdcall RegisterWindowMessageW(ptr) RegisterWindowMessage32W
|
|
439 stdcall ReleaseCapture() ReleaseCapture
|
|
440 stdcall ReleaseDC(long long) ReleaseDC32
|
|
441 stdcall RemoveMenu(long long long) RemoveMenu32
|
|
442 stdcall RemovePropA(long str) RemoveProp32A
|
|
443 stdcall RemovePropW(long wstr) RemoveProp32W
|
|
444 stub ReplyMessage
|
|
445 stub ResetDisplay
|
|
446 stub ReuseDDElParam
|
|
447 stdcall ScreenToClient(long ptr) ScreenToClient32
|
|
448 stdcall ScrollChildren(long long long long) ScrollChildren32
|
|
449 stdcall ScrollDC(long long long ptr ptr long ptr) ScrollDC32
|
|
450 stdcall ScrollWindow(long long long ptr ptr) ScrollWindow32
|
|
451 stdcall ScrollWindowEx(long long long ptr ptr long ptr long) ScrollWindowEx32
|
|
452 stdcall SendDlgItemMessageA(long long long long long) SendDlgItemMessage32A
|
|
453 stdcall SendDlgItemMessageW(long long long long long) SendDlgItemMessage32W
|
|
454 stdcall SendMessageA(long long long long) SendMessage32A
|
|
455 stdcall SendMessageCallbackA(long long long long ptr long) SendMessageCallBack32A
|
|
456 stub SendMessageCallbackW
|
|
457 stdcall SendMessageTimeoutA(long long long long ptr ptr) SendMessageTimeout32A
|
|
458 stdcall SendMessageTimeoutW(long long long long ptr ptr) SendMessageTimeout32W
|
|
459 stdcall SendMessageW(long long long long) SendMessage32W
|
|
460 stdcall SendNotifyMessageA(long long long long) SendNotifyMessage32A
|
|
461 stub SendNotifyMessageW
|
|
462 stub ServerSetFunctionPointers
|
|
463 stdcall SetActiveWindow(long) SetActiveWindow32
|
|
464 stdcall SetCapture(long) SetCapture32
|
|
465 stdcall SetCaretBlinkTime(long) SetCaretBlinkTime32
|
|
466 stdcall SetCaretPos(long long) SetCaretPos32
|
|
467 stdcall SetClassLongA(long long long) SetClassLong32A
|
|
468 stdcall SetClassLongW(long long long) SetClassLong32W
|
|
469 stdcall SetClassWord(long long long) SetClassWord32
|
|
470 stdcall SetClipboardData(long long) SetClipboardData32
|
|
471 stdcall SetClipboardViewer(long) SetClipboardViewer32
|
|
472 stdcall SetCursor(long) SetCursor32
|
|
473 stub SetCursorContents
|
|
474 stdcall SetCursorPos(long long) SetCursorPos32
|
|
475 stdcall SetDebugErrorLevel(long) SetDebugErrorLevel
|
|
476 stdcall SetDeskWallPaper(str) SetDeskWallPaper32
|
|
477 stdcall SetDlgItemInt(long long long long) SetDlgItemInt32
|
|
478 stdcall SetDlgItemTextA(long long str) SetDlgItemText32A
|
|
479 stdcall SetDlgItemTextW(long long wstr) SetDlgItemText32W
|
|
480 stdcall SetDoubleClickTime(long) SetDoubleClickTime32
|
|
481 stdcall SetFocus(long) SetFocus32
|
|
482 stdcall SetForegroundWindow(long) SetForegroundWindow32
|
|
483 stdcall SetInternalWindowPos(long long ptr ptr) SetInternalWindowPos32
|
|
484 stdcall SetKeyboardState(ptr) SetKeyboardState
|
|
485 stdcall SetLastErrorEx(long long) SetLastErrorEx
|
|
486 stub SetLogonNotifyWindow
|
|
487 stdcall SetMenu(long long) SetMenu32
|
|
488 stub SetMenuContextHelpId
|
|
489 stdcall SetMenuDefaultItem(long long long) SetMenuDefaultItem32
|
|
490 stdcall SetMenuItemBitmaps(long long long long long) SetMenuItemBitmaps32
|
|
491 stdcall SetMenuItemInfoA(long long long ptr) SetMenuItemInfo32A
|
|
492 stdcall SetMenuItemInfoW(long long long ptr) SetMenuItemInfo32W
|
|
493 stub SetMessageExtraInfo
|
|
494 stdcall SetMessageQueue(long) SetMessageQueue32
|
|
495 stdcall SetParent(long long) SetParent32
|
|
496 stub SetProcessWindowStation
|
|
497 stdcall SetPropA(long str long) SetProp32A
|
|
498 stdcall SetPropW(long wstr long) SetProp32W
|
|
499 stdcall SetRect(ptr long long long long) SetRect32
|
|
500 stdcall SetRectEmpty(ptr) SetRectEmpty32
|
|
501 stdcall SetScrollInfo(long long ptr long) SetScrollInfo32
|
|
502 stdcall SetScrollPos(long long long long) SetScrollPos32
|
|
503 stdcall SetScrollRange(long long long long long) SetScrollRange32
|
|
504 stdcall SetShellWindow(long) SetShellWindow32
|
|
505 stdcall SetSysColors(long ptr ptr) SetSysColors32
|
|
506 stub SetSysColorsTemp
|
|
507 stub SetSystemCursor
|
|
508 stdcall SetSystemMenu(long long) SetSystemMenu32
|
|
509 stdcall SetSystemTimer(long long long ptr) SetSystemTimer32
|
|
510 stdcall SetThreadDesktop(long) SetThreadDesktop
|
|
511 stdcall SetTimer(long long long ptr) SetTimer32
|
|
512 stdcall SetUserObjectInformationA(long long long long) SetUserObjectInformation32A
|
|
513 stub SetUserObjectInformationW
|
|
514 stub SetUserObjectSecurity
|
|
515 stdcall SetWindowContextHelpId(long long) SetWindowContextHelpId
|
|
516 stub SetWindowFullScreenState
|
|
517 stdcall SetWindowLongA(long long long) SetWindowLong32A
|
|
518 stdcall SetWindowLongW(long long long) SetWindowLong32W
|
|
519 stdcall SetWindowPlacement(long ptr) SetWindowPlacement32
|
|
520 stdcall SetWindowPos(long long long long long long long) SetWindowPos32
|
|
521 stub SetWindowStationUser
|
|
522 stdcall SetWindowTextA(long str) SetWindowText32A
|
|
523 stdcall SetWindowTextW(long wstr) SetWindowText32W
|
|
524 stdcall SetWindowWord(long long long) SetWindowWord32
|
|
525 stdcall SetWindowsHookA(long ptr) SetWindowsHook32A
|
|
526 stdcall SetWindowsHookExA(long long long long) SetWindowsHookEx32A
|
|
527 stdcall SetWindowsHookExW(long long long long) SetWindowsHookEx32W
|
|
528 stdcall SetWindowsHookW(long long long long) SetWindowsHook32W
|
|
529 stdcall ShowCaret(long) ShowCaret32
|
|
530 stdcall ShowCursor(long) ShowCursor32
|
|
531 stdcall ShowOwnedPopups(long long) ShowOwnedPopups32
|
|
532 stdcall ShowScrollBar(long long long) ShowScrollBar32
|
|
533 stub ShowStartGlass
|
|
534 stdcall ShowWindow(long long) ShowWindow32
|
|
535 stdcall ShowWindowAsync(long long) ShowWindowAsync32
|
|
536 stdcall SubtractRect(ptr ptr ptr) SubtractRect32
|
|
537 stdcall SwapMouseButton(long) SwapMouseButton32
|
|
538 stub SwitchDesktop
|
|
539 stdcall SwitchToThisWindow(long long) SwitchToThisWindow32
|
|
540 stdcall SystemParametersInfoA(long long ptr long) SystemParametersInfo32A
|
|
541 stdcall SystemParametersInfoW(long long ptr long) SystemParametersInfo32W
|
|
542 stdcall TabbedTextOutA(long long long str long long ptr long) TabbedTextOut32A
|
|
543 stdcall TabbedTextOutW(long long long wstr long long ptr long) TabbedTextOut32W
|
|
544 stub TileChildWindows
|
|
545 stdcall TileWindows(long long ptr long ptr) TileWindows
|
|
546 stdcall ToAscii(long long ptr ptr long) ToAscii32
|
|
547 stub ToAsciiEx
|
|
548 stub ToUnicode
|
|
549 stdcall TrackPopupMenu(long long long long long long ptr) TrackPopupMenu32
|
|
550 stdcall TrackPopupMenuEx(long long long long long ptr) TrackPopupMenuEx
|
|
551 stdcall TranslateAccelerator(long long ptr) TranslateAccelerator32
|
|
552 stdcall TranslateAcceleratorA(long long ptr) TranslateAccelerator32
|
|
553 stdcall TranslateAcceleratorW(long long ptr) TranslateAccelerator32
|
|
554 stub TranslateCharsetInfo
|
|
555 stdcall TranslateMDISysAccel(long ptr) TranslateMDISysAccel32
|
|
556 stdcall TranslateMessage(ptr) TranslateMessage32
|
|
557 stdcall UnhookWindowsHook(long ptr) UnhookWindowsHook32
|
|
558 stdcall UnhookWindowsHookEx(long) UnhookWindowsHookEx32
|
|
559 stdcall UnionRect(ptr ptr ptr) UnionRect32
|
|
560 stub UnloadKeyboardLayout
|
|
561 stub UnlockWindowStation
|
|
562 stdcall UnpackDDElParam(long long ptr ptr) UnpackDDElParam32
|
|
563 stdcall UnregisterClassA(str long) UnregisterClass32A
|
|
564 stdcall UnregisterClassW(wstr long) UnregisterClass32W
|
|
565 stdcall UnregisterHotKey(long long) UnregisterHotKey
|
|
566 stub UpdatePerUserSystemParameters
|
|
567 stdcall UpdateWindow(long) UpdateWindow32
|
|
568 stub UserClientDllInitialize
|
|
569 stub UserRealizePalette
|
|
570 stub UserRegisterWowHandlers
|
|
571 stdcall ValidateRect(long ptr) ValidateRect32
|
|
572 stdcall ValidateRgn(long long) ValidateRgn32
|
|
573 stdcall VkKeyScanA(long) VkKeyScan32A
|
|
574 stub VkKeyScanExA
|
|
575 stub VkKeyScanExW
|
|
576 stdcall VkKeyScanW(long) VkKeyScan32W
|
|
577 stdcall WaitForInputIdle(long long) WaitForInputIdle
|
|
578 stdcall WaitMessage() WaitMessage
|
|
579 stdcall WinHelpA(long str long long) WinHelp32A
|
|
580 stdcall WinHelpW(long wstr long long) WinHelp32W
|
|
581 stdcall WindowFromDC(long) WindowFromDC32
|
|
582 stdcall WindowFromPoint(long long) WindowFromPoint32
|
|
583 stub keybd_event
|
|
584 stub mouse_event
|
|
585 varargs wsprintfA() wsprintf32A
|
|
586 varargs wsprintfW() wsprintf32W
|
|
587 stdcall wvsprintfA(ptr str ptr) wvsprintf32A
|
|
588 stdcall wvsprintfW(ptr wstr ptr) wvsprintf32W
|
|
#late additions
|
|
589 stdcall ChangeDisplaySettingsA(ptr long) ChangeDisplaySettings32A
|
|
590 stub ChangeDisplaySettingsW
|
|
591 stub EnumDesktopWindows
|
|
592 stdcall EnumDisplaySettingsA(str long ptr) EnumDisplaySettings32A
|
|
593 stub EnumDisplaySettingsW
|
|
594 stdcall GetWindowRgn(long long) GetWindowRgn32
|
|
595 stub MapVirtualKeyExW
|
|
596 stub RegisterServicesProcess
|
|
597 stdcall SetWindowRgn(long long long) SetWindowRgn32
|
|
598 stub ToUnicodeEx
|
|
599 stdcall DrawCaptionTempA(long long ptr long long str long) DrawCaptionTemp32A
|
|
600 stub RegisterNetworkCapabilities
|
|
601 stub WNDPROC_CALLBACK
|
|
602 stub DrawCaptionTempW
|
|
603 stub IsHungAppWindow
|
|
604 stub ChangeDisplaySettingsA
|
|
605 stub ChangeDisplaySettingsW
|
|
606 stdcall SetWindowText(long str) SetWindowText32A
|
|
607 stdcall GetMonitorInfoA(long ptr) GetMonitorInfo32A
|
|
608 stdcall GetMonitorInfoW(long ptr) GetMonitorInfo32W
|
|
609 stdcall MonitorFromWindow(long long) MonitorFromPoint
|
|
610 stdcall MonitorFromRect(ptr long) MonitorFromRect
|
|
611 stdcall MonitorFromPoint(ptr long) MonitorFromPoint
|
|
612 stdcall EnumDisplayMonitors(long ptr ptr long) EnumDisplayMonitors
|