RegistryKeyStatic: OpenRemoteBaseKey |
Connects to a Registry on a remote machine and returns a RegistryKey to the specified registry key on that machine.
Public Function OpenRemoteBaseKey( ByVal hKey As RegistryHive, ByVal MachineName As String ) As RegistryKey
If the MachineName is an empty String, then the registry of the local machine is opened.