[DllImport("advapi32.dll", SetLastError=true)]
[return : MarshalAs(UnmanagedType.Bool)]
public static extern bool CryptDuplicateKey(IntPtr hKey, IntPtr pdwReserved,
uint dwFlags, ref IntPtr phKey);
Declare Function CryptDuplicateKey Lib "advapi32.dll" (TODO) As TODO
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!