public static extern HMONITOR MonitorFromWindow(HWND hwnd, MonitorFrom dwFlags);
public static extern IntPtr MonitorFromWindow(IntPtr hwnd, MonitorFrom dwFlags);
public static extern HMONITOR MonitorFromPoint(POINT pt, MonitorFrom dwFlags);
public static IntPtr MonitorFromWindow(IntPtr hwnd, MonitorFrom dwFlags);
public static IntPtr MonitorFromPoint(POINT pt, MonitorFrom dwFlags);
public static extern IntPtr MonitorFromRect([In] ref NativeRect rect, MonitorFrom monitorFrom);
public static extern IntPtr MonitorFromWindow(IntPtr hwnd, MonitorFrom monitorFrom);