Get the value of a key in a registry "HKCU (Current User)\Software" subkey
Namespace: LLCryptoLib.UtilsAssembly: LLCryptoLib (in LLCryptoLib.dll) Version: 2.0.1024.0 (2.0.1024)
Syntax
C# |
---|
public static string GetHKCUValue(
string keyname,
string name
) |
Visual Basic |
---|
Public Shared Function GetHKCUValue ( _
keyname As String, _
name As String _
) As String |
Visual C++ |
---|
public:
static String^ GetHKCUValue(
String^ keyname,
String^ name
) |
Parameters
- keyname
- Type: System..::..String
Name of the key
- name
- Type: System..::..String
Name of the value
Return Value
The string if correctly read, null else
See Also