SetWindowThreadProcessId
[DllImport("user32.dll", SetLastError = true)]
public static extern uint SetWindowThreadProcessId(
IntPtr hWnd,
ref uint lpdwProcessId
);
Last updated
[DllImport("user32.dll", SetLastError = true)]
public static extern uint SetWindowThreadProcessId(
IntPtr hWnd,
ref uint lpdwProcessId
);
Last updated