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.
|
|
;**************************************************************************** ; * ; THIS CODE AND INFORMATION IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY * ; KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE * ; IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A PARTICULAR * ; PURPOSE. * ; * ; Copyright (C) 1993-95 Microsoft Corporation. All Rights Reserved. * ; * ;****************************************************************************
LIBRARY JP3500P DESCRIPTION 'DDRV FIRSTEC JP-L3500/G' EXETYPE WINDOWS
HEAPSIZE 1024
CODE MOVEABLE DISCARDABLE LOADONCALL DATA MOVEABLE SINGLE PRELOAD
SEGMENTS _TEXT PRELOAD MOVEABLE
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 DeviceMode @13 DevExtTextOut @14 DevGetCharWidth @15 DeviceBitmap @16 FastBorder @17 SetAttribute @18 DIBBlt @19 CreateDIBitmap @20 SetDIBitsToDevice @21 DevStretchBlt @27 StretchDIB @28 DeviceSelectBitmap @29 BitmapBits @30 ExtDeviceMode @90 DeviceCapabilities @91 ; QueryDeviceNames @92 ; not called or documented AdvancedSetUpDialog @93 DevInstall @94 ExtDeviceModePropSheet @95 InstallExtFonts @301 WEP
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 UniStretchBlt = unidrv.27 UniStretchDIB = unidrv.28 UniDeviceSelectBitmap = unidrv.29 UniBitmapBits = unidrv.30 UniExtDeviceMode = unidrv.90 UniDeviceCapabilities = unidrv.91 ; UniQueryDeviceNames = unidrv.92 UniAdvancedSetUpDialog = unidrv.93 UniDevInstall = unidrv.94 UniExtDeviceModePropSheet = unidrv.95
WriteSpoolBuf = unidrv.300 MessageBoxIndirect = user.827
|