CryptDuplicateKey (advapi32)
Last changed: flyhippo@flyhippo.org-194.186.67.226

.
Summary
TODO - a short description

C# Signature:

    [DllImport("advapi32.dll", SetLastError=true)]
    [return : MarshalAs(UnmanagedType.Bool)]
    public static extern bool CryptDuplicateKey(IntPtr hKey, IntPtr pdwReserved,
            uint dwFlags, ref IntPtr phKey);

VB Signature:

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

User-Defined Types:

None.

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation