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