public static extern int RegCopyTree(
Declare Function RegCopyTree Lib "advapi32.dll" Alias "RegCopyTreeW" (hKeySrc As IntPtr, lpSubKey As String, hKeyDest As IntPtr) As Integer