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.

27 lines
680 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. CONST PSTR
  11. gMethodsSupported[] = {
  12. "CommandCallback",
  13. "DevMode",
  14. "DisableDriver",
  15. "DisablePDEV",
  16. "EnableDriver",
  17. "EnablePDEV",
  18. "GetImplementedMethod",
  19. "GetInfo",
  20. "OutputCharStr",
  21. "SendFontCmd",
  22. };
  23. // Maximum lenth of the method name which this plug-in has concern.
  24. #define MAX_METHODNAME 21 // including terminating 0