C++ - RegCreateKeyEx success but without result

前端 未结 2 1586
逝去的感伤
逝去的感伤 2020-12-07 01:31

Could anybody tell me what\'s wrong is with this code? There is no errors. Everything returns ERROR_SUCCESS but in register can\'t see any changes.

void Util         


        
2条回答
  •  抹茶落季
    2020-12-07 02:23

    Can you try with 5th and 6th parameters as REG_OPTION_NON_VOLATILE, KEY_ALL_ACCESS

提交回复
热议问题