You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
83 lines
3.0 KiB
83 lines
3.0 KiB
;;/////////////////////////////////////////////////////////////////////////;;
|
|
;; FILE : faxdrv16.def ;;
|
|
;; ;;
|
|
;; DESCRIPTION : Moudle definition file for the DDI implementation. ;;
|
|
;; ;;
|
|
;; AUTHOR : DanL. ;;
|
|
;; ;;
|
|
;; HISTORY : ;;
|
|
;; Oct 19 1999 DannyL Creation. ;;
|
|
;; ;;
|
|
;; Copyright (C) 1999 Microsoft Corporation All Rights Reserved ;;
|
|
;;/////////////////////////////////////////////////////////////////////////;;
|
|
|
|
LIBRARY FXSDRV
|
|
DESCRIPTION 'FXSDRV'
|
|
EXETYPE WINDOWS
|
|
|
|
CODE MOVEABLE DISCARDABLE LOADONCALL
|
|
DATA MOVEABLE SINGLE PRELOAD
|
|
HEAPSIZE 4096
|
|
|
|
SEGMENTS
|
|
_TEXT PRELOAD MOVEABLE
|
|
WEP_TEXT PRELOAD FIXED
|
|
|
|
EXPORTS
|
|
DevBitblt @1
|
|
ColorInfo @2
|
|
Control @3
|
|
Disable @4
|
|
Enable @5
|
|
EnumDFonts @6
|
|
EnumObj @7
|
|
Output @8
|
|
Pixel @9
|
|
RealizeObject @10
|
|
StrBlt @11
|
|
ScanLR @12
|
|
DevExtTextOut @14
|
|
DevGetCharWidth @15
|
|
DeviceBitmap @16
|
|
FastBorder @17
|
|
SetAttribute @18
|
|
DIBBlt @19
|
|
CreateDIBitmap @20
|
|
SetDIBitsToDevice @21
|
|
StretchDIB @28
|
|
ExtDeviceMode @90
|
|
DeviceCapabilities @91
|
|
AdvancedSetUpDialog @93
|
|
DevInstall @94
|
|
ExtDeviceModePropSheet @95
|
|
fnDump @100
|
|
thunk1632_ThunkData16 @101 RESIDENTNAME
|
|
WEP @102 RESIDENTNAME
|
|
|
|
IMPORTS
|
|
UniBitBlt = unidrv.1
|
|
UniColorInfo = unidrv.2
|
|
UniControl = unidrv.3
|
|
UniDisable = unidrv.4
|
|
UniEnable = unidrv.5
|
|
UniEnumDFonts = unidrv.6
|
|
UniEnumObj = unidrv.7
|
|
UniOutput = unidrv.8
|
|
UniPixel = unidrv.9
|
|
UniRealizeObject = unidrv.10
|
|
UniDeviceMode = unidrv.13
|
|
UniExtTextOut = unidrv.14
|
|
UniGetCharWidth = unidrv.15
|
|
UniDIBBlt = unidrv.19
|
|
UniSetDIBitsToDevice = unidrv.21
|
|
UniStretchDIB = unidrv.28
|
|
UniDeviceSelectBitmap = unidrv.29
|
|
UniBitmapBits = unidrv.30
|
|
UniExtDeviceMode = unidrv.90
|
|
UniDeviceCapabilities = unidrv.91
|
|
UniAdvancedSetUpDialog = unidrv.93
|
|
UniDevInstall = unidrv.94
|
|
UniExtDeviceModePropSheet = unidrv.95
|
|
|
|
C16ThkSL01 = KERNEL.631
|
|
ThunkConnect16 = KERNEL.651
|