mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 12:49:45 +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.
395 lines
18 KiB
Python
395 lines
18 KiB
Python
name gdi32
|
|
type win32
|
|
|
|
0 stub AbortDoc
|
|
1 stdcall AbortPath(long) AbortPath32
|
|
2 stdcall AddFontResourceA(str) AddFontResource32A
|
|
3 stub AddFontResourceTracking
|
|
4 stdcall AddFontResourceW(wstr) AddFontResource32W
|
|
5 stub AngleArc
|
|
6 stdcall AnimatePalette(long long long ptr) AnimatePalette32
|
|
7 stdcall Arc(long long long long long long long long long) Arc32
|
|
8 stub ArcTo
|
|
9 stdcall BeginPath(long) BeginPath32
|
|
10 stdcall BitBlt(long long long long long long long long long) BitBlt32
|
|
11 stub CancelDC
|
|
12 stub CheckColorsInGamut
|
|
13 stdcall ChoosePixelFormat(long ptr) ChoosePixelFormat
|
|
14 stdcall Chord(long long long long long long long long long) Chord32
|
|
15 stdcall CloseEnhMetaFile(long) CloseEnhMetaFile32
|
|
16 stdcall CloseFigure(long) CloseFigure32
|
|
17 stdcall CloseMetaFile(long) CloseMetaFile32
|
|
18 stub ColorMatchToTarget
|
|
19 stdcall CombineRgn(long long long long) CombineRgn32
|
|
20 stdcall CombineTransform(ptr ptr ptr) CombineTransform
|
|
21 stdcall CopyEnhMetaFileA(long str) CopyEnhMetaFile32A
|
|
22 stub CopyEnhMetaFileW
|
|
23 stdcall CopyMetaFileA(long str) CopyMetaFile32A
|
|
24 stdcall CopyMetaFileW(long wstr) CopyMetaFile32W
|
|
25 stdcall CreateBitmap(long long long long ptr) CreateBitmap32
|
|
26 stdcall CreateBitmapIndirect(ptr) CreateBitmapIndirect32
|
|
27 stdcall CreateBrushIndirect(ptr) CreateBrushIndirect32
|
|
28 stub CreateColorSpaceA
|
|
29 stub CreateColorSpaceW
|
|
30 stdcall CreateCompatibleBitmap(long long long) CreateCompatibleBitmap32
|
|
31 stdcall CreateCompatibleDC(long) CreateCompatibleDC32
|
|
32 stdcall CreateDCA(str str str ptr) CreateDC32A
|
|
33 stdcall CreateDCW(wstr wstr wstr ptr) CreateDC32W
|
|
34 stdcall CreateDIBPatternBrush(long long) CreateDIBPatternBrush32
|
|
35 stub CreateDIBPatternBrushPt
|
|
36 stdcall CreateDIBSection(long ptr long ptr long long) CreateDIBSection32
|
|
37 stdcall CreateDIBitmap(long ptr long ptr ptr long) CreateDIBitmap32
|
|
38 stdcall CreateDiscardableBitmap(long long long) CreateDiscardableBitmap32
|
|
39 stdcall CreateEllipticRgn(long long long long) CreateEllipticRgn32
|
|
40 stdcall CreateEllipticRgnIndirect(ptr) CreateEllipticRgnIndirect32
|
|
41 stdcall CreateEnhMetaFileA(long ptr ptr ptr) CreateEnhMetaFile32A
|
|
42 stub CreateEnhMetaFileW
|
|
43 stdcall CreateFontA(long long long long long long long long long long long long long str) CreateFont32A
|
|
44 stdcall CreateFontIndirectA(ptr) CreateFontIndirect32A
|
|
45 stdcall CreateFontIndirectW(ptr) CreateFontIndirect32W
|
|
46 stdcall CreateFontW(long long long long long long long long long long long long long wstr) CreateFont32W
|
|
47 stdcall CreateHalftonePalette(long) CreateHalftonePalette
|
|
48 stdcall CreateHatchBrush(long long) CreateHatchBrush32
|
|
49 stdcall CreateICA(str str str ptr) CreateIC32A
|
|
50 stdcall CreateICW(wstr wstr wstr ptr) CreateIC32W
|
|
51 stdcall CreateMetaFileA(str) CreateMetaFile32A
|
|
52 stub CreateMetaFileW
|
|
53 stdcall CreatePalette(ptr) CreatePalette32
|
|
54 stdcall CreatePatternBrush(long) CreatePatternBrush32
|
|
55 stdcall CreatePen(long long long) CreatePen32
|
|
56 stdcall CreatePenIndirect(ptr) CreatePenIndirect32
|
|
57 stdcall CreatePolyPolygonRgn(ptr ptr long long) CreatePolyPolygonRgn32
|
|
58 stdcall CreatePolygonRgn(ptr long long) CreatePolygonRgn32
|
|
59 stdcall CreateRectRgn(long long long long) CreateRectRgn32
|
|
60 stdcall CreateRectRgnIndirect(ptr) CreateRectRgnIndirect32
|
|
61 stdcall CreateRoundRectRgn(long long long long long long) CreateRoundRectRgn32
|
|
62 stdcall CreateScalableFontResourceA(long str str str) CreateScalableFontResource32A
|
|
63 stdcall CreateScalableFontResourceW(long wstr wstr wstr) CreateScalableFontResource32W
|
|
64 stdcall CreateSolidBrush(long) CreateSolidBrush32
|
|
65 stdcall DPtoLP(long ptr long) DPtoLP32
|
|
66 stub DeleteColorSpace
|
|
67 stdcall DeleteDC(long) DeleteDC32
|
|
68 stdcall DeleteEnhMetaFile(long) DeleteEnhMetaFile
|
|
69 stdcall DeleteMetaFile(long) DeleteMetaFile32
|
|
70 stdcall DeleteObject(long) DeleteObject32
|
|
71 stdcall DescribePixelFormat(long long long ptr) DescribePixelFormat
|
|
72 stub DeviceCapabilitiesExA
|
|
73 stub DeviceCapabilitiesExW
|
|
74 stub DrawEscape
|
|
75 stdcall Ellipse(long long long long long) Ellipse32
|
|
76 stub EndDoc
|
|
77 stub EndPage
|
|
78 stdcall EndPath(long) EndPath32
|
|
79 stdcall EnumEnhMetaFile(long long ptr ptr ptr) EnumEnhMetaFile32
|
|
80 stdcall EnumFontFamiliesA(long str ptr long) EnumFontFamilies32A
|
|
81 stdcall EnumFontFamiliesExA(long str ptr long long) EnumFontFamiliesEx32A
|
|
82 stdcall EnumFontFamiliesExW(long wstr ptr long long) EnumFontFamiliesEx32W
|
|
83 stdcall EnumFontFamiliesW(long wstr ptr long) EnumFontFamilies32W
|
|
84 stdcall EnumFontsA(long str ptr long) EnumFonts32A
|
|
85 stdcall EnumFontsW(long wstr ptr long) EnumFonts32W
|
|
86 stub EnumICMProfilesA
|
|
87 stub EnumICMProfilesW
|
|
88 stdcall EnumMetaFile(long long ptr ptr) EnumMetaFile32
|
|
89 stdcall EnumObjects(long long ptr long) EnumObjects32
|
|
90 stdcall EqualRgn(long long) EqualRgn32
|
|
91 stdcall Escape(long long long ptr ptr) Escape32
|
|
92 stdcall ExcludeClipRect(long long long long long) ExcludeClipRect32
|
|
93 stdcall ExtCreatePen(long long ptr long ptr) ExtCreatePen32
|
|
94 stdcall ExtCreateRegion(ptr long ptr) ExtCreateRegion
|
|
95 stdcall ExtEscape(long long long ptr long ptr) ExtEscape32
|
|
96 stdcall ExtFloodFill(long long long long long) ExtFloodFill32
|
|
97 stdcall ExtSelectClipRgn(long long long) ExtSelectClipRgn
|
|
98 stdcall ExtTextOutA(long long long long ptr str long ptr) ExtTextOut32A
|
|
99 stdcall ExtTextOutW(long long long long ptr wstr long ptr) ExtTextOut32W
|
|
100 stdcall FillPath(long) FillPath32
|
|
101 stdcall FillRgn(long long long) FillRgn32
|
|
102 stdcall FixBrushOrgEx(long long long ptr) FixBrushOrgEx
|
|
103 stub FlattenPath
|
|
104 stdcall FloodFill(long long long long) FloodFill32
|
|
105 stdcall FrameRgn(long long long long long) FrameRgn32
|
|
106 stub FreeImageColorMatcher
|
|
107 stub GdiAssociateObject
|
|
108 stub GdiCleanCacheDC
|
|
109 stub GdiComment
|
|
110 stub GdiConvertAndCheckDC
|
|
111 stub GdiConvertBitmap
|
|
112 stub GdiConvertBrush
|
|
113 stub GdiConvertDC
|
|
114 stub GdiConvertEnhMetaFile
|
|
115 stub GdiConvertFont
|
|
116 stub GdiConvertMetaFilePict
|
|
117 stub GdiConvertPalette
|
|
118 stub GdiConvertRegion
|
|
119 stub GdiCreateLocalBitmap
|
|
120 stub GdiCreateLocalBrush
|
|
121 stub GdiCreateLocalEnhMetaFile
|
|
122 stub GdiCreateLocalFont
|
|
123 stub GdiCreateLocalMetaFilePict
|
|
124 stub GdiCreateLocalPalette
|
|
125 stub GdiCreateLocalRegion
|
|
126 stub GdiDeleteLocalDC
|
|
127 stub GdiDeleteLocalObject
|
|
128 stdcall GdiFlush() GdiFlush
|
|
129 stdcall GdiGetBatchLimit() GdiGetBatchLimit
|
|
130 stub GdiGetLocalBrush
|
|
131 stub GdiGetLocalDC
|
|
132 stub GdiGetLocalFont
|
|
133 stub GdiIsMetaFileDC
|
|
134 stub GdiPlayDCScript
|
|
135 stub GdiPlayJournal
|
|
136 stub GdiPlayScript
|
|
137 stub GdiReleaseLocalDC
|
|
138 stub GdiSetAttrs
|
|
139 stdcall GdiSetBatchLimit(long) GdiSetBatchLimit
|
|
140 stub GdiSetServerAttr
|
|
141 stdcall GetArcDirection(long) GetArcDirection32
|
|
142 stub GetAspectRatioFilterEx
|
|
143 stdcall GetBitmapBits(long long ptr) GetBitmapBits32
|
|
144 stdcall GetBitmapDimensionEx(long ptr) GetBitmapDimensionEx32
|
|
145 stdcall GetBkColor(long) GetBkColor32
|
|
146 stdcall GetBkMode(long) GetBkMode32
|
|
147 stub GetBoundsRect
|
|
148 stdcall GetBrushOrgEx(long ptr) GetBrushOrgEx32
|
|
149 stdcall GetCharABCWidthsA(long long long ptr) GetCharABCWidths32A
|
|
150 stub GetCharABCWidthsFloatA
|
|
151 stub GetCharABCWidthsFloatW
|
|
152 stdcall GetCharABCWidthsW(long long long ptr) GetCharABCWidths32W
|
|
153 stdcall GetCharWidth32A(long long long long) GetCharWidth32A
|
|
154 stdcall GetCharWidth32W(long long long long) GetCharWidth32W
|
|
155 stdcall GetCharWidthA(long long long long) GetCharWidth32A
|
|
156 stub GetCharWidthFloatA
|
|
157 stub GetCharWidthFloatW
|
|
158 stdcall GetCharWidthW(long long long long) GetCharWidth32W
|
|
159 stub GetCharWidthWOW
|
|
160 stdcall GetCharacterPlacementA(long str long long ptr long) GetCharacterPlacement32A
|
|
161 stdcall GetCharacterPlacementW(long wstr long long ptr long) GetCharacterPlacement32W
|
|
162 stdcall GetClipBox(long ptr) GetClipBox32
|
|
163 stdcall GetClipRgn(long long) GetClipRgn32
|
|
164 stub GetColorAdjustment
|
|
165 stdcall GetColorSpace(long) GetColorSpace
|
|
166 stdcall GetCurrentObject(long long) GetCurrentObject
|
|
167 stdcall GetCurrentPositionEx(long ptr) GetCurrentPositionEx32
|
|
168 stdcall GetDCOrgEx(long ptr) GetDCOrgEx
|
|
169 stdcall GetDIBColorTable(long long long ptr) GetDIBColorTable32
|
|
170 stdcall GetDIBits(long long long long ptr ptr long) GetDIBits32
|
|
171 stdcall GetDeviceCaps(long long) GetDeviceCaps32
|
|
172 stub GetDeviceGammaRamp
|
|
173 stub GetETM
|
|
174 stdcall GetEnhMetaFileA(ptr) GetEnhMetaFile32A
|
|
175 stdcall GetEnhMetaFileBits(long long ptr) GetEnhMetaFileBits
|
|
176 stdcall GetEnhMetaFileDescriptionA(long long ptr) GetEnhMetaFileDescription32A
|
|
177 stdcall GetEnhMetaFileDescriptionW(long long ptr) GetEnhMetaFileDescription32W
|
|
178 stdcall GetEnhMetaFileHeader(long long ptr) GetEnhMetaFileHeader
|
|
179 stub GetEnhMetaFilePaletteEntries
|
|
180 stub GetEnhMetaFileW
|
|
181 stdcall GetFontData(long long long ptr long) GetFontData32
|
|
182 stdcall GetFontLanguageInfo(long) GetFontLanguageInfo32
|
|
183 stub GetFontResourceInfo
|
|
184 stub GetFontResourceInfoW
|
|
185 stub GetGlyphOutline
|
|
186 stdcall GetGlyphOutlineA(long long long ptr long ptr ptr) GetGlyphOutline32A
|
|
187 stdcall GetGlyphOutlineW(long long long ptr long ptr ptr) GetGlyphOutline32W
|
|
188 stdcall GetGraphicsMode(long) GetGraphicsMode
|
|
189 stub GetICMProfileA
|
|
190 stub GetICMProfileW
|
|
191 stub GetKerningPairs
|
|
192 stdcall GetKerningPairsA(long long ptr) GetKerningPairs32A
|
|
193 stdcall GetKerningPairsW(long long ptr) GetKerningPairs32W
|
|
194 stub GetLogColorSpaceA
|
|
195 stub GetLogColorSpaceW
|
|
196 stdcall GetMapMode(long) GetMapMode32
|
|
197 stdcall GetMetaFileA(str) GetMetaFile32A
|
|
198 stdcall GetMetaFileBitsEx(long long ptr) GetMetaFileBitsEx
|
|
199 stdcall GetMetaFileW(wstr) GetMetaFile32W
|
|
200 stub GetMetaRgn
|
|
201 stub GetMiterLimit
|
|
202 stdcall GetNearestColor(long long) GetNearestColor32
|
|
203 stdcall GetNearestPaletteIndex(long long) GetNearestPaletteIndex32
|
|
204 stdcall GetObjectA(long long ptr) GetObject32A
|
|
205 stdcall GetObjectType(long) GetObjectType
|
|
206 stdcall GetObjectW(long long ptr) GetObject32W
|
|
207 stub GetOutlineTextMetricsA
|
|
208 stub GetOutlineTextMetricsW
|
|
209 stdcall GetPaletteEntries(long long long ptr) GetPaletteEntries32
|
|
210 stdcall GetPath(long ptr ptr long) GetPath32
|
|
211 stdcall GetPixel(long long long) GetPixel32
|
|
212 stdcall GetPixelFormat(long) GetPixelFormat
|
|
213 stdcall GetPolyFillMode(long) GetPolyFillMode32
|
|
214 stdcall GetROP2(long) GetROP232
|
|
215 stdcall GetRandomRgn(long long long) GetRandomRgn
|
|
216 stdcall GetRasterizerCaps(ptr long) GetRasterizerCaps32
|
|
217 stdcall GetRegionData(long long ptr) GetRegionData
|
|
218 stdcall GetRelAbs(long) GetRelAbs32
|
|
219 stdcall GetRgnBox(long ptr) GetRgnBox32
|
|
220 stdcall GetStockObject(long) GetStockObject32
|
|
221 stdcall GetStretchBltMode(long) GetStretchBltMode32
|
|
222 stdcall GetSystemPaletteEntries(long long long ptr) GetSystemPaletteEntries32
|
|
223 stdcall GetSystemPaletteUse(long) GetSystemPaletteUse32
|
|
224 stdcall GetTextAlign(long) GetTextAlign32
|
|
225 stdcall GetTextCharacterExtra(long) GetTextCharacterExtra32
|
|
226 stdcall GetTextCharset(long) GetTextCharset32
|
|
227 stdcall GetTextColor(long) GetTextColor32
|
|
228 stdcall GetTextExtentExPointA(long str long long ptr ptr ptr) GetTextExtentExPoint32A
|
|
229 stdcall GetTextExtentExPointW(long wstr long long ptr ptr ptr) GetTextExtentExPoint32W
|
|
230 stdcall GetTextExtentPoint32A(long ptr long ptr) GetTextExtentPoint32A
|
|
231 stdcall GetTextExtentPoint32W(long ptr long ptr) GetTextExtentPoint32W
|
|
232 stdcall GetTextExtentPointA(long ptr long ptr) GetTextExtentPoint32ABuggy
|
|
233 stdcall GetTextExtentPointW(long ptr long ptr) GetTextExtentPoint32WBuggy
|
|
234 stdcall GetTextFaceA(long long ptr) GetTextFace32A
|
|
235 stdcall GetTextFaceW(long long ptr) GetTextFace32W
|
|
236 stdcall GetTextMetricsA(long ptr) GetTextMetrics32A
|
|
237 stdcall GetTextMetricsW(long ptr) GetTextMetrics32W
|
|
238 stub GetTransform
|
|
239 stdcall GetViewportExtEx(long ptr) GetViewportExtEx32
|
|
240 stdcall GetViewportOrgEx(long ptr) GetViewportOrgEx32
|
|
241 stub GetWinMetaFileBits
|
|
242 stdcall GetWindowExtEx(long ptr) GetWindowExtEx32
|
|
243 stdcall GetWindowOrgEx(long ptr) GetWindowOrgEx32
|
|
244 stdcall GetWorldTransform(long ptr) GetWorldTransform
|
|
245 stdcall IntersectClipRect(long long long long long) IntersectClipRect32
|
|
246 stdcall InvertRgn(long long) InvertRgn32
|
|
247 stdcall LPtoDP(long ptr long) LPtoDP32
|
|
248 stdcall LineDDA(long long long long ptr long) LineDDA32
|
|
249 stdcall LineTo(long long long) LineTo32
|
|
250 stub LoadImageColorMatcherA
|
|
251 stub LoadImageColorMatcherW
|
|
252 stub MaskBlt
|
|
253 stdcall ModifyWorldTransform(long ptr long) ModifyWorldTransform
|
|
254 stdcall MoveToEx(long long long ptr) MoveToEx32
|
|
255 stdcall OffsetClipRgn(long long long) OffsetClipRgn32
|
|
256 stdcall OffsetRgn(long long long) OffsetRgn32
|
|
257 stdcall OffsetViewportOrgEx(long long long ptr) OffsetViewportOrgEx32
|
|
258 stdcall OffsetWindowOrgEx(long long long ptr) OffsetWindowOrgEx32
|
|
259 stdcall PaintRgn(long long) PaintRgn32
|
|
260 stdcall PatBlt(long long long long long long) PatBlt32
|
|
261 stdcall PathToRegion(long) PathToRegion32
|
|
262 stdcall Pie(long long long long long long long long long) Pie32
|
|
263 stdcall PlayEnhMetaFile(long long ptr) PlayEnhMetaFile
|
|
264 stdcall PlayEnhMetaFileRecord(long ptr ptr long) PlayEnhMetaFileRecord
|
|
265 stdcall PlayMetaFile(long long) PlayMetaFile32
|
|
266 stdcall PlayMetaFileRecord(long ptr ptr long) PlayMetaFileRecord32
|
|
267 stub PlgBlt
|
|
268 stdcall PolyBezier(long ptr long) PolyBezier32
|
|
269 stdcall PolyBezierTo(long ptr long) PolyBezierTo32
|
|
270 stub PolyDraw
|
|
271 stdcall PolyPolygon(long ptr ptr long) PolyPolygon32
|
|
272 stdcall PolyPolyline(long ptr ptr long) PolyPolyline32
|
|
273 stub PolyTextOutA
|
|
274 stub PolyTextOutW
|
|
275 stdcall Polygon(long ptr long) Polygon32
|
|
276 stdcall Polyline(long ptr long) Polyline32
|
|
277 stub PolylineTo
|
|
278 stdcall PtInRegion(long long long) PtInRegion32
|
|
279 stdcall PtVisible(long long long) PtVisible32
|
|
280 stdcall RealizePalette(long) RealizePalette32
|
|
281 stdcall RectInRegion(long ptr) RectInRegion32
|
|
282 stdcall RectVisible(long ptr) RectVisible32
|
|
283 stdcall Rectangle(long long long long long) Rectangle32
|
|
284 stdcall RemoveFontResourceA(str) RemoveFontResource32A
|
|
285 stub RemoveFontResourceTracking
|
|
286 stdcall RemoveFontResourceW(wstr) RemoveFontResource32W
|
|
287 stdcall ResetDCA(long ptr) ResetDC32A
|
|
288 stdcall ResetDCW(long ptr) ResetDC32W
|
|
289 stdcall ResizePalette(long long) ResizePalette32
|
|
290 stdcall RestoreDC(long long) RestoreDC32
|
|
291 stdcall RoundRect(long long long long long long long) RoundRect32
|
|
292 stdcall SaveDC(long) SaveDC32
|
|
293 stdcall ScaleViewportExtEx(long long long long long ptr) ScaleViewportExtEx32
|
|
294 stdcall ScaleWindowExtEx(long long long long long ptr) ScaleWindowExtEx32
|
|
295 stub SelectBrushLocal
|
|
296 stdcall SelectClipPath(long long) SelectClipPath32
|
|
297 stdcall SelectClipRgn(long long) SelectClipRgn32
|
|
298 stub SelectFontLocal
|
|
299 stdcall SelectObject(long long) SelectObject32
|
|
300 stdcall SelectPalette(long long long) SelectPalette32
|
|
301 stub SetAbortProc
|
|
302 stdcall SetArcDirection(long long) SetArcDirection32
|
|
303 stdcall SetBitmapBits(long long ptr) SetBitmapBits32
|
|
304 stdcall SetBitmapDimensionEx(long long long ptr) SetBitmapDimensionEx32
|
|
305 stdcall SetBkColor(long long) SetBkColor32
|
|
306 stdcall SetBkMode(long long) SetBkMode32
|
|
307 stub SetBoundsRect
|
|
308 stdcall SetBrushOrgEx(long long long ptr) SetBrushOrgEx
|
|
309 stub SetColorAdjustment
|
|
310 stub SetColorSpace
|
|
311 stdcall SetDIBColorTable(long long long ptr) SetDIBColorTable32
|
|
312 stdcall SetDIBits(long long long long ptr ptr long) SetDIBits32
|
|
313 stdcall SetDIBitsToDevice(long long long long long long long long long ptr ptr long) SetDIBitsToDevice32
|
|
314 stub SetDeviceGammaRamp
|
|
315 stdcall SetEnhMetaFileBits(long ptr) SetEnhMetaFileBits
|
|
316 stub SetFontEnumeration
|
|
317 stdcall SetGraphicsMode(long long) SetGraphicsMode
|
|
318 stdcall SetICMMode(long long) SetICMMode
|
|
319 stub SetICMProfileA
|
|
320 stub SetICMProfileW
|
|
321 stdcall SetMapMode(long long) SetMapMode32
|
|
322 stdcall SetMapperFlags(long long) SetMapperFlags32
|
|
323 stdcall SetMetaFileBitsEx(long ptr) SetMetaFileBitsEx
|
|
324 stub SetMetaRgn
|
|
325 stub SetMiterLimit
|
|
326 stdcall SetPaletteEntries(long long long ptr) SetPaletteEntries32
|
|
327 stdcall SetPixel(long long long long) SetPixel32
|
|
328 stdcall SetPixelFormat(long long ptr) SetPixelFormat
|
|
329 stdcall SetPixelV(long long long long) SetPixelV32
|
|
330 stdcall SetPolyFillMode(long long) SetPolyFillMode32
|
|
331 stdcall SetROP2(long long) SetROP232
|
|
332 stdcall SetRectRgn(long long long long long) SetRectRgn32
|
|
333 stdcall SetRelAbs(long long) SetRelAbs32
|
|
334 stdcall SetStretchBltMode(long long) SetStretchBltMode32
|
|
335 stdcall SetSystemPaletteUse(long long) SetSystemPaletteUse32
|
|
336 stdcall SetTextAlign(long long) SetTextAlign32
|
|
337 stdcall SetTextCharacterExtra(long long) SetTextCharacterExtra32
|
|
338 stdcall SetTextColor(long long) SetTextColor32
|
|
339 stdcall SetTextJustification(long long long) SetTextJustification32
|
|
340 stdcall SetViewportExtEx(long long long ptr) SetViewportExtEx32
|
|
341 stdcall SetViewportOrgEx(long long long ptr) SetViewportOrgEx32
|
|
342 stub SetVirtualResolution
|
|
343 stub SetWinMetaFileBits
|
|
344 stdcall SetWindowExtEx(long long long ptr) SetWindowExtEx32
|
|
345 stdcall SetWindowOrgEx(long long long ptr) SetWindowOrgEx32
|
|
346 stdcall SetWorldTransform(long ptr) SetWorldTransform
|
|
347 stub StartDocA
|
|
348 stub StartDocW
|
|
349 stub StartPage
|
|
350 stdcall StretchBlt(long long long long long long long long long long long) StretchBlt32
|
|
351 stdcall StretchDIBits(long long long long long long long long long ptr ptr long long) StretchDIBits32
|
|
352 stub StrokeAndFillPath
|
|
353 stub StrokePath
|
|
354 stdcall SwapBuffers(long) SwapBuffers
|
|
355 stdcall TextOutA(long long long str long) TextOut32A
|
|
356 stdcall TextOutW(long long long wstr long) TextOut32W
|
|
357 stub UnloadNetworkFonts
|
|
358 stdcall UnrealizeObject(long) UnrealizeObject32
|
|
359 stdcall UpdateColors(long) UpdateColors32
|
|
360 stub WidenPath
|
|
361 stub pstackConnect
|
|
#late additions
|
|
362 stub DeviceCapabilitiesEx
|
|
363 stub GdiDciBeginAccess
|
|
364 stub GdiDciCreateOffscreenSurface
|
|
365 stub GdiDciCreateOverlaySurface
|
|
366 stub GdiDciCreatePrimarySurface
|
|
367 stub GdiDciDestroySurface
|
|
368 stub GdiDciDrawSurface
|
|
369 stub GdiDciEndAccess
|
|
370 stub GdiDciEnumSurface
|
|
371 stub GdiDciInitialize
|
|
372 stub GdiDciSetClipList
|
|
373 stub GdiDciSetDestination
|
|
374 stub GdiDllInitialize
|
|
375 stub GdiGetLocalBitmap
|
|
376 stub GdiWinWatchClose
|
|
377 stub GdiWinWatchDidStatusChange
|
|
378 stub GdiWinWatchGetClipList
|
|
379 stub GdiWinWatchOpen
|
|
380 stub GetGlyphOutlineWow
|
|
381 stdcall GetTextCharsetInfo(long ptr long) GetTextCharsetInfo
|
|
382 stdcall TranslateCharsetInfo(ptr ptr long) TranslateCharSetInfo
|
|
383 stub UpdateICMRegKeyA
|
|
384 stub UpdateICMRegKeyW
|
|
385 stub gdiPlaySpoolStream
|
|
386 stdcall SetObjectOwner(long long) SetObjectOwner32
|
|
387 stub UpdateICMRegKey
|
|
388 extern pfnRealizePalette pfnRealizePalette
|
|
389 extern pfnSelectPalette pfnSelectPalette
|