AllowForegroundActivation

[DllImport("user32.dll", SetLastError = true)]
public static extern void AllowForegroundActivation(
   uint dwProcessId
);

Last updated