migrate.h
上传用户:xhy777
上传日期:2007-02-14
资源大小:24088k
文件大小:1k
源码类别:

系统编程

开发平台:

Visual C++

  1. #define SZ_UPGRADE_FROM_PLATFORM         TEXT("PlatformId")
  2. #define SZ_UPGRADE_FROM_MAJOR_VERSION    TEXT("MajorVersion")
  3. #define SZ_UPGRADE_FROM_MINOR_VERSION    TEXT("MinorVersion")
  4. #define SZ_UPGRADE_FROM_BUILD_NUMBER     TEXT("BuildNumber")
  5. #define SZ_UPGRADE_FROM_VERSION_DESC     TEXT("CSDVersion")
  6. #define SZ_UPGRADE_FROM_PELS_WIDTH       TEXT("PelsWidth")
  7. #define SZ_UPGRADE_FROM_PELS_HEIGHT      TEXT("PelsHeight")
  8. #define SZ_UPGRADE_FROM_BITS_PER_PEL     TEXT("BPP")
  9. #define SZ_UPGRADE_FROM_PLANES           TEXT("Planes")
  10. #define SZ_UPGRADE_FROM_DISPLAY_FREQ     TEXT("VRefresh")
  11. #define SZ_UPGRADE_MODIFIED_SETTINGS     TEXT("ModifiedSettings")
  12. #define SZ_UPGRADE_FAILED_ALLOW_INSTALL  TEXT("FailedAllowInstall")
  13. #define SZ_UPDATE_SETTINGS               TEXT("Software\Microsoft\Windows NT\CurrentVersion\VideoUpgradeDisplaySettings")