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.
|
|
/*++
Copyright (c) 1997-1999 Microsoft Corporation
--*/
CONST CHAR pstrGetInfo[] = "GetInfo"; CONST CHAR pstrDevMode[] = "DevMode"; CONST CHAR pstrPublishDriverInterface[] = "PublishDriverInterface"; CONST CHAR pstrGetImplementedMethod[] = "GetImplementedMethod"; CONST CHAR pstrCommonUIProp[] = "PropCommonUIProp"; CONST CHAR pstrDocumentPropertySheets[] = "DocumentPropertySheets"; CONST CHAR pstrDevicePropertySheets[] = "SheetsDevicePropertySheets"; CONST CHAR pstrDevQueryPrintEx[] = "DevQueryPrintEx"; CONST CHAR pstrDeviceCapabilities[] = "DeviceCapabilities"; CONST CHAR pstrUpgradePrinter[] = "UpgradePrinter"; CONST CHAR pstrPrinterEvent[] = "PrinterEvent"; CONST CHAR pstrDriverEvent[] = "DriverEvent"; CONST CHAR pstrQueryColorProfile[] = "QueryColorProfile"; CONST CHAR pstrUpgradeRegistry[] = "UpgradeRegistry"; CONST CHAR pstrFontInstallerDlgProc[] = "FontInstallerDlgProc"; CONST CHAR pstrGetDriverSetting[] = "GetDriverSetting"; CONST CHAR pstrUpgradeRegistrySetting[] = "UpgradeRegistrySetting"; CONST CHAR pstrUpdateUISetting[] = "UpdateUISetting"; CONST CHAR pstrEnableDriver[] = "EnableDriver"; CONST CHAR pstrDisableDriver[] = "DiableDriver"; CONST CHAR pstrEnablePDEV[] = "EnablePDEV"; CONST CHAR pstrDisablePDEV[] = "DisablePDEV"; CONST CHAR pstrResetPDEV[] = "ResetPDEV"; CONST CHAR pstrCommand[] = "Command"; CONST CHAR pstrDrvGetDriverSetting[] = "DrvGetDriverSetting"; CONST CHAR pstrDrvWriteSpoolBuf[] = "DrvWriteSpoolBuf"; CONST CHAR pstrDriverDMS[] = "DriverDMS"; CONST CHAR pstrCommandCallback[] = "CommandCallback"; CONST CHAR pstrImageProcessing[] = "ImageProcessing"; CONST CHAR pstrFilterGraphics[] = "FilterGraphics"; CONST CHAR pstrCompression[] = "Compression"; CONST CHAR pstrHalftonePattern[] = "HalftonePattern"; CONST CHAR pstrMemoryUsage[] = "MemoryUsage"; CONST CHAR pstrDownloadFontHeader[] = "DownloadFontHeader"; CONST CHAR pstrDownloadCharGlyph[] = "DownloadCharGlyph"; CONST CHAR pstrTTDownloadMethod[] = "TTDownloadMethod"; CONST CHAR pstrOutputCharStr[] = "OutputCharStr"; CONST CHAR pstrSendFontCmd[] = "SendFontCmd"; CONST CHAR pstrTextOutAsBitmap[] = "TextOutAsBitmap"; CONST CHAR pstrGetDDIHooks[] = "GetDDIHooks"; CONST CHAR pstrTTYGetInfo[] = "TTYGetInfo";
|