Desktop Functions: Smart Device Functions:
|
RegSetValueEx (advapi32)
C# Signature:
static extern int RegSetValueEx( VB Signature:
<System.Runtime.InteropServices.DllImport("advapi32.dll", SetLastError:=True)> _ (vb.NET 2005)
Declare Auto Function RegSetValueEx Lib "advapi32.dll" (ByVal hKey As Integer, ByVal lpValueName As String, ByVal Reserved As Integer, ByVal dwType As Integer, ByVal lpData As String, ByVal cbData As Integer) As Integer Alternative Managed API:My.Computer.Registry.SetValue(KeyName, valueName, value, valueKind) with signature:
keyName As String Notes:None. Tips & Tricks:Please add some! Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|