RegCreateKeyEx (advapi32)
Last changed: -129.146.50.98

.
Summary
TODO - a short description

C# Signature:

[DllImport("advapi32.dll", SetLastError=true)]
static extern int RegCreateKeyEx(
            uint hKey,
            string lpSubKey,
            int Reserved,
            string lpClass,
            int dwOptions,
            int samDesired,
            ref SECURITY_ATTRIBUTES lpSecurityAttributes,
            ref int phkResult,
            ref int lpdwDisposition);

VB Signature:

Declare Function RegCreateKeyEx 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:

Please add some!

Documentation