Leaked source code of windows server 2003
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

  1. ;;/////////////////////////////////////////////////////////////////////////;;
  2. ;; FILE : faxdrv16.def ;;
  3. ;; ;;
  4. ;; DESCRIPTION : Moudle definition file for the DDI implementation. ;;
  5. ;; ;;
  6. ;; AUTHOR : DanL. ;;
  7. ;; ;;
  8. ;; HISTORY : ;;
  9. ;; Oct 19 1999 DannyL Creation. ;;
  10. ;; ;;
  11. ;; Copyright (C) 1999 Microsoft Corporation All Rights Reserved ;;
  12. ;;/////////////////////////////////////////////////////////////////////////;;
  13. LIBRARY FXSDRV
  14. DESCRIPTION 'FXSDRV'
  15. EXETYPE WINDOWS
  16. CODE MOVEABLE DISCARDABLE LOADONCALL
  17. DATA MOVEABLE SINGLE PRELOAD
  18. HEAPSIZE 4096
  19. SEGMENTS
  20. _TEXT PRELOAD MOVEABLE
  21. WEP_TEXT PRELOAD FIXED
  22. EXPORTS
  23. DevBitblt @1
  24. ColorInfo @2
  25. Control @3
  26. Disable @4
  27. Enable @5
  28. EnumDFonts @6
  29. EnumObj @7
  30. Output @8
  31. Pixel @9
  32. RealizeObject @10
  33. StrBlt @11
  34. ScanLR @12
  35. DevExtTextOut @14
  36. DevGetCharWidth @15
  37. DeviceBitmap @16
  38. FastBorder @17
  39. SetAttribute @18
  40. DIBBlt @19
  41. CreateDIBitmap @20
  42. SetDIBitsToDevice @21
  43. StretchDIB @28
  44. ExtDeviceMode @90
  45. DeviceCapabilities @91
  46. AdvancedSetUpDialog @93
  47. DevInstall @94
  48. ExtDeviceModePropSheet @95
  49. fnDump @100
  50. thunk1632_ThunkData16 @101 RESIDENTNAME
  51. WEP @102 RESIDENTNAME
  52. IMPORTS
  53. UniBitBlt = unidrv.1
  54. UniColorInfo = unidrv.2
  55. UniControl = unidrv.3
  56. UniDisable = unidrv.4
  57. UniEnable = unidrv.5
  58. UniEnumDFonts = unidrv.6
  59. UniEnumObj = unidrv.7
  60. UniOutput = unidrv.8
  61. UniPixel = unidrv.9
  62. UniRealizeObject = unidrv.10
  63. UniDeviceMode = unidrv.13
  64. UniExtTextOut = unidrv.14
  65. UniGetCharWidth = unidrv.15
  66. UniDIBBlt = unidrv.19
  67. UniSetDIBitsToDevice = unidrv.21
  68. UniStretchDIB = unidrv.28
  69. UniDeviceSelectBitmap = unidrv.29
  70. UniBitmapBits = unidrv.30
  71. UniExtDeviceMode = unidrv.90
  72. UniDeviceCapabilities = unidrv.91
  73. UniAdvancedSetUpDialog = unidrv.93
  74. UniDevInstall = unidrv.94
  75. UniExtDeviceModePropSheet = unidrv.95
  76. C16ThkSL01 = KERNEL.631
  77. ThunkConnect16 = KERNEL.651