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.

71 lines
3.0 KiB

  1. //==========================================================================;
  2. //
  3. // File: REGISTRY.H
  4. //
  5. // Purpose: To provide Header file for ATI WDM Registry configurations
  6. //
  7. // Notes: This file is provided under strict non-disclosure agreements
  8. // it is and remains the property of ATI Technologies Inc.
  9. // Any use of this file or the information it contains to
  10. // develop products commercial or otherwise must be with the
  11. // permission of ATI Technologies Inc.
  12. //
  13. // Copyright (C) 1997 - 1998, ATI Technologies Inc.
  14. //
  15. //==========================================================================;
  16. #define REGISTRY_BUFFER_SIZE 6
  17. #define WDM_REGISTRY_KEY "ATI WDM Configurations"
  18. #define WDM_REG_MULTIMEDIA "ATI WDM Configurations\\Multimedia Table"
  19. #define UNICODE_WDM_REG_MULTIMEDIA L"ATI WDM Configurations\\Multimedia Table"
  20. #define WDM_REG_MM_TUNER "Tuner Type"
  21. #define UNICODE_WDM_REG_MM_TUNER L"Tuner Type"
  22. #define WDM_REG_MM_DECODER "Decoder Type"
  23. #define UNICODE_WDM_REG_MM_DECODER L"Decoder Type"
  24. #define WDM_REG_MM_DECODER_CRYSTALS "Decoder Crystals Type"
  25. #define UNICODE_WDM_REG_MM_DECODER_CRYSTALS L"Decoder Crystals Type"
  26. #define WDM_REG_MM_AUDIO "Audio Chip Type"
  27. #define UNICODE_WDM_REG_MM_AUDIO L"Audio Chip Type"
  28. #define WDM_REG_MM_OEM "OEM Id"
  29. #define UNICODE_WDM_REG_MM_OEM L"OEM Id"
  30. #define WDM_REG_MM_ATI_PRODUCT "ATI Product Id"
  31. #define UNICODE_WDM_REG_MM_ATI_PRODUCT L"ATI Product Id"
  32. #define WDM_REG_MM_PRODUCT_REVISION "Product Revision Id"
  33. #define UNICODE_WDM_REG_MM_PRODUCT_REVISION L"Product Revision Id"
  34. #define WDM_REG_MM_BYTE1 "MMTableByte1"
  35. #define UNICODE_WDM_REG_MM_BYTE1 L"MMTableByte1"
  36. #define WDM_REG_MM_BYTE6 "MMTableByte6"
  37. #define UNICODE_WDM_REG_MM_BYTE6 L"MMTableByte6"
  38. #define WDM_REG_MM_BYTE7 "MMTableByte7"
  39. #define UNICODE_WDM_REG_MM_BYTE7 L"MMTableByte7"
  40. #define WDM_REG_I2C "ATI WDM Configurations\\I2C Configuration"
  41. #define UNICODE_WDM_REG_I2C L"ATI WDM Configurations\\I2C Configuration"
  42. #define WDM_REG_I2C_METHOD "I2C Method"
  43. #define UNICODE_WDM_REG_I2C_METHOD L"I2C Method"
  44. #define WDM_REG_TVOUT "ATI WDM Configurations\\TVOut Configuration"
  45. #define UNICODE_WDM_REG_TVOUT L"ATI WDM Configurations\\TVOut Configuration"
  46. #define WDM_REG_TVOUT_INFO "TVOut Information"
  47. #define UNICODE_WDM_REG_TVOUT_INFO L"TVOut Information"
  48. #define WDM_DEBUGLEVEL_INFO "DebugLevel"
  49. #define UNICODE_WDM_DEBUGLEVEL_INFO L"DebugLevel"
  50. #define WDM_DRIVER_NAME "NTMPDriver"
  51. #define UNICODE_WDM_DRIVER_NAME L"NTMPDriver"