DuplicateHandle (kernel32)
Last changed: -82.137.167.2

.
Summary

C# Signature:

[DllImport("kernel32.dll", SetLastError=true)]
static extern bool DuplicateHandle(IntPtr hSourceProcessHandle,
   IntPtr hSourceHandle, IntPtr hTargetProcessHandle, out IntPtr lpTargetHandle,
   uint dwDesiredAccess, bool bInheritHandle, uint dwOptions);

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