ReactOS
0.4.15-dev-4603-gb922b6d
|
#include <win32k.h>
Go to the source code of this file.
Macros | |
#define | MINMAX_NOSWP (0x00010000) |
#define | SWP_EX_NOCOPY 0x0001 |
#define | SWP_EX_PAINTSELF 0x0002 |
#define | SWP_AGG_NOGEOMETRYCHANGE (SWP_NOSIZE | SWP_NOCLIENTSIZE | SWP_NOZORDER) |
#define | SWP_AGG_NOPOSCHANGE (SWP_NOSIZE | SWP_NOMOVE | SWP_NOCLIENTSIZE | SWP_NOCLIENTMOVE | SWP_NOZORDER) |
#define | SWP_AGG_STATUSFLAGS (SWP_AGG_NOPOSCHANGE | SWP_FRAMECHANGED | SWP_HIDEWINDOW | SWP_SHOWWINDOW) |
#define | SWP_AGG_NOCLIENTCHANGE (SWP_NOCLIENTSIZE | SWP_NOCLIENTMOVE) |
#define | EMPTYPOINT(pt) ((pt).x == -1 && (pt).y == -1) |
#define | PLACE_MIN 0x0001 |
#define | PLACE_MAX 0x0002 |
#define | PLACE_RECT 0x0004 |
#define SWP_AGG_NOCLIENTCHANGE (SWP_NOCLIENTSIZE | SWP_NOCLIENTMOVE) |
#define SWP_AGG_NOGEOMETRYCHANGE (SWP_NOSIZE | SWP_NOCLIENTSIZE | SWP_NOZORDER) |
#define SWP_AGG_NOPOSCHANGE (SWP_NOSIZE | SWP_NOMOVE | SWP_NOCLIENTSIZE | SWP_NOCLIENTMOVE | SWP_NOZORDER) |
#define SWP_AGG_STATUSFLAGS (SWP_AGG_NOPOSCHANGE | SWP_FRAMECHANGED | SWP_HIDEWINDOW | SWP_SHOWWINDOW) |
Definition at line 284 of file winpos.c.
Referenced by co_WinPosShowWindow(), and UserSetActiveWindow().
Definition at line 395 of file winpos.c.
Referenced by co_WinPosShowWindow(), IntSendDestroyMsg(), and UserSetActiveWindow().
Definition at line 729 of file winpos.c.
Referenced by NtUserCallHwndLock().
|
static |
Definition at line 1178 of file winpos.c.
Referenced by co_WinPosSetWindowPos().
|
static |
Definition at line 1265 of file winpos.c.
Referenced by co_WinPosSetWindowPos().
UINT FASTCALL co_WinPosGetMinMaxInfo | ( | PWND | Window, |
POINT * | MaxSize, | ||
POINT * | MaxPos, | ||
POINT * | MinTrack, | ||
POINT * | MaxTrack | ||
) |
Definition at line 932 of file winpos.c.
Referenced by co_UserCreateWindowEx(), co_WinPosMinMaximize(), DefWndDoSizeMove(), and DefWndHandleWindowPosChanging().
Definition at line 2291 of file winpos.c.
Referenced by co_IntCreateScrollBars(), and co_UserCreateWindowEx().
Definition at line 2340 of file winpos.c.
Referenced by co_UserCreateWindowEx(), and co_WinPosShowWindow().
|
static |
Definition at line 2773 of file winpos.c.
Referenced by co_WinPosWindowFromPoint().
Definition at line 2306 of file winpos.c.
Referenced by co_UserCreateWindowEx(), and co_WinPosShowWindow().
BOOLEAN FASTCALL co_WinPosSetWindowPos | ( | PWND | Window, |
HWND | WndInsertAfter, | ||
INT | x, | ||
INT | y, | ||
INT | cx, | ||
INT | cy, | ||
UINT | flags | ||
) |
Definition at line 1721 of file winpos.c.
Referenced by co_IntSendActivateMessages(), co_IntSetForegroundMessageQueue(), co_IntSetParent(), co_IntShowDesktop(), co_UserCreateWindowEx(), co_UserDestroyWindow(), co_UserShowScrollBar(), co_WinPosArrangeIconicWindows(), co_WinPosShowWindow(), DefWndDoSizeMove(), DefWndHandleSetCursor(), DesktopWindowProc(), handle_internal_message(), IntActivateWindow(), IntDefWindowProc(), IntEndDeferWindowPosEx(), IntSetWindowPlacement(), IntUpdateLayeredWindowI(), MENU_ShowPopup(), NC_HandleNCLButtonDblClk(), NtUserCallHwndLock(), NtUserCallTwoParam(), NtUserSetMenu(), NtUserSetShellWindowEx(), NtUserSetWindowPos(), NtUserSetWindowRgn(), SpiNotifyNCMetricsChanged(), and WinPosDoOwnedPopups().
Definition at line 2491 of file winpos.c.
Referenced by co_IntSetParent(), co_UserCreateWindowEx(), co_UserDestroyWindow(), co_UserShowScrollBar(), DefWndHandleSysCommand(), handle_internal_message(), IntDefWindowProc(), IntSetWindowPlacement(), NtUserMinMaximize(), and NtUserShowWindow().
PWND APIENTRY co_WinPosWindowFromPoint | ( | IN PWND | ScopeWin, |
IN POINT * | WinPoint, | ||
IN OUT USHORT * | HitTest, | ||
IN BOOL | Ignore | ||
) |
Definition at line 2858 of file winpos.c.
Referenced by co_IntProcessMouseMessage(), and NtUserWindowFromPoint().
DBG_DEFAULT_CHANNEL | ( | UserWinpos | ) |
Definition at line 1079 of file winpos.c.
Referenced by co_WinPosDoNCCALCSize(), and co_WinPosGetNonClientSize().
Definition at line 1663 of file winpos.c.
Referenced by co_WinPosSetWindowPos().
|
static |
Definition at line 1122 of file winpos.c.
Referenced by co_WinPosDoNCCALCSize().
Definition at line 2933 of file winpos.c.
Referenced by NtUserChildWindowFromPointEx().
Definition at line 198 of file winpos.c.
Referenced by IntDefWindowProc(), NC_GetSysPopupPos(), and WinPosFixupFlags().
HDWP FASTCALL IntDeferWindowPos | ( | HDWP | hdwp, |
HWND | hwnd, | ||
HWND | hwndAfter, | ||
INT | x, | ||
INT | y, | ||
INT | cx, | ||
INT | cy, | ||
UINT | flags | ||
) |
Definition at line 2985 of file winpos.c.
Referenced by NtUserDeferWindowPos().
Definition at line 3073 of file winpos.c.
Referenced by NtUserEndDeferWindowPosEx().
Definition at line 70 of file winpos.c.
Referenced by co_IntFixCaret(), and IntScrollWindowEx().
Internal function. Returns client window rectangle relative to the upper-left corner of client area.
Definition at line 91 of file winpos.c.
Referenced by co_IntDrawCaret(), co_WinPosArrangeIconicWindows(), co_WinPosGetMinMaxInfo(), co_WinPosSendSizeMove(), DefWndDoSizeMove(), DefWndHandleWindowPosChanged(), IntBeginPaint(), IntCalculateThumb(), IntDefWindowProc(), IntFillWindow(), IntGetScrollBarRect(), IntScrollWindowEx(), MENU_DrawPopupMenu(), MENU_EnsureMenuItemVisible(), NC_DoNCPaint(), and WinPosFindIconPos().
Definition at line 237 of file winpos.c.
Referenced by ActivateOtherWindowMin().
BOOL FASTCALL IntGetWindowPlacement | ( | PWND | Wnd, |
WINDOWPLACEMENT * | lpwndpl | ||
) |
Definition at line 557 of file winpos.c.
Referenced by co_WinPosMinMaximize(), NtUserGetInternalWindowPos(), and NtUserGetWindowPlacement().
Definition at line 120 of file winpos.c.
Referenced by DefWndScreenshot(), IntGetNCUpdateRgn(), IntIsWindowFullscreen(), MENU_FindItemByCoords(), MENU_ShowSubPopup(), NC_DoNCPaint(), NC_GetSysPopupPos(), UserDrawCaptionBar(), and UserDrawCaptionButtonWnd().
Definition at line 143 of file winpos.c.
Referenced by DefWndDoSizeMove(), and DefWndHandleWindowPosChanged().
Definition at line 2891 of file winpos.c.
Referenced by NtUserRealChildWindowFromPoint().
Definition at line 212 of file winpos.c.
Referenced by co_IntSetParent(), IntDefWindowProc(), and MENU_TrackMouseMenuBar().
BOOL FASTCALL IntSetWindowPlacement | ( | PWND | Wnd, |
WINDOWPLACEMENT * | wpl, | ||
UINT | Flags | ||
) |
Definition at line 663 of file winpos.c.