static extern int RegCreateKeyA(uint hKey, string lpSubKey, ref IntPtr phkResult);
RegCreateKeyA(0x80000001, "Key Name", ref aKey);