VRapper.GdiLibrary.Win32Display.GetMonitorInfo C# (CSharp) Method

GetMonitorInfo() private method

private GetMonitorInfo ( int hMonitor, MONITORINFOEX &lpmi ) : bool
hMonitor int
lpmi MONITORINFOEX
return bool
        internal static extern bool GetMonitorInfo(int hMonitor, ref MONITORINFOEX lpmi);