Writes a new value to the registry.
The type of the registry value as string. Supported types:
Visual Basic |
---|
Public Sub WriteToRegistry( _ ByVal userSpecific As Boolean, _ ByVal key As String, _ ByVal valueName As String, _ ByVal value As Variant, _ ByVal valueType As String _ ) |
The type of the registry value as string. Supported types:
This method affects values and keys under the registry key of current M-Files version.
Note for 32-bit processes on 64-bit operating system: M-Files registry access is always pointed to the native registry, so the 32-bit processes will use the same registry with 64-bit processes.
Supported in M-Files 10.1.3915.45 and newer.