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.

23 lines
569 B

  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. // NTRAID#NTBUG9-588495-2002/03/28-yasuho-: Remove dead code.
  11. CONST PSTR
  12. gMethodsSupported[] = {
  13. "CommandCallback",
  14. "DevMode",
  15. "GetImplementedMethod",
  16. "GetInfo",
  17. "OutputCharStr",
  18. "PublishDriverInterface",
  19. "SendFontCmd",
  20. };