[DllImport("advapi32.dll"]
static extern int RegCreateKeyA(uint hKey, string lpSubKey, ref IntPtr phkResult);
Private Declare Function RegCreateKeyEx Lib "advapi32.dll" Alias "RegCreateKeyExA" (ByVal hKey As Integer, _
ByVal lpSubKey As String, _
ByVal Reserved As Integer, _
ByVal lpClass As String, _
ByVal dwOptions As Integer, _
ByVal samDesired As Integer, _
ByVal lpSecurityAttributes As Integer, _
ByRef phkResult As Integer, _
ByRef lpdwDisposition As Integer) As Integer
None.
Do you know one? Please contribute it!
None.
Please add some!
RegCreateKeyA(0x80000001, "Key Name", ref aKey);