3 references to DUPLICATE_HANDLE_OPTIONS
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
82
DUPLICATE_HANDLE_OPTIONS
.DUPLICATE_SAME_ACCESS);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (2)
181
internal static unsafe winmdroot.Foundation.BOOL DuplicateHandle(winmdroot.Foundation.HANDLE hSourceProcessHandle, winmdroot.Foundation.HANDLE hSourceHandle, winmdroot.Foundation.HANDLE hTargetProcessHandle, winmdroot.Foundation.HANDLE* lpTargetHandle, uint dwDesiredAccess, winmdroot.Foundation.BOOL bInheritHandle, winmdroot.Foundation.
DUPLICATE_HANDLE_OPTIONS
dwOptions)
189
static extern unsafe winmdroot.Foundation.BOOL LocalExternFunction(winmdroot.Foundation.HANDLE hSourceProcessHandle, winmdroot.Foundation.HANDLE hSourceHandle, winmdroot.Foundation.HANDLE hTargetProcessHandle, winmdroot.Foundation.HANDLE* lpTargetHandle, uint dwDesiredAccess, winmdroot.Foundation.BOOL bInheritHandle, winmdroot.Foundation.
DUPLICATE_HANDLE_OPTIONS
dwOptions);