How to access (default) key in a particular registry entry ?
-
I want to know the second parameter of RegSetValueEx() to to access (default) key in a particular registry entry.:confused: Thanx in advance !
-
I want to know the second parameter of RegSetValueEx() to to access (default) key in a particular registry entry.:confused: Thanx in advance !
Per MSDN: If lpValueName is NULL or an empty string, "", the function sets the type and data for the key's unnamed or default value.
"Normal is getting dressed in clothes that you buy for work and driving through traffic in a car that you are still paying for, in order to get to the job you need to pay for the clothes and the car and the house you leave vacant all day so you can afford to live in it." - Ellen Goodman
"To have a respect for ourselves guides our morals; to have deference for others governs our manners." - Laurence Sterne
-
I want to know the second parameter of RegSetValueEx() to to access (default) key in a particular registry entry.:confused: Thanx in advance !
-
I want to know the second parameter of RegSetValueEx() to to access (default) key in a particular registry entry.:confused: Thanx in advance !
See A Registry Class[^].