6 references to GetWindowThreadProcessId
Microsoft.Private.Windows.Core (6)
_generated\205\Windows.Win32.PInvokeCore.USER32.dll.g.cs (4)
656 /// <inheritdoc cref="GetWindowThreadProcessId(winmdroot.Foundation.HWND, uint*)"/> 663 uint __result = PInvokeCore.GetWindowThreadProcessId(hWnd, lpdwProcessIdLocal); 668 /// <inheritdoc cref="GetWindowThreadProcessId(winmdroot.Foundation.HWND, uint*)"/> 672 uint __result = PInvokeCore.GetWindowThreadProcessId(hWnd, default(uint* ));
Windows\Win32\PInvokeCore.GetWindowThreadProcessId.cs (2)
8/// <inheritdoc cref="GetWindowThreadProcessId(HWND, uint*)"/> 13uint result = GetWindowThreadProcessId(hWnd.Handle, &processId);