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.

41 lines
2.1 KiB

  1. CONST CHAR pstrGetInfo[] = "GetInfo";
  2. CONST CHAR pstrDevMode[] = "DevMode";
  3. CONST CHAR pstrPublishDriverInterface[] = "PublishDriverInterface";
  4. CONST CHAR pstrGetImplementedMethod[] = "GetImplementedMethod";
  5. CONST CHAR pstrCommonUIProp[] = "PropCommonUIProp";
  6. CONST CHAR pstrDocumentPropertySheets[] = "DocumentPropertySheets";
  7. CONST CHAR pstrDevicePropertySheets[] = "SheetsDevicePropertySheets";
  8. CONST CHAR pstrDevQueryPrintEx[] = "DevQueryPrintEx";
  9. CONST CHAR pstrDeviceCapabilities[] = "DeviceCapabilities";
  10. CONST CHAR pstrUpgradePrinter[] = "UpgradePrinter";
  11. CONST CHAR pstrPrinterEvent[] = "PrinterEvent";
  12. CONST CHAR pstrDriverEvent[] = "DriverEvent";
  13. CONST CHAR pstrQueryColorProfile[] = "QueryColorProfile";
  14. CONST CHAR pstrUpgradeRegistry[] = "UpgradeRegistry";
  15. CONST CHAR pstrFontInstallerDlgProc[] = "FontInstallerDlgProc";
  16. CONST CHAR pstrGetDriverSetting[] = "GetDriverSetting";
  17. CONST CHAR pstrUpgradeRegistrySetting[] = "UpgradeRegistrySetting";
  18. CONST CHAR pstrUpdateUISetting[] = "UpdateUISetting";
  19. CONST CHAR pstrEnableDriver[] = "EnableDriver";
  20. CONST CHAR pstrDisableDriver[] = "DiableDriver";
  21. CONST CHAR pstrEnablePDEV[] = "EnablePDEV";
  22. CONST CHAR pstrDisablePDEV[] = "DisablePDEV";
  23. CONST CHAR pstrResetPDEV[] = "ResetPDEV";
  24. CONST CHAR pstrCommand[] = "Command";
  25. CONST CHAR pstrDrvGetDriverSetting[] = "DrvGetDriverSetting";
  26. CONST CHAR pstrDrvWriteSpoolBuf[] = "DrvWriteSpoolBuf";
  27. CONST CHAR pstrDriverDMS[] = "DriverDMS";
  28. CONST CHAR pstrCommandCallback[] = "CommandCallback";
  29. CONST CHAR pstrImageProcessing[] = "ImageProcessing";
  30. CONST CHAR pstrFilterGraphics[] = "FilterGraphics";
  31. CONST CHAR pstrCompression[] = "Compression";
  32. CONST CHAR pstrHalftonePattern[] = "HalftonePattern";
  33. CONST CHAR pstrMemoryUsage[] = "MemoryUsage";
  34. CONST CHAR pstrDownloadFontHeader[] = "DownloadFontHeader";
  35. CONST CHAR pstrDownloadCharGlyph[] = "DownloadCharGlyph";
  36. CONST CHAR pstrTTDownloadMethod[] = "TTDownloadMethod";
  37. CONST CHAR pstrOutputCharStr[] = "OutputCharStr";
  38. CONST CHAR pstrSendFontCmd[] = "SendFontCmd";
  39. CONST CHAR pstrTextOutAsBitmap[] = "TextOutAsBitmap";
  40. CONST CHAR pstrGetDDIHooks[] = "GetDDIHooks";
  41. CONST CHAR pstrTTYGetInfo[] = "TTYGetInfo";