Desktop Functions: Smart Device Functions:
|
Search Results for "GetMonitorInfo" in [All]user32
bool success = GetMonitorInfo(hMonitor, ref mi);
static extern bool GetMonitorInfo(IntPtr hMonitor, ref MONITORINFOEX lpmi);
static extern bool GetMonitorInfo(IntPtr hMonitor, ref MONITORINFO lpmi);
GetMonitorInfo(hMonitor, ref mon_info); 3: MONITORINFO The GetMonitorInfo function stores information into a MONITORINFOEX structure or a MONITORINFO structure.
/// The GetMonitorInfo function stores information into a MONITORINFOEX structure or a MONITORINFO structure.
/// The size, in bytes, of the structure. Set this member to sizeof(MONITORINFOEX) (72) before calling the GetMonitorInfo function. The GetMonitorInfo function stores information into a MONITORINFOEX structure or a MONITORINFO structure.
/// The GetMonitorInfo function stores information into a MONITORINFOEX structure or a MONITORINFO structure.
/// The size, in bytes, of the structure. Set this member to sizeof(MONITORINFOEX) (72) before calling the GetMonitorInfo function. shell32
/// working area available to your application—, use the GetMonitorInfo function. |