-
Notifications
You must be signed in to change notification settings - Fork 3
/
virtdisp.def
59 lines (48 loc) · 1.63 KB
/
virtdisp.def
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
LIBRARY DISPLAY
; single data section for all processes
DATA PRELOAD FIXED SINGLE
DESCRIPTION 'DISPLAY : 100, 96, 96 : Virtual display driver.'
EXETYPE WINDOWS
SEGMENTS
_TEXT PRELOAD FIXED SHARED
_INIT PRELOAD FIXED SHARED
_INIT32 PRELOAD MOVEABLE
EXPORTS
BitBlt @1
ColorInfo @2
Control @3
Disable @4
Enable @5
EnumDFonts @6
EnumObj @7
Output @8
Pixel @9
RealizeObject @10
StrBlt @11
ScanLR @12
DeviceMode @13 NODATA ;We nop this routine
ExtTextOut @14
GetCharWidth @15 NODATA
DeviceBitmap @16 NODATA ;We don't handle this
FastBorder @17
SetAttribute @18 NODATA ;We don't handle this
DibBlt @19 ;for device independent bitmaps
CreateDIBitmap @20
DibToDevice @21
SetPalette @22 ;palette stuff, Win 3.0
GetPalette @23
SetPaletteTranslate @24
GetPaletteTranslate @25
UpdateColors @26 ;translate pixels on screen
StretchBlt @27
StretchDIBits @28
SelectBitmap @29
BitmapBits @30
ReEnable @31
Inquire @101 ;Mouse cursor stuff
SetCursor @102
MoveCursor @103
CheckCursor @104
GetDriverResourceID @450
UserRepaintDisable @500
ValidateMode @700