[DllImport("coredll.dll")]
public static extern int RegDeleteValue(IntPtr hKey, string lpValueName);
None.
The .NET Compact Framework does not contain a HandleRef type, so it may be necessary to call GC.KeepAlive after calling this function if the calling class wraps the hKey parameter as an unmanaged resource.
None.
Do you know one? Please contribute it!