GetGUIThreadInfo

[DllImport("user32.dll")]
public static extern bool GetGUIThreadInfo(
   uint idThread,
   ref GUITHREADINFO lpgui
);

Microsoft documentation: Link

Last updated