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