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.

93 lines
3.2 KiB

  1. ;****************************************************************************
  2. ; *
  3. ; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY *
  4. ; KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE *
  5. ; IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR *
  6. ; PURPOSE. *
  7. ; *
  8. ; Copyright (C) 1993-95 Microsoft Corporation. All Rights Reserved. *
  9. ; *
  10. ;****************************************************************************
  11. LIBRARY JP3500P
  12. DESCRIPTION 'DDRV FIRSTEC JP-L3500/G'
  13. EXETYPE WINDOWS
  14. HEAPSIZE 1024
  15. CODE MOVEABLE DISCARDABLE LOADONCALL
  16. DATA MOVEABLE SINGLE PRELOAD
  17. SEGMENTS
  18. _TEXT PRELOAD MOVEABLE
  19. EXPORTS
  20. DevBitblt @1
  21. ColorInfo @2
  22. Control @3
  23. Disable @4
  24. Enable @5
  25. EnumDFonts @6
  26. EnumObj @7
  27. Output @8
  28. Pixel @9
  29. RealizeObject @10
  30. StrBlt @11
  31. ScanLR @12
  32. DeviceMode @13
  33. DevExtTextOut @14
  34. DevGetCharWidth @15
  35. DeviceBitmap @16
  36. FastBorder @17
  37. SetAttribute @18
  38. DIBBlt @19
  39. CreateDIBitmap @20
  40. SetDIBitsToDevice @21
  41. DevStretchBlt @27
  42. StretchDIB @28
  43. DeviceSelectBitmap @29
  44. BitmapBits @30
  45. ExtDeviceMode @90
  46. DeviceCapabilities @91
  47. ; QueryDeviceNames @92 ; not called or documented
  48. AdvancedSetUpDialog @93
  49. DevInstall @94
  50. ExtDeviceModePropSheet @95
  51. InstallExtFonts @301
  52. WEP
  53. IMPORTS
  54. UniBitBlt = unidrv.1
  55. UniColorInfo = unidrv.2
  56. UniControl = unidrv.3
  57. UniDisable = unidrv.4
  58. UniEnable = unidrv.5
  59. UniEnumDFonts = unidrv.6
  60. UniEnumObj = unidrv.7
  61. UniOutput = unidrv.8
  62. UniPixel = unidrv.9
  63. UniRealizeObject = unidrv.10
  64. UniDeviceMode = unidrv.13
  65. UniExtTextOut = unidrv.14
  66. UniGetCharWidth = unidrv.15
  67. UniDIBBlt = unidrv.19
  68. UniSetDIBitsToDevice = unidrv.21
  69. UniStretchBlt = unidrv.27
  70. UniStretchDIB = unidrv.28
  71. UniDeviceSelectBitmap = unidrv.29
  72. UniBitmapBits = unidrv.30
  73. UniExtDeviceMode = unidrv.90
  74. UniDeviceCapabilities = unidrv.91
  75. ; UniQueryDeviceNames = unidrv.92
  76. UniAdvancedSetUpDialog = unidrv.93
  77. UniDevInstall = unidrv.94
  78. UniExtDeviceModePropSheet = unidrv.95
  79. WriteSpoolBuf = unidrv.300
  80. MessageBoxIndirect = user.827
  81.