I’m trying to write a REG_MULTI_SZ value to the Windows Registry using C++. Where I’m stuck is on converting the c-strings that I have to MULTI_SZ format. Is there a convenient way to do this?
I’m trying to write a REG_MULTI_SZ value to the Windows Registry using C++. Where
Share
You’ll have to do it yourself. Given
you count the length of the multi_sz
and fill it