[DllImport("advapi32.dll",EntryPoint="RegDeleteTree", SetLastError=true)]
public static extern int RegDeleteTree(
UIntPtr hKey,
[MarshalAs(UnmanagedType.LPStr)] string lpSubKey = null
);
Declare Function RegDeleteTree Lib "advapi32.dll" Alias "RegDeleteTreeW" (hKey As IntPtr, lpSubKey As String) As Integer
None.
RegistryKey.DeleteSubKey Method
None.
Please add some!
Please add some!