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.

81 lines
2.3 KiB

  1. LIBRARY okiescms
  2. EXETYPE WINDOWS
  3. CODE MOVEABLE DISCARDABLE LOADONCALL
  4. DATA MOVEABLE SINGLE PRELOAD
  5. SEGMENTS
  6. _TEXT PRELOAD MOVEABLE
  7. EXPORTS
  8. DevBitblt @1
  9. ColorInfo @2
  10. Control @3
  11. Disable @4
  12. Enable @5
  13. EnumDFonts @6
  14. EnumObj @7
  15. Output @8
  16. Pixel @9
  17. RealizeObject @10
  18. StrBlt @11
  19. ScanLR @12
  20. DeviceMode @13
  21. DevExtTextOut @14
  22. DevGetCharWidth @15
  23. DeviceBitmap @16
  24. FastBorder @17
  25. SetAttribute @18
  26. DIBBlt @19
  27. CreateDIBitmap @20
  28. SetDIBitsToDevice @21
  29. DevStretchBlt @27
  30. StretchDIB @28
  31. DeviceSelectBitmap @29
  32. BitmapBits @30
  33. ExtDeviceMode @90
  34. DeviceCapabilities @91
  35. ; QueryDeviceNames @92 ; not called or documented
  36. AdvancedSetUpDialog @93
  37. DevInstall @94
  38. ExtDeviceModePropSheet @95
  39. WEP
  40. IMPORTS
  41. UniBitBlt = unidrv.1
  42. UniColorInfo = unidrv.2
  43. UniControl = unidrv.3
  44. UniDisable = unidrv.4
  45. UniEnable = unidrv.5
  46. UniEnumDFonts = unidrv.6
  47. UniEnumObj = unidrv.7
  48. UniOutput = unidrv.8
  49. UniPixel = unidrv.9
  50. UniRealizeObject = unidrv.10
  51. UniDeviceMode = unidrv.13
  52. UniExtTextOut = unidrv.14
  53. UniGetCharWidth = unidrv.15
  54. UniDIBBlt = unidrv.19
  55. UniSetDIBitsToDevice = unidrv.21
  56. UniStretchBlt = unidrv.27
  57. UniStretchDIB = unidrv.28
  58. UniDeviceSelectBitmap = unidrv.29
  59. UniBitmapBits = unidrv.30
  60. UniExtDeviceMode = unidrv.90
  61. UniDeviceCapabilities = unidrv.91
  62. ; UniQueryDeviceNames = unidrv.92
  63. UniAdvancedSetUpDialog = unidrv.93
  64. UniDevInstall = unidrv.94
  65. UniExtDeviceModePropSheet = unidrv.95
  66. WriteSpoolBuf = unidrv.300
  67. MessageBoxIndirect = user.827