示例#1
0
 public static extern bool GetMonitorInfo(IntPtr hMonitor, ref MonitorInfo lpmi);
示例#2
0
文件: API.cs 项目: jpbruyere/opentk
 public static extern BOOL GetMonitorInfo(IntPtr hMonitor, ref MonitorInfo lpmi);
示例#3
0
 public static bool GetMonitorInfo(IntPtr hMonitor, ref MonitorInfo lpmi);