aboutsummaryrefslogtreecommitdiffstats
path: root/boxv9x.def
blob: f6543f1b12f6cfbb4e8f4015e8e8e14d769747e5 (plain) (blame)
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
60
61
62
63
64
65
66
67
;
; Standard display driver .DEF file
;
LIBRARY DISPLAY

;
; The magic numbers are: Aspect ratio, Horizontal DPI, Vertical DPI
;
DESCRIPTION 'DISPLAY : 100, 96, 96 : DIB Engine based Mini display driver.'
EXETYPE WINDOWS

DATA PRELOAD FIXED SINGLE

SEGMENTS
    _TEXT       PRELOAD  SHARED
    _INIT       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

    ExtTextOut             @14
    GetCharWidth           @15     NODATA
    DeviceBitmap           @16     NODATA
    FastBorder             @17
    SetAttribute           @18     NODATA

    DibBlt                 @19             ; Device Independent Bitmap group
    CreateDIBitmap         @20
    DibToDevice            @21

    SetPalette             @22             ; Windows 3.0 palette group
    GetPalette             @23

    SetPaletteTranslate    @24
    GetPaletteTranslate    @25
    UpdateColors           @26
    StretchBlt             @27
    StretchDIBits          @28

    SelectBitmap           @29
    BitmapBits             @30
    ReEnable               @31

    Inquire                @101            ; Mouse cursor function group
    SetCursor              @102
    MoveCursor             @103
    CheckCursor            @104

    GetDriverResourceID    @450            ; Undocumented USER callback
    UserRepaintDisable     @500            ; Undocumented USER callback

    ValidateMode	        @700

IMPORTS
    GlobalSmartPageLock = KERNEL.230       ; Undocumented function