示例#1
0
 public static extern bool GetMonitorInfo(IntPtr hmon, ref MonitorStructures.MonitorInfoEx mi);
示例#2
0
 public static extern bool GetMonitorTechnologyType(
     IntPtr hMonitor, ref MonitorStructures.MC_DISPLAY_TECHNOLOGY_TYPE pdtyDisplayTechnologyType);
示例#3
0
 public static extern bool EnumDisplayDevices(string lpDevice, uint iDevNum,
     ref MonitorStructures.DISPLAY_DEVICE lpDisplayDevice, uint dwFlags);