Just a quick question for you API gurus out there. I have a program that edits registry keys through code. Works great for editing string values, but now I have a DWORD to change. Is that possible? Please advise.
Printable View
Just a quick question for you API gurus out there. I have a program that edits registry keys through code. Works great for editing string values, but now I have a DWORD to change. Is that possible? Please advise.
Change REG_SZ to REG_DWORD.
For functions to work with DWORDs as well, look here: http://www.parksie.uklinux.net/registry.zip