3 references to DuplicateHandle
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
75
PInvoke.
DuplicateHandle
(
System.Windows.Forms.Primitives (2)
_generated\417\Windows.Win32.PInvoke.KERNEL32.dll.g.cs (2)
161
/// <inheritdoc cref="
DuplicateHandle
(winmdroot.Foundation.HANDLE, winmdroot.Foundation.HANDLE, winmdroot.Foundation.HANDLE, winmdroot.Foundation.HANDLE*, uint, winmdroot.Foundation.BOOL, winmdroot.Foundation.DUPLICATE_HANDLE_OPTIONS)"/>
168
winmdroot.Foundation.BOOL __result = PInvoke.
DuplicateHandle
(hSourceProcessHandle, hSourceHandle, hTargetProcessHandle, lpTargetHandleLocal, dwDesiredAccess, bInheritHandle, dwOptions);