c++ - Using RegGetValue to grab WOW64_64 keys -


is there way use reggetvalue 64 bit registry keys on 32 bit application older windows operating systems (ie win 7 or win 8)?

reggetvalue(   key,    nullptr,    "product",    rrf_rt_any | rrf_subkey_wow6464key,   dwtype,    (pvoid)&buff,    &size); 

rrf_subkey_wow6464key introduced in windows 10 , fails work in win 7/8.1


Comments

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -