migrate.h
Upload User: xhy777
Upload Date: 2007-02-14
Package Size: 24088k
Code Size: 1k
Category:

Windows Kernel

Development Platform:

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")