adTempus API
ArcanaDevelopment.adTempus.Shared Namespace / RegistryUtility Class / CopyKey Method

In This Topic
    CopyKey Method
    In This Topic
    Copy a registry key. The parentKey must be writeable.
    Syntax
    'Declaration
     
    
    Public Shared Function CopyKey( _
       ByVal sourceRoot As RegistryKey, _
       ByVal sourceKeyName As String, _
       ByVal targetParentKey As RegistryKey, _
       ByVal targetKeyName As String _
    ) As Boolean

    Parameters

    sourceRoot
    sourceKeyName
    targetParentKey
    targetKeyName
    See Also