⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 registry.h

📁 winddk src目录下的WDM源码压缩!
💻 H
字号:
//==========================================================================;
//
// File:        REGISTRY.H
//
// Purpose:     To provide Header file for ATI WDM Registry configurations
//
// Notes:       This file is provided under strict non-disclosure agreements
//              it is and remains the property of ATI Technologies Inc.
//              Any use of this file or the information it contains to
//              develop products commercial or otherwise must be with the
//              permission of ATI Technologies Inc.
//
// Copyright (C) 1997 - 1998, ATI Technologies Inc.
//
//==========================================================================;

#define REGISTRY_BUFFER_SIZE                6

#define WDM_REGISTRY_KEY                    "ATI WDM Configurations"

#define WDM_REG_MULTIMEDIA                  "ATI WDM Configurations\\Multimedia Table"
#define UNICODE_WDM_REG_MULTIMEDIA          L"ATI WDM Configurations\\Multimedia Table"

#define WDM_REG_MM_TUNER                    "Tuner Type"
#define UNICODE_WDM_REG_MM_TUNER            L"Tuner Type"

#define WDM_REG_MM_DECODER                  "Decoder Type"
#define UNICODE_WDM_REG_MM_DECODER          L"Decoder Type"

#define WDM_REG_MM_DECODER_CRYSTALS         "Decoder Crystals Type"
#define UNICODE_WDM_REG_MM_DECODER_CRYSTALS L"Decoder Crystals Type"

#define WDM_REG_MM_AUDIO                    "Audio Chip Type"
#define UNICODE_WDM_REG_MM_AUDIO            L"Audio Chip Type"

#define WDM_REG_MM_OEM                      "OEM Id"
#define UNICODE_WDM_REG_MM_OEM              L"OEM Id"

#define WDM_REG_MM_ATI_PRODUCT              "ATI Product Id"
#define UNICODE_WDM_REG_MM_ATI_PRODUCT      L"ATI Product Id"

#define WDM_REG_MM_PRODUCT_REVISION         "Product Revision Id"
#define UNICODE_WDM_REG_MM_PRODUCT_REVISION L"Product Revision Id"

#define WDM_REG_MM_BYTE1                    "MMTableByte1"
#define UNICODE_WDM_REG_MM_BYTE1            L"MMTableByte1"

#define WDM_REG_MM_BYTE6                    "MMTableByte6"
#define UNICODE_WDM_REG_MM_BYTE6            L"MMTableByte6"

#define WDM_REG_MM_BYTE7                    "MMTableByte7"
#define UNICODE_WDM_REG_MM_BYTE7            L"MMTableByte7"

#define WDM_REG_I2C                         "ATI WDM Configurations\\I2C Configuration"
#define UNICODE_WDM_REG_I2C                 L"ATI WDM Configurations\\I2C Configuration"

#define WDM_REG_I2C_METHOD                  "I2C Method"
#define UNICODE_WDM_REG_I2C_METHOD          L"I2C Method"

#define WDM_REG_TVOUT                       "ATI WDM Configurations\\TVOut Configuration"
#define UNICODE_WDM_REG_TVOUT               L"ATI WDM Configurations\\TVOut Configuration"

#define WDM_REG_TVOUT_INFO                  "TVOut Information"
#define UNICODE_WDM_REG_TVOUT_INFO          L"TVOut Information"

#define WDM_DEBUGLEVEL_INFO                 "DebugLevel"
#define UNICODE_WDM_DEBUGLEVEL_INFO         L"DebugLevel"

#define WDM_DRIVER_NAME                     "NTMPDriver"
#define UNICODE_WDM_DRIVER_NAME             L"NTMPDriver"


⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -