[DllImport("kernel32.dll", SetLastError=true)]
static extern bool DuplicateHandle(IntPtr hSourceProcessHandle,
IntPtr hSourceHandle, IntPtr hTargetProcessHandle, out IntPtr lpTargetHandle,
uint dwDesiredAccess, bool bInheritHandle, uint dwOptions);
None.
None.
Please add some!
Please add some!
Do you know one? Please contribute it!