Adds a keypair to an existing key under the HKCR branch.
If any error (ie: key does not exist) return false.
Namespace: LLCryptoLib.UtilsAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public static bool SetHKCRValue( string keypath, string keyname, string name, string valkey ) |
Visual Basic |
---|
Public Shared Function SetHKCRValue ( _ keypath As String, _ keyname As String, _ name As String, _ valkey As String _ ) As Boolean |
Visual C++ |
---|
public: static bool SetHKCRValue( String^ keypath, String^ keyname, String^ name, String^ valkey ) |
Parameters
- keypath
- Type: System..::..String
Path of an EXISTING key: ie: Folder
- keyname
- Type: System..::..String
Name of the key
- name
- Type: System..::..String
[Missing <param name="name"/> documentation for "M:LLCryptoLib.Utils.WinRegistry.SetHKCRValue(System.String,System.String,System.String,System.String)"]
- valkey
- Type: System..::..String
[Missing <param name="valkey"/> documentation for "M:LLCryptoLib.Utils.WinRegistry.SetHKCRValue(System.String,System.String,System.String,System.String)"]