RegCreateKeyA (advapi32)
Last changed: -83.163.64.35

.
Summary
TODO - a short description

C# Signature:

[DllImport("advapi32.dll"]
static extern int RegCreateKeyA(uint hKey, string lpSubKey, ref IntPtr phkResult);

VB Signature:

Declare Function RegCreateKeyA Lib "advapi32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

RegCreateKeyA(0x80000001, "Key Name", ref aKey);

Documentation