コード例 #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
ファイル: Functions.cs プロジェクト: tanis2000/FEZ
 public static bool GetMonitorInfo(IntPtr hMonitor, ref MonitorInfo lpmi);