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.

55 lines
1.4 KiB

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