Registry Entry made with an API
Could someone please show me a code example of how to do this...
Registry.SetValue(@"HKEY_LOCAL_MACHINE\SOFTWARE\Borland\Database Engine\Settings\System\INIT", "SHAREDMEMLOCATION", "5BDE");
Using the advapi32.dll API and the RegSetValueEx function?
I would VERY much appreciate it.
Thank you.