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.

38 lines
880 B

  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. "CommandCallback",
  16. "DisableDriver",
  17. "DisablePDEV",
  18. "DownloadCharGlyph",
  19. "DownloadFontHeader",
  20. "EnableDriver",
  21. "EnablePDEV",
  22. "FilterGraphics",
  23. "GetImplementedMethod",
  24. "GetInfo",
  25. "OutputCharStr",
  26. "PublishDriverInterface",
  27. "ResetPDEV",
  28. "SendFontCmd",
  29. "TTDownloadMethod",
  30. };
  31. // Maximum lenth of the method name which this plug-in has concern.
  32. #define MAX_METHODNAME 23 // including terminating 0