4 references to GetExitCodeThread
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (1)
3581
returnValue = PInvoke.
GetExitCodeThread
(threadHandle, &exitCode);
System\Windows\Forms\NativeWindow.cs (1)
114
PInvoke.
GetExitCodeThread
((HANDLE)threadHandle, &exitCode);
System.Windows.Forms.Primitives (2)
Windows.Win32.PInvoke.KERNEL32.dll.g.cs (2)
291
/// <inheritdoc cref="
GetExitCodeThread
(winmdroot.Foundation.HANDLE, uint*)"/>
297
winmdroot.Foundation.BOOL __result = PInvoke.
GetExitCodeThread
(hThread, lpExitCodeLocal);