There is a REG_MULTI_SZ value that I would like to stick in an array of strings so that my program can do other things with them. I’ve never used C++ to access the registry so I’m a bit lost after following some examples. I’m using VS10.
Is there a simple way to do this? Thanks.
First: run
RegQueryValueExto get type and necessary memory size:Single byte code:
Unicode: