Searched refs:bRepaint (Results 1 – 6 of 6) sorted by relevance
/reactos/win32ss/user/user32/include/ |
H A D | ntwrapper.h | 416 MoveWindow(HWND hWnd, int X, int Y, int nWidth, int nHeight, BOOL bRepaint) in MoveWindow() argument 418 return NtUserMoveWindow(hWnd, X, Y, nWidth, nHeight, bRepaint); in MoveWindow()
|
/reactos/dll/cpl/desk/ |
H A D | monslctl.c | 339 IN BOOL bRepaint) in MonSelUpdateMonitorsInfo() argument 386 if (bRepaint) in MonSelUpdateMonitorsInfo() 389 else if (bRepaint) in MonSelUpdateMonitorsInfo()
|
/reactos/sdk/lib/atl/ |
H A D | atlwin.h | 1026 BOOL MoveWindow(int x, int y, int nWidth, int nHeight, BOOL bRepaint = TRUE) 1029 return ::MoveWindow(m_hWnd, x, y, nWidth, nHeight, bRepaint);
|
/reactos/win32ss/include/ |
H A D | ntuser.h | 1371 BOOL bRepaint); 2696 BOOL bRepaint
|
/reactos/win32ss/user/ntuser/ |
H A D | winpos.c | 3492 BOOL bRepaint) in NtUserMoveWindow() argument 3495 (bRepaint ? SWP_NOZORDER | SWP_NOACTIVATE : in NtUserMoveWindow()
|
/reactos/dll/win32/riched20/ |
H A D | editor.c | 4086 BOOL bRepaint = LOWORD(lParam); in ME_HandleMessage() local 4108 if (bRepaint) in ME_HandleMessage()
|