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.

61 lines
1.4 KiB

  1. /*++
  2. Copyright (c) 1997-1999 Microsoft Corporation
  3. --*/
  4. //
  5. // The name table used by IOemCB::GetImplementedMethod().
  6. // Remove comments of names which are implemented in your
  7. // IOemCB plug-ins.
  8. //
  9. // Note: The name table must be sorted. When you are
  10. // inserting a new entry in this table, please mae sure
  11. // the sort order being not broken.
  12. //
  13. CONST PSTR
  14. gMethodsSupported[] = {
  15. // "Command",
  16. "CommandCallback",
  17. // "Compression",
  18. // "DeviceCapabilities",
  19. "DevMode",
  20. // "DevQueryPrintEx",
  21. // "DisableDriver",
  22. // "DisablePDEV",
  23. // "DocumentPropertySheets",
  24. // "DownloadCharGlyph",
  25. // "DownloadFontHeader",
  26. // "DriverDMS",
  27. // "DriverEvent",
  28. // "DrvGetDriverSetting",
  29. // "DrvWriteSpoolBuf",
  30. // "EnableDriver",
  31. // "EnablePDEV",
  32. // "FilterGraphics",
  33. // "FontInstallerDlgProc",
  34. // "GetDDIHooks",
  35. // "GetDriverSetting",
  36. "GetImplementedMethod",
  37. "GetInfo",
  38. // "HalftonePattern",
  39. // "ImageProcessing",
  40. // "MemoryUsage",
  41. // "OutputCharStr",
  42. // "PrinterEvent",
  43. // "PropCommonUIProp",
  44. "PublishDriverInterface",
  45. // "QueryColorProfile",
  46. // "ResetPDEV",
  47. // "SendFontCmd",
  48. // "SheetsDevicePropertySheets",
  49. // "TextOutAsBitmap",
  50. // "TTDownloadMethod",
  51. // "TTYGetInfo",
  52. // "UpdateUISetting",
  53. // "UpgradePrinter",
  54. // "UpgradeRegistry",
  55. // "UpgradeRegistrySetting",
  56. };