MonitorInfoEx info = new MonitorInfoEx(); GetMonitorInfo(hDesktop, info); Console.WriteLine("Monitor {0}", new string(info.szDevice));
確定! 回上一頁