mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +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.
553 lines
26 KiB
Ruby
553 lines
26 KiB
Ruby
name user
|
|
type win16
|
|
heap 65520
|
|
file user.exe
|
|
|
|
1 pascal16 MessageBox(word str str word) MessageBox16
|
|
2 stub OldExitWindows
|
|
3 stub EnableOEMLayer
|
|
4 stub DisableOEMLayer
|
|
5 pascal16 InitApp(word) InitApp
|
|
6 pascal16 PostQuitMessage(word) PostQuitMessage16
|
|
7 pascal16 ExitWindows(long word) ExitWindows16
|
|
10 pascal16 SetTimer(word word word segptr) SetTimer16
|
|
11 pascal16 SetSystemTimer(word word word segptr) SetSystemTimer16
|
|
12 pascal16 KillTimer(word word) KillTimer16
|
|
13 pascal GetTickCount() GetTickCount
|
|
14 pascal GetTimerResolution() GetTimerResolution
|
|
15 pascal GetCurrentTime() GetCurrentTime16
|
|
16 pascal16 ClipCursor(ptr) ClipCursor16
|
|
17 pascal16 GetCursorPos(ptr) GetCursorPos16
|
|
18 pascal16 SetCapture(word) SetCapture16
|
|
19 pascal16 ReleaseCapture() ReleaseCapture
|
|
20 pascal16 SetDoubleClickTime(word) SetDoubleClickTime16
|
|
21 pascal16 GetDoubleClickTime() GetDoubleClickTime16
|
|
22 pascal16 SetFocus(word) SetFocus16
|
|
23 pascal16 GetFocus() GetFocus16
|
|
24 pascal16 RemoveProp(word ptr) RemoveProp16
|
|
25 pascal16 GetProp(word ptr) GetProp16
|
|
26 pascal16 SetProp(word ptr word) SetProp16
|
|
27 pascal16 EnumProps(word segptr) THUNK_EnumProps16
|
|
28 pascal16 ClientToScreen(word ptr) ClientToScreen16
|
|
29 pascal16 ScreenToClient(word ptr) ScreenToClient16
|
|
30 pascal16 WindowFromPoint(long) WindowFromPoint16
|
|
31 pascal16 IsIconic(word) IsIconic16
|
|
32 pascal16 GetWindowRect(word ptr) GetWindowRect16
|
|
33 pascal16 GetClientRect(word ptr) GetClientRect16
|
|
34 pascal16 EnableWindow(word word) EnableWindow16
|
|
35 pascal16 IsWindowEnabled(word) IsWindowEnabled16
|
|
36 pascal16 GetWindowText(word segptr word) GetWindowText16
|
|
37 pascal16 SetWindowText(word segstr) SetWindowText16
|
|
38 pascal16 GetWindowTextLength(word) GetWindowTextLength16
|
|
39 pascal16 BeginPaint(word ptr) BeginPaint16
|
|
40 pascal16 EndPaint(word ptr) EndPaint16
|
|
41 pascal16 CreateWindow(str str long s_word s_word s_word s_word
|
|
word word word segptr) CreateWindow16
|
|
42 pascal16 ShowWindow(word word) ShowWindow16
|
|
43 pascal16 CloseWindow(word) CloseWindow16
|
|
44 pascal16 OpenIcon(word) OpenIcon16
|
|
45 pascal16 BringWindowToTop(word) BringWindowToTop16
|
|
46 pascal16 GetParent(word) GetParent16
|
|
47 register IsWindow(word) WIN16_IsWindow16
|
|
48 pascal16 IsChild(word word) IsChild16
|
|
49 pascal16 IsWindowVisible(word) IsWindowVisible16
|
|
50 pascal16 FindWindow(segstr str) FindWindow16
|
|
51 stub BEAR51 # IsTwoByteCharPrefix
|
|
52 pascal16 AnyPopup() AnyPopup16
|
|
53 pascal16 DestroyWindow(word) DestroyWindow16
|
|
54 pascal16 EnumWindows(segptr long) THUNK_EnumWindows16
|
|
55 pascal16 EnumChildWindows(word segptr long) THUNK_EnumChildWindows16
|
|
56 pascal16 MoveWindow(word word word word word word) MoveWindow16
|
|
57 pascal16 RegisterClass(ptr) RegisterClass16
|
|
58 pascal16 GetClassName(word ptr word) GetClassName16
|
|
59 pascal16 SetActiveWindow(word) SetActiveWindow16
|
|
60 pascal16 GetActiveWindow() GetActiveWindow16
|
|
61 pascal16 ScrollWindow(word s_word s_word ptr ptr) ScrollWindow16
|
|
62 pascal16 SetScrollPos(word word s_word word) SetScrollPos16
|
|
63 pascal16 GetScrollPos(word word) GetScrollPos16
|
|
64 pascal16 SetScrollRange(word word s_word s_word word) SetScrollRange16
|
|
65 pascal16 GetScrollRange(word word ptr ptr) GetScrollRange16
|
|
66 pascal16 GetDC(word) GetDC16
|
|
67 pascal16 GetWindowDC(word) GetWindowDC16
|
|
68 pascal16 ReleaseDC(word word) ReleaseDC16
|
|
69 pascal16 SetCursor(word) SetCursor16
|
|
70 pascal16 SetCursorPos(word word) SetCursorPos16
|
|
71 pascal16 ShowCursor(word) ShowCursor16
|
|
72 pascal16 SetRect(ptr s_word s_word s_word s_word) SetRect16
|
|
73 pascal16 SetRectEmpty(ptr) SetRectEmpty16
|
|
74 pascal16 CopyRect(ptr ptr) CopyRect16
|
|
75 pascal16 IsRectEmpty(ptr) IsRectEmpty16
|
|
76 pascal16 PtInRect(ptr long) PtInRect16
|
|
77 pascal16 OffsetRect(ptr s_word s_word) OffsetRect16
|
|
78 pascal16 InflateRect(ptr s_word s_word) InflateRect16
|
|
79 pascal16 IntersectRect(ptr ptr ptr) IntersectRect16
|
|
80 pascal16 UnionRect(ptr ptr ptr) UnionRect16
|
|
81 pascal16 FillRect(word ptr word) FillRect16
|
|
82 pascal16 InvertRect(word ptr) InvertRect16
|
|
83 pascal16 FrameRect(word ptr word) FrameRect16
|
|
84 pascal16 DrawIcon(word s_word s_word word) DrawIcon16
|
|
85 pascal16 DrawText(word str s_word ptr word) DrawText16
|
|
86 stub BEAR86 # IconSize
|
|
87 pascal16 DialogBox(word segstr word segptr) DialogBox16
|
|
88 pascal16 EndDialog(word s_word) EndDialog16
|
|
89 pascal16 CreateDialog(word segstr word segptr) CreateDialog16
|
|
90 pascal16 IsDialogMessage(word ptr) IsDialogMessage16
|
|
91 pascal16 GetDlgItem(word word) GetDlgItem16
|
|
92 pascal16 SetDlgItemText(word word segstr) SetDlgItemText16
|
|
93 pascal16 GetDlgItemText(word word segptr word) GetDlgItemText16
|
|
94 pascal16 SetDlgItemInt(word word word word) SetDlgItemInt16
|
|
95 pascal16 GetDlgItemInt(word s_word ptr word) GetDlgItemInt16
|
|
96 pascal16 CheckRadioButton(word word word word) CheckRadioButton16
|
|
97 pascal16 CheckDlgButton(word word word) CheckDlgButton16
|
|
98 pascal16 IsDlgButtonChecked(word word) IsDlgButtonChecked16
|
|
99 pascal16 DlgDirSelect(word ptr word) DlgDirSelect
|
|
100 pascal16 DlgDirList(word ptr word word word) DlgDirList16
|
|
101 pascal SendDlgItemMessage(word word word word long) SendDlgItemMessage16
|
|
102 pascal16 AdjustWindowRect(ptr long word) AdjustWindowRect16
|
|
103 pascal16 MapDialogRect(word ptr) MapDialogRect16
|
|
104 pascal16 MessageBeep(word) MessageBeep16
|
|
105 pascal16 FlashWindow(word word) FlashWindow16
|
|
106 pascal16 GetKeyState(word) GetKeyState16
|
|
107 pascal DefWindowProc(word word word long) DefWindowProc16
|
|
108 pascal16 GetMessage(segptr word word word) GetMessage16
|
|
109 pascal16 PeekMessage(ptr word word word word) PeekMessage16
|
|
110 pascal16 PostMessage(word word word long) PostMessage16
|
|
111 pascal SendMessage(word word word long) SendMessage16
|
|
112 pascal16 WaitMessage() WaitMessage
|
|
113 pascal16 TranslateMessage(ptr) TranslateMessage16
|
|
114 pascal DispatchMessage(ptr) DispatchMessage16
|
|
115 pascal16 ReplyMessage(long) ReplyMessage16
|
|
116 pascal16 PostAppMessage(word word word long) PostAppMessage16
|
|
118 pascal16 RegisterWindowMessage(segstr) RegisterWindowMessage16
|
|
117 pascal16 WindowFromDC(word) WindowFromDC16
|
|
119 pascal GetMessagePos() GetMessagePos
|
|
120 pascal GetMessageTime() GetMessageTime
|
|
121 pascal SetWindowsHook(s_word segptr) THUNK_SetWindowsHook16
|
|
122 pascal CallWindowProc(segptr word word word long) CallWindowProc16
|
|
123 pascal16 CallMsgFilter(segptr s_word) CallMsgFilter16
|
|
124 pascal16 UpdateWindow(word) UpdateWindow16
|
|
125 pascal16 InvalidateRect(word ptr word) InvalidateRect16
|
|
126 pascal16 InvalidateRgn(word word word) InvalidateRgn16
|
|
127 pascal16 ValidateRect(word ptr) ValidateRect16
|
|
128 pascal16 ValidateRgn(word word) ValidateRgn16
|
|
129 pascal16 GetClassWord(word s_word) GetClassWord16
|
|
130 pascal16 SetClassWord(word s_word word) SetClassWord16
|
|
131 pascal GetClassLong(word s_word) GetClassLong16
|
|
132 pascal SetClassLong(word s_word long) SetClassLong16
|
|
133 pascal16 GetWindowWord(word s_word) GetWindowWord16
|
|
134 pascal16 SetWindowWord(word s_word word) SetWindowWord16
|
|
135 pascal GetWindowLong(word s_word) GetWindowLong16
|
|
136 pascal SetWindowLong(word s_word long) SetWindowLong16
|
|
137 pascal16 OpenClipboard(word) OpenClipboard16
|
|
138 pascal16 CloseClipboard() CloseClipboard16
|
|
139 pascal16 EmptyClipboard() EmptyClipboard16
|
|
140 pascal16 GetClipboardOwner() GetClipboardOwner16
|
|
141 pascal16 SetClipboardData(word word) SetClipboardData16
|
|
142 pascal16 GetClipboardData(word) GetClipboardData16
|
|
143 pascal16 CountClipboardFormats() CountClipboardFormats16
|
|
144 pascal16 EnumClipboardFormats(word) EnumClipboardFormats16
|
|
145 pascal16 RegisterClipboardFormat(ptr) RegisterClipboardFormat16
|
|
146 pascal16 GetClipboardFormatName(word ptr s_word) GetClipboardFormatName16
|
|
147 pascal16 SetClipboardViewer(word) SetClipboardViewer16
|
|
148 pascal16 GetClipboardViewer() GetClipboardViewer16
|
|
149 pascal16 ChangeClipboardChain(word word) ChangeClipboardChain16
|
|
150 pascal16 LoadMenu(word segstr) LoadMenu16
|
|
151 pascal16 CreateMenu() CreateMenu16
|
|
152 pascal16 DestroyMenu(word) DestroyMenu16
|
|
153 pascal16 ChangeMenu(word word segstr word word) ChangeMenu16
|
|
154 pascal16 CheckMenuItem(word word word) CheckMenuItem16
|
|
155 pascal16 EnableMenuItem(word word word) EnableMenuItem16
|
|
156 pascal16 GetSystemMenu(word word) GetSystemMenu16
|
|
157 pascal16 GetMenu(word) GetMenu16
|
|
158 pascal16 SetMenu(word word) SetMenu16
|
|
159 pascal16 GetSubMenu(word word) GetSubMenu16
|
|
160 pascal16 DrawMenuBar(word) DrawMenuBar16
|
|
161 pascal16 GetMenuString(word word ptr s_word word) GetMenuString16
|
|
162 pascal16 HiliteMenuItem(word word word word) HiliteMenuItem16
|
|
163 pascal16 CreateCaret(word word word word) CreateCaret16
|
|
164 pascal16 DestroyCaret() DestroyCaret16
|
|
165 pascal16 SetCaretPos(word word) SetCaretPos16
|
|
166 pascal16 HideCaret(word) HideCaret16
|
|
167 pascal16 ShowCaret(word) ShowCaret16
|
|
168 pascal16 SetCaretBlinkTime(word) SetCaretBlinkTime16
|
|
169 pascal16 GetCaretBlinkTime() GetCaretBlinkTime16
|
|
170 pascal16 ArrangeIconicWindows(word) ArrangeIconicWindows16
|
|
171 pascal16 WinHelp(word str word long) WinHelp16
|
|
172 pascal16 SwitchToThisWindow(word word) SwitchToThisWindow16
|
|
173 pascal16 LoadCursor(word segstr) LoadCursor16
|
|
174 pascal16 LoadIcon(word segstr) LoadIcon16
|
|
175 pascal16 LoadBitmap(word segstr) LoadBitmap16
|
|
176 pascal16 LoadString(word word ptr s_word) LoadString16
|
|
177 pascal16 LoadAccelerators(word segstr) LoadAccelerators16
|
|
178 pascal16 TranslateAccelerator(word word ptr) TranslateAccelerator16
|
|
179 pascal16 GetSystemMetrics(s_word) GetSystemMetrics16
|
|
180 pascal GetSysColor(word) GetSysColor16
|
|
181 pascal16 SetSysColors(word ptr ptr) SetSysColors16
|
|
182 pascal16 KillSystemTimer(word word) KillSystemTimer16
|
|
183 pascal16 GetCaretPos(ptr) GetCaretPos16
|
|
184 stub QuerySendMessage
|
|
185 pascal16 GrayString(word word segptr segptr s_word s_word s_word s_word s_word) THUNK_GrayString16
|
|
186 pascal16 SwapMouseButton(word) SwapMouseButton16
|
|
187 pascal16 EndMenu() EndMenu
|
|
188 pascal16 SetSysModalWindow(word) SetSysModalWindow16
|
|
189 pascal16 GetSysModalWindow() GetSysModalWindow16
|
|
190 pascal16 GetUpdateRect(word ptr word) GetUpdateRect16
|
|
191 pascal16 ChildWindowFromPoint(word long) ChildWindowFromPoint16
|
|
192 pascal16 InSendMessage() InSendMessage16
|
|
193 pascal16 IsClipboardFormatAvailable(word) IsClipboardFormatAvailable16
|
|
194 pascal16 DlgDirSelectComboBox(word ptr word) DlgDirSelectComboBox
|
|
195 pascal16 DlgDirListComboBox(word ptr word word word) DlgDirListComboBox16
|
|
196 pascal TabbedTextOut(word s_word s_word ptr s_word s_word ptr s_word)
|
|
TabbedTextOut16
|
|
197 pascal GetTabbedTextExtent(word ptr word word ptr) GetTabbedTextExtent16
|
|
198 pascal16 CascadeChildWindows(word word) CascadeChildWindows
|
|
199 pascal16 TileChildWindows(word word) TileChildWindows
|
|
200 pascal16 OpenComm(str word word) OpenComm
|
|
201 pascal16 SetCommState(ptr) SetCommState16
|
|
202 pascal16 GetCommState(word ptr) GetCommState16
|
|
203 pascal16 GetCommError(word ptr) GetCommError
|
|
204 pascal16 ReadComm(word ptr word) ReadComm
|
|
205 pascal16 WriteComm(word ptr word) WriteComm
|
|
206 pascal16 TransmitCommChar(word word) TransmitCommChar16
|
|
207 pascal16 CloseComm(word) CloseComm
|
|
208 pascal SetCommEventMask(word word) SetCommEventMask
|
|
209 pascal16 GetCommEventMask(word word) GetCommEventMask
|
|
210 pascal16 SetCommBreak(word) SetCommBreak16
|
|
211 pascal16 ClearCommBreak(word) ClearCommBreak16
|
|
212 pascal16 UngetCommChar(word word) UngetCommChar
|
|
213 pascal16 BuildCommDCB(ptr ptr) BuildCommDCB16
|
|
214 pascal EscapeCommFunction(word word) EscapeCommFunction16
|
|
215 pascal16 FlushComm(word word) FlushComm
|
|
216 pascal UserSeeUserDo(word word word word) UserSeeUserDo
|
|
217 pascal16 LookupMenuHandle(word s_word) LookupMenuHandle
|
|
218 pascal16 DialogBoxIndirect(word word word segptr) DialogBoxIndirect16
|
|
219 pascal16 CreateDialogIndirect(word ptr word segptr) CreateDialogIndirect16
|
|
220 pascal16 LoadMenuIndirect(ptr) LoadMenuIndirect16
|
|
221 pascal16 ScrollDC(word s_word s_word ptr ptr word ptr) ScrollDC16
|
|
222 pascal16 GetKeyboardState(ptr) GetKeyboardState
|
|
223 pascal16 SetKeyboardState(ptr) SetKeyboardState
|
|
224 pascal16 GetWindowTask(word) GetWindowTask16
|
|
225 pascal16 EnumTaskWindows(word segptr long) THUNK_EnumTaskWindows16
|
|
226 stub LockInput
|
|
227 pascal16 GetNextDlgGroupItem(word word word) GetNextDlgGroupItem16
|
|
228 pascal16 GetNextDlgTabItem(word word word) GetNextDlgTabItem16
|
|
229 pascal16 GetTopWindow(word) GetTopWindow16
|
|
230 pascal16 GetNextWindow(word word) GetNextWindow16
|
|
231 return GetSystemDebugState 0 0 #FIXME
|
|
232 pascal16 SetWindowPos(word word word word word word word) SetWindowPos16
|
|
233 pascal16 SetParent(word word) SetParent16
|
|
234 pascal16 UnhookWindowsHook(s_word segptr) THUNK_UnhookWindowsHook16
|
|
235 pascal DefHookProc(s_word word long ptr) DefHookProc16
|
|
236 pascal16 GetCapture() GetCapture16
|
|
237 pascal16 GetUpdateRgn(word word word) GetUpdateRgn16
|
|
238 pascal16 ExcludeUpdateRgn(word word) ExcludeUpdateRgn16
|
|
239 pascal16 DialogBoxParam(word segstr word segptr long) DialogBoxParam16
|
|
240 pascal16 DialogBoxIndirectParam(word word word segptr long)
|
|
DialogBoxIndirectParam16
|
|
241 pascal16 CreateDialogParam(word segstr word segptr long) CreateDialogParam16
|
|
242 pascal16 CreateDialogIndirectParam(word ptr word segptr long)
|
|
CreateDialogIndirectParam16
|
|
243 pascal GetDialogBaseUnits() GetDialogBaseUnits
|
|
244 pascal16 EqualRect(ptr ptr) EqualRect16
|
|
245 pascal16 EnableCommNotification(s_word word s_word s_word) EnableCommNotification
|
|
246 pascal16 ExitWindowsExec(str str) ExitWindowsExec16
|
|
247 pascal16 GetCursor() GetCursor16
|
|
248 pascal16 GetOpenClipboardWindow() GetOpenClipboardWindow16
|
|
249 pascal16 GetAsyncKeyState(word) GetAsyncKeyState16
|
|
250 pascal16 GetMenuState(word word word) GetMenuState16
|
|
251 pascal SendDriverMessage(word word long long) SendDriverMessage16
|
|
252 pascal16 OpenDriver(str str long) OpenDriver16
|
|
253 pascal CloseDriver(word long long) CloseDriver16
|
|
254 pascal16 GetDriverModuleHandle(word) GetDriverModuleHandle16
|
|
255 pascal DefDriverProc(long word word long long) DefDriverProc
|
|
256 pascal16 GetDriverInfo(word ptr) GetDriverInfo
|
|
257 pascal16 GetNextDriver(word long) GetNextDriver
|
|
258 pascal16 MapWindowPoints(word word ptr word) MapWindowPoints16
|
|
259 pascal16 BeginDeferWindowPos(s_word) BeginDeferWindowPos16
|
|
260 pascal16 DeferWindowPos(word word word s_word s_word s_word s_word word)
|
|
DeferWindowPos16
|
|
261 pascal16 EndDeferWindowPos(word) EndDeferWindowPos16
|
|
262 pascal16 GetWindow(word word) GetWindow16
|
|
263 pascal16 GetMenuItemCount(word) GetMenuItemCount16
|
|
264 pascal16 GetMenuItemID(word word) GetMenuItemID16
|
|
265 pascal16 ShowOwnedPopups(word word) ShowOwnedPopups16
|
|
266 pascal16 SetMessageQueue(word) SetMessageQueue16
|
|
267 pascal16 ShowScrollBar(word word word) ShowScrollBar16
|
|
268 pascal16 GlobalAddAtom(segstr) GlobalAddAtom16
|
|
269 pascal16 GlobalDeleteAtom(word) GlobalDeleteAtom
|
|
270 pascal16 GlobalFindAtom(segstr) GlobalFindAtom16
|
|
271 pascal16 GlobalGetAtomName(word ptr s_word) GlobalGetAtomName16
|
|
272 pascal16 IsZoomed(word) IsZoomed16
|
|
273 stub ControlPanelInfo
|
|
274 stub GetNextQueueWindow
|
|
275 stub RepaintScreen
|
|
276 stub LockMyTask
|
|
277 pascal16 GetDlgCtrlID(word) GetDlgCtrlID16
|
|
278 pascal16 GetDesktopHwnd() GetDesktopHwnd
|
|
279 pascal16 OldSetDeskPattern() SetDeskPattern
|
|
280 pascal16 SetSystemMenu(word word) SetSystemMenu16
|
|
281 pascal16 GetSysColorBrush(word) GetSysColorBrush16
|
|
282 pascal16 SelectPalette(word word word) SelectPalette16
|
|
283 pascal16 RealizePalette(word) RealizePalette16
|
|
284 pascal16 GetFreeSystemResources(word) GetFreeSystemResources
|
|
285 pascal16 SetDeskWallPaper(ptr) SetDeskWallPaper16
|
|
286 pascal16 GetDesktopWindow() GetDesktopWindow16
|
|
287 pascal16 GetLastActivePopup(word) GetLastActivePopup16
|
|
288 pascal GetMessageExtraInfo() GetMessageExtraInfo
|
|
#289 KEYB_EVENT
|
|
290 pascal16 RedrawWindow(word ptr word word) RedrawWindow16
|
|
291 pascal SetWindowsHookEx(s_word segptr word word) THUNK_SetWindowsHookEx16
|
|
292 pascal16 UnhookWindowsHookEx(segptr) THUNK_UnhookWindowsHookEx16
|
|
293 pascal CallNextHookEx(segptr s_word word long) CallNextHookEx16
|
|
294 pascal16 LockWindowUpdate(word) LockWindowUpdate16
|
|
299 register Mouse_Event() Mouse_Event
|
|
300 stub UnloadInstalledDrivers
|
|
#301 BOZOSLIVEHERE :-)) <- this is actually EditWndProc
|
|
#306 BEAR306
|
|
308 pascal DefDlgProc(word word word long) DefDlgProc16
|
|
309 pascal16 GetClipCursor(ptr) GetClipCursor16
|
|
#310 ContScroll
|
|
#312 SendMessage2
|
|
#313 PostMessage2
|
|
314 pascal16 SignalProc(word word word word word) USER_SignalProc
|
|
#315 XCStoDS
|
|
#316 CompUpdateRect
|
|
#317 CompUpdateRgn
|
|
#318 GetWC2
|
|
319 pascal16 ScrollWindowEx(word s_word s_word ptr ptr word ptr word) ScrollWindowEx16
|
|
320 stub SysErrorBox
|
|
321 pascal SetEventHook(segptr) SetEventHook
|
|
322 stub WinOldAppHackOMatic
|
|
323 stub GetMessage2
|
|
324 pascal16 FillWindow(word word word word) FillWindow
|
|
325 pascal16 PaintRect(word word word word ptr) PaintRect
|
|
326 pascal16 GetControlBrush(word word word) GetControlBrush
|
|
#327 KillTimer2
|
|
#328 SetTimer2
|
|
#330 SetGetKbdState
|
|
331 pascal16 EnableHardwareInput(word) EnableHardwareInput
|
|
332 pascal16 UserYield() UserYield
|
|
333 pascal16 IsUserIdle() IsUserIdle
|
|
334 pascal GetQueueStatus(word) GetQueueStatus16
|
|
335 pascal16 GetInputState() GetInputState16
|
|
336 pascal16 LoadCursorIconHandler(word word word) LoadCursorIconHandler
|
|
337 pascal GetMouseEventProc() GetMouseEventProc
|
|
#340 WinFarFrame
|
|
#341 _FFFE_FARFRAME
|
|
343 stub GetFilePortName
|
|
#354 TabTheTextOutForWimps
|
|
#355 BroadcastMessage
|
|
356 pascal16 LoadDIBCursorHandler(word word word) LoadDIBCursorHandler
|
|
357 pascal16 LoadDIBIconHandler(word word word) LoadDIBIconHandler
|
|
358 pascal16 IsMenu(word) IsMenu16
|
|
359 pascal16 GetDCEx(word word long) GetDCEx16
|
|
362 pascal16 DCHook(word word long long) DCHook
|
|
364 pascal16 LookupIconIdFromDirectoryEx(ptr word word word word) LookupIconIdFromDirectoryEx16
|
|
368 pascal16 CopyIcon(word word) CopyIcon16
|
|
369 pascal16 CopyCursor(word word) CopyCursor16
|
|
370 pascal16 GetWindowPlacement(word ptr) GetWindowPlacement16
|
|
371 pascal16 SetWindowPlacement(word ptr) SetWindowPlacement16
|
|
372 stub GetInternalIconHeader
|
|
373 pascal16 SubtractRect(ptr ptr ptr) SubtractRect16
|
|
375 stub DrawTextEx
|
|
376 stub SetMessageExtraInfo
|
|
378 stub SetPropEx
|
|
379 stub GetPropEx
|
|
380 stub RemovePropEx
|
|
381 stub UsrMPR_ThunkData16
|
|
382 stub SetWindowContextHelpID
|
|
383 stub GetWindowContextHelpID
|
|
384 stub SetMenuContextHelpID
|
|
385 stub GetMenuContextHelpID
|
|
389 pascal LoadImage(word segstr word word word word) LoadImage16
|
|
390 stub CopyImage
|
|
391 stub SignalProc32
|
|
394 pascal16 DrawIconEx(word word word word word word word word word) DrawIconEx16
|
|
395 stub GetIconInfo
|
|
397 pascal16 RegisterClassEx(ptr) RegisterClassEx16
|
|
398 pascal16 GetClassInfoEx(word segstr ptr) GetClassInfoEx16
|
|
399 stub ChildWindowFromPointEx
|
|
400 stub FinalUserInit
|
|
402 pascal16 GetPriorityClipboardFormat(ptr s_word) GetPriorityClipboardFormat16
|
|
403 pascal16 UnregisterClass(segstr word) UnregisterClass16
|
|
404 pascal16 GetClassInfo(word segstr ptr) GetClassInfo16
|
|
406 pascal16 CreateCursor(word word word word word ptr ptr) CreateCursor16
|
|
407 pascal16 CreateIcon(word word word word word ptr ptr) CreateIcon16
|
|
408 pascal16 CreateCursorIconIndirect(word ptr ptr ptr)
|
|
CreateCursorIconIndirect
|
|
409 stub InitThreadInput
|
|
410 pascal16 InsertMenu(word word word word segptr) InsertMenu16
|
|
411 pascal16 AppendMenu(word word word segptr) AppendMenu16
|
|
412 pascal16 RemoveMenu(word word word) RemoveMenu16
|
|
413 pascal16 DeleteMenu(word word word) DeleteMenu16
|
|
414 pascal16 ModifyMenu(word word word word segptr) ModifyMenu16
|
|
415 pascal16 CreatePopupMenu() CreatePopupMenu16
|
|
416 pascal16 TrackPopupMenu(word word s_word s_word s_word word ptr) TrackPopupMenu16
|
|
417 pascal GetMenuCheckMarkDimensions() GetMenuCheckMarkDimensions
|
|
418 pascal16 SetMenuItemBitmaps(word word word word word) SetMenuItemBitmaps16
|
|
420 pascal16 wsprintf() WIN16_wsprintf16
|
|
421 pascal16 wvsprintf(ptr str ptr) wvsprintf16
|
|
422 pascal16 DlgDirSelectEx(word ptr word word) DlgDirSelectEx16
|
|
423 pascal16 DlgDirSelectComboBoxEx(word ptr word word) DlgDirSelectComboBoxEx16
|
|
427 pascal16 FindWindowEx(word word segstr str) FindWindowEx16
|
|
428 stub TileWindows
|
|
429 stub CascadeWindows
|
|
430 pascal16 lstrcmp(str str) lstrcmp16
|
|
431 pascal AnsiUpper(segstr) AnsiUpper16
|
|
432 pascal AnsiLower(segstr) AnsiLower16
|
|
433 pascal16 IsCharAlpha(word) IsCharAlpha16
|
|
434 pascal16 IsCharAlphaNumeric(word) IsCharAlphaNumeric16
|
|
435 pascal16 IsCharUpper(word) IsCharUpper16
|
|
436 pascal16 IsCharLower(word) IsCharLower16
|
|
437 pascal16 AnsiUpperBuff(str word) AnsiUpperBuff16
|
|
438 pascal16 AnsiLowerBuff(str word) AnsiLowerBuff16
|
|
441 pascal16 InsertMenuItem(word word word ptr) InsertMenuItem16
|
|
443 stub GetMenuItemInfo
|
|
445 pascal DefFrameProc(word word word word long) DefFrameProc16
|
|
446 stub SetMenuItemInfo
|
|
447 pascal DefMDIChildProc(word word word long) DefMDIChildProc16
|
|
448 stub DrawAnimatedRects
|
|
449 stub DrawState
|
|
450 pascal16 CreateIconFromResourceEx(ptr long word long word word word) CreateIconFromResourceEx16
|
|
451 pascal16 TranslateMDISysAccel(word ptr) TranslateMDISysAccel16
|
|
452 pascal16 CreateWindowEx(long str str long s_word s_word s_word s_word
|
|
word word word segptr) CreateWindowEx16
|
|
454 pascal16 AdjustWindowRectEx(ptr long word long) AdjustWindowRectEx16
|
|
455 pascal16 GetIconID(word long) GetIconID
|
|
456 pascal16 LoadIconHandler(word word) LoadIconHandler
|
|
457 pascal16 DestroyIcon(word) DestroyIcon16
|
|
458 pascal16 DestroyCursor(word) DestroyCursor16
|
|
459 pascal DumpIcon(segptr ptr ptr ptr) DumpIcon
|
|
460 pascal16 GetInternalWindowPos(word ptr ptr) GetInternalWindowPos16
|
|
461 pascal16 SetInternalWindowPos(word word ptr ptr) SetInternalWindowPos16
|
|
462 pascal16 CalcChildScroll(word word) CalcChildScroll
|
|
463 pascal16 ScrollChildren(word word word long) ScrollChildren16
|
|
464 pascal DragObject(word word word word word word) DragObject16
|
|
465 pascal16 DragDetect(word long) DragDetect16
|
|
466 pascal16 DrawFocusRect(word ptr) DrawFocusRect16
|
|
470 stub StringFunc
|
|
471 pascal16 lstrcmpi(str str) lstrcmpi16
|
|
472 pascal AnsiNext(segptr) AnsiNext16
|
|
473 pascal AnsiPrev(segptr segptr) AnsiPrev16
|
|
475 pascal16 SetScrollInfo(word s_word ptr word) SetScrollInfo16
|
|
476 pascal16 GetScrollInfo(word s_word ptr) GetScrollInfo16
|
|
477 pascal16 GetKeyboardLayoutName(ptr) GetKeyboardLayoutName16
|
|
478 stub LoadKeyboardLayout
|
|
479 stub MenuItemFromPoint
|
|
480 stub GetUserLocalObjType
|
|
#481 HARDWARE_EVENT
|
|
482 pascal16 EnableScrollBar(word word word) EnableScrollBar16
|
|
483 pascal16 SystemParametersInfo(word word ptr word) SystemParametersInfo16
|
|
#484 __GP
|
|
# Stubs for Hebrew version
|
|
489 pascal16 USER_489() stub_USER_489
|
|
490 pascal16 USER_490() stub_USER_490
|
|
492 pascal16 USER_492() stub_USER_492
|
|
496 pascal16 USER_496() stub_USER_496
|
|
499 pascal16 WNetErrorText(word ptr word) WNetErrorText
|
|
500 stub FARCALLNETDRIVER # Undocumented Windows
|
|
501 pascal16 WNetOpenJob(ptr ptr word ptr) WNetOpenJob
|
|
502 pascal16 WNetCloseJob(word ptr ptr) WNetCloseJob
|
|
503 pascal16 WNetAbortJob(ptr word) WNetAbortJob
|
|
504 pascal16 WNetHoldJob(ptr word) WNetHoldJob
|
|
505 pascal16 WNetReleaseJob(ptr word) WNetReleaseJob
|
|
506 pascal16 WNetCancelJob(ptr word) WNetCancelJob
|
|
507 pascal16 WNetSetJobCopies(ptr word word) WNetSetJobCopies
|
|
508 pascal16 WNetWatchQueue(word ptr ptr word) WNetWatchQueue
|
|
509 pascal16 WNetUnwatchQueue(word ptr ptr word) WNetUnwatchQueue
|
|
510 pascal16 WNetLockQueueData(ptr ptr ptr) WNetLockQueueData
|
|
511 pascal16 WNetUnlockQueueData(ptr) WNetUnlockQueueData
|
|
512 pascal16 WNetGetConnection(ptr ptr ptr) WNetGetConnection16
|
|
513 pascal16 WNetGetCaps(word) WNetGetCaps
|
|
514 pascal16 WNetDeviceMode(word) WNetDeviceMode
|
|
515 pascal16 WNetBrowseDialog(word word ptr) WNetBrowseDialog
|
|
516 pascal16 WNetGetUser(ptr ptr ptr) WNetGetUser
|
|
517 pascal16 WNetAddConnection(str str str) WNetAddConnection16
|
|
518 pascal16 WNetCancelConnection(str word) WNetCancelConnection
|
|
519 pascal16 WNetGetError(ptr) WNetGetError
|
|
520 pascal16 WNetGetErrorText(word ptr ptr) WNetGetErrorText
|
|
521 stub WNetEnable
|
|
522 stub WNetDisable
|
|
523 pascal16 WNetRestoreConnection(word ptr) WNetRestoreConnection
|
|
524 pascal16 WNetWriteJob(word ptr ptr) WNetWriteJob
|
|
525 pascal16 WnetConnectDialog(word word) WNetConnectDialog
|
|
526 pascal16 WNetDisconnectDialog(word word) WNetDisconnectDialog
|
|
527 pascal16 WNetConnectionDialog(word word) WNetConnectionDialog
|
|
528 pascal16 WNetViewQueueDialog(word ptr) WNetViewQueueDialog
|
|
529 pascal16 WNetPropertyDialog(word word ptr word) WNetPropertyDialog
|
|
530 pascal16 WNetGetDirectoryType(ptr ptr) WNetGetDirectoryType16
|
|
531 pascal16 WNetDirectoryNotify(word ptr word) WNetDirectoryNotify
|
|
532 pascal16 WNetGetPropertyText(word word str str word word) WNetGetPropertyText
|
|
533 stub WNetInitialize
|
|
534 stub WNetLogon
|
|
600 pascal16 GetShellWindow() GetShellWindow16
|
|
601 stub DoHotkeyStuff
|
|
602 stub SetCheckCursorTimer
|
|
604 stub BroadcastSystemMessage
|
|
605 stub HackTaskMonitor
|
|
606 stub FormatMessage
|
|
608 pascal16 GetForegroundWindow() GetForegroundWindow16
|
|
609 pascal16 SetForegroundWindow(word) SetForegroundWindow16
|
|
610 stub DestroyIcon32
|
|
620 stub ChangeDisplaySettings
|
|
621 stub EnumDisplaySettings
|
|
640 stub MsgWaitForMultipleObjects
|
|
650 stub ActivateKeyboardLayout
|
|
651 stub GetKeyboardLayout
|
|
652 stub GetKeyboardLayoutList
|
|
654 stub UnloadKeyboardLayout
|
|
655 stub PostPostedMessages
|
|
656 pascal16 DrawFrameControl(word ptr word word) DrawFrameControl16
|
|
657 stub DrawCaptionTemp
|
|
658 stub DispatchInput
|
|
659 pascal16 DrawEdge(word ptr word word) DrawEdge16
|
|
660 stub DrawCaption
|
|
661 stub SetSysColorsTemp
|
|
662 stub DrawMenubarTemp
|
|
663 stub GetMenuDefaultItem
|
|
664 stub SetMenuDefaultItem
|
|
665 pascal16 GetMenuItemRect(word word word ptr) GetMenuItemRect16
|
|
666 stub CheckMenuRadioItem
|
|
667 stub TrackPopupMenuEx
|
|
668 pascal16 SetWindowRgn(word word word) SetWindowRgn16
|
|
669 stub GetWindowRgn
|
|
800 stub CHOOSEFONT_CALLBACK16
|
|
801 stub FINDREPLACE_CALLBACK16
|
|
802 stub OPENFILENAME_CALLBACK16
|
|
803 stub PRINTDLG_CALLBACK16
|
|
804 stub CHOOSECOLOR_CALLBACK16
|
|
819 stub PeekMessage32
|
|
820 stub GetMessage32
|
|
821 stub TranslateMessage32
|
|
#821 stub IsDialogMessage32 # FIXME: two ordinal 821???
|
|
822 stub DispatchMessage32
|
|
823 stub CallMsgFilter32
|
|
825 stub PostMessage32
|
|
826 stub PostThreadMessage32
|
|
827 pascal16 MessageBoxIndirect(ptr) MessageBoxIndirect16
|
|
851 stub MsgThkConnectionDataLS
|
|
853 stub FT_USRFTHKTHKCONNECTIONDATA
|
|
854 stub FT__USRF2THKTHKCONNECTIONDATA
|
|
855 stub Usr32ThkConnectionDataSL
|
|
890 stub InstallIMT
|
|
891 stub UninstallIMT
|
|
# Stubs for Hebrew version
|
|
902 pascal16 USER_902() stub_USER_902
|
|
905 pascal16 USER_905() stub_USER_905
|
|
906 pascal16 USER_906() stub_USER_906
|
|
907 pascal16 USER_907() stub_USER_907
|
|
909 pascal16 USER_909() stub_USER_909
|
|
910 pascal16 USER_910() stub_USER_910
|
|
911 pascal16 USER_911() stub_USER_911
|
|
912 pascal16 USER_912() stub_USER_912
|
|
913 pascal16 USER_913() stub_USER_913
|
|
914 pascal16 USER_914() stub_USER_914
|
|
915 pascal16 USER_915() stub_USER_915
|
|
916 pascal16 USER_916() stub_USER_916
|
|
918 pascal16 USER_918() stub_USER_918
|
|
919 pascal16 USER_919() stub_USER_919
|
|
920 pascal16 USER_920() stub_USER_920
|
|
922 pascal16 USER_922() stub_USER_922
|
|
923 pascal16 USER_923() stub_USER_923
|
|
924 stub UsrMpr_ThunkData16
|