WindowHelper.WinAPI.GetWindowThreadProcessId C# (CSharp) Метод

GetWindowThreadProcessId() приватный Метод

private GetWindowThreadProcessId ( IntPtr hWnd, IntPtr ProcessId ) : IntPtr
hWnd System.IntPtr
ProcessId System.IntPtr
Результат System.IntPtr
        internal static extern IntPtr GetWindowThreadProcessId(IntPtr hWnd, IntPtr ProcessId);