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.

30 lines
675 B

  1. /*++
  2. Copyright (c) 1997-1999 Microsoft Corporation
  3. --*/
  4. // NTRAID#NTBUG9-576661-2002/03/14-yasuho-: Remove the dead codes
  5. //
  6. // The name table used by IOemCB::GetImplementedMethod().
  7. // Remove comments of names which are implemented in your
  8. // IOemCB plug-ins.
  9. //
  10. // Note: The name table must be sorted. When you are
  11. // inserting a new entry in this table, please mae sure
  12. // the sort order being not broken.
  13. //
  14. CONST PSTR
  15. gMethodsSupported[] = {
  16. "CommandCallback",
  17. "DevMode",
  18. "DisablePDEV",
  19. "EnablePDEV",
  20. "FilterGraphics",
  21. "GetImplementedMethod",
  22. "GetInfo",
  23. "PublishDriverInterface",
  24. "ResetPDEV",
  25. };