Accessing 64 bit registry from 32 bit application

后端 未结 2 394
渐次进展
渐次进展 2021-01-01 17:46

I need to open a registry entry \"SOFTWARE\\\\Microsoft\\\\Windows\\\\CurrentVersion\\\\Uninstall\\\\{26A24AE4-039D-4CA4-87B4-2F86416024FF}\" in c++. It contain

2条回答
  •  生来不讨喜
    2021-01-01 18:40

    Error 2 means the registry path does not exist.

    Make sure that the key {26A24AE4-039D-4CA4-87B4-2F86416024FF} actually exists under SOFTWARE\Microsoft\Windows\CurrentVersion\Uninstall

提交回复
热议问题