ReactOS 0.4.16-dev-61-ge128cbc
|
Public Attributes | |
HWND | hSelf |
HWND | hNotify |
HFONT | hFont |
SIZE | ClientSize |
DWORD | UIState |
union { | |
DWORD dwInternalFlags | |
struct { | |
UINT Enabled: 1 | |
UINT HasFocus: 1 | |
UINT CanDisplay: 1 | |
UINT LeftBtnDown: 1 | |
UINT IsDraggingMonitor: 1 | |
} | |
}; | |
DWORD | ControlExStyle |
DWORD | MonitorsCount |
INT | SelectedMonitor |
INT | DraggingMonitor |
RECT | rcDragging |
POINT | ptDrag |
POINT | ptDragBegin |
SIZE | DraggingMargin |
PMONSL_MONINFO | MonitorInfo |
PMONSL_MON | Monitors |
RECT | rcExtent |
RECT | rcMonitors |
RECT | rcOldMonitors |
POINT | ScrollPos |
SIZE | Margin |
SIZE | SelectionFrame |
HBITMAP | hbmDisabledPattern |
HBRUSH | hbrDisabled |
Definition at line 12 of file monslctl.c.
union { ... } _MONITORSELWND::@219 |
UINT _MONITORSELWND::CanDisplay |
Definition at line 26 of file monslctl.c.
Referenced by MonitorSelWndProc().
SIZE _MONITORSELWND::ClientSize |
Definition at line 17 of file monslctl.c.
Referenced by MonitorSelWndProc().
DWORD _MONITORSELWND::ControlExStyle |
Definition at line 31 of file monslctl.c.
Referenced by MonitorSelWndProc().
SIZE _MONITORSELWND::DraggingMargin |
Definition at line 37 of file monslctl.c.
INT _MONITORSELWND::DraggingMonitor |
Definition at line 34 of file monslctl.c.
DWORD _MONITORSELWND::dwInternalFlags |
Definition at line 21 of file monslctl.c.
UINT _MONITORSELWND::Enabled |
Definition at line 24 of file monslctl.c.
Referenced by MonitorSelWndProc().
UINT _MONITORSELWND::HasFocus |
Definition at line 25 of file monslctl.c.
Referenced by MonitorSelWndProc().
HBITMAP _MONITORSELWND::hbmDisabledPattern |
Definition at line 46 of file monslctl.c.
HBRUSH _MONITORSELWND::hbrDisabled |
Definition at line 47 of file monslctl.c.
HFONT _MONITORSELWND::hFont |
Definition at line 16 of file monslctl.c.
Referenced by MonitorSelWndProc().
HWND _MONITORSELWND::hNotify |
Definition at line 15 of file monslctl.c.
Referenced by MonitorSelWndProc().
HWND _MONITORSELWND::hSelf |
Definition at line 14 of file monslctl.c.
Referenced by MonitorSelWndProc().
UINT _MONITORSELWND::IsDraggingMonitor |
Definition at line 28 of file monslctl.c.
UINT _MONITORSELWND::LeftBtnDown |
Definition at line 27 of file monslctl.c.
Referenced by MonitorSelWndProc().
SIZE _MONITORSELWND::Margin |
Definition at line 44 of file monslctl.c.
PMONSL_MONINFO _MONITORSELWND::MonitorInfo |
Definition at line 38 of file monslctl.c.
PMONSL_MON _MONITORSELWND::Monitors |
Definition at line 39 of file monslctl.c.
DWORD _MONITORSELWND::MonitorsCount |
Definition at line 32 of file monslctl.c.
Referenced by MonitorSelWndProc().
POINT _MONITORSELWND::ptDrag |
Definition at line 36 of file monslctl.c.
POINT _MONITORSELWND::ptDragBegin |
Definition at line 36 of file monslctl.c.
RECT _MONITORSELWND::rcDragging |
Definition at line 35 of file monslctl.c.
RECT _MONITORSELWND::rcExtent |
Definition at line 40 of file monslctl.c.
RECT _MONITORSELWND::rcMonitors |
Definition at line 41 of file monslctl.c.
RECT _MONITORSELWND::rcOldMonitors |
Definition at line 42 of file monslctl.c.
POINT _MONITORSELWND::ScrollPos |
Definition at line 43 of file monslctl.c.
INT _MONITORSELWND::SelectedMonitor |
Definition at line 33 of file monslctl.c.
Referenced by MonitorSelWndProc().
SIZE _MONITORSELWND::SelectionFrame |
Definition at line 45 of file monslctl.c.
DWORD _MONITORSELWND::UIState |
Definition at line 18 of file monslctl.c.
Referenced by MonitorSelWndProc().