Saves the underlying blob to a registry key.
Hive must be set to one of the following values:
&H80000000 (HKEY_CLASSES_ROOT), &H80000005 (HKEY_CURRENT_CONFIG),
&H80000001 (HKEY_CURRENT_USER), &H80000002 (HKEY_LOCAL_MACHINE) or
&H80000003 (HKEY_USERS).
Key and Value specify the registry key and value to be used. If the specified
key and/or value does not exist it will be created. If Value is set to an
empty string, the default value of the key will be used.
Usage:
Blob.DumpToRegistry &H80000001, "Software\ACME\My Product", "test"