Home
last modified time | relevance | path

Searched defs:Window (Results 1 – 25 of 38) sorted by relevance

12

/reactos/win32ss/user/ntuser/
H A Dprop.c17 _In_ PWND Window, in IntGetProp()
47 _In_ PWND Window, in UserGetProp()
116 _In_ PWND Window) in UserRemoveWindowProps()
143 PWND Window; in NtUserBuildPropList() local
224 PWND Window; in NtUserRemoveProp() local
252 PWND Window; in NtUserSetProp() local
H A Dsimplecall.c439 PWND Window; in NtUserCallTwoParam() local
590 PWND Window; in NtUserCallHwndLock() local
719 PWND Window; in NtUserCallHwnd() local
749 PWND Window; in NtUserCallHwnd() local
787 PWND Window; in NtUserCallHwndParam() local
890 PWND Window; in NtUserCallHwndParamLock() local
H A Dtimer.c101 FindTimer(PWND Window, in FindTimer()
182 IntSetTimer( PWND Window, in IntSetTimer()
385 SystemTimerSet( PWND Window, in SystemTimerSet()
401 PostTimerMessages(PWND Window) in PostTimerMessages()
528 DestroyTimersForWindow(PTHREADINFO pti, PWND Window) in DestroyTimersForWindow()
579 IntKillTimer(PWND Window, UINT_PTR IDEvent, BOOL SystemTimer) in IntKillTimer()
643 PWND Window = NULL; in NtUserSetTimer() local
667 PWND Window = NULL; in NtUserKillTimer() local
H A Dscrollbar.c455 co_IntSetScrollInfo(PWND Window, INT nBar, LPCSCROLLINFO lpsi, BOOL bRedraw) in co_IntSetScrollInfo()
666 co_IntGetScrollBarInfo(PWND Window, LONG idObject, PSCROLLBARINFO psbi) in co_IntGetScrollBarInfo()
715 co_IntSetScrollBarInfo(PWND Window, LONG idObject, PSETSCROLLBARINFO psbi) in co_IntSetScrollBarInfo()
748 co_IntCreateScrollBars(PWND Window) in co_IntCreateScrollBars()
799 IntDestroyScrollBars(PWND Window) in IntDestroyScrollBars()
1146 PWND Window; in NtUserGetScrollBarInfo() local
1188 PWND Window; in NtUserSBGetParms() local
1248 PWND Window = NULL; in NtUserEnableScrollBar() local
1337 PWND Window = NULL; in NtUserSetScrollInfo() local
1372 PWND Window; in NtUserShowScrollBar() local
[all …]
H A Dfocus.c53 BOOL FASTCALL IntIsWindowFullscreen(PWND Window) in IntIsWindowFullscreen()
79 BOOL FASTCALL IntCheckFullscreen(PWND Window) in IntCheckFullscreen()
99 UpdateShellHook(PWND Window) in UpdateShellHook()
429 co_IntMakeWindowActive(PWND Window) in co_IntMakeWindowActive()
447 co_IntSendActivateMessages(PWND WindowPrev, PWND Window, BOOL MouseActivate, BOOL Async) in co_IntSendActivateMessages()
1317 co_UserSetFocus(PWND Window) in co_UserSetFocus()
1464 PWND pWnd, Window = NULL; in co_UserSetCapture() local
1552 co_IntSetForegroundWindow(PWND Window) in co_IntSetForegroundWindow()
1563 co_IntSetForegroundWindowMouse(PWND Window) in co_IntSetForegroundWindowMouse()
1669 PWND Window, pwndPrev; in NtUserSetActiveWindow() local
[all …]
H A Dpainting.c260 IntGetNCUpdateRgn(PWND Window, BOOL Validate) in IntGetNCUpdateRgn()
896 PWND Window, in co_UserRedrawWindow()
1184 IntPaintWindow( PWND Window ) in IntPaintWindow()
1192 PWND Window, in IntGetPaintMessage()
1442 IntBeginPaint(PWND Window, PPAINTSTRUCT Ps) in IntBeginPaint()
1617 PWND Window; in NtUserBeginPaint() local
1664 PWND Window; in NtUserEndPaint() local
1937 PWND Window; in NtUserGetUpdateRgn() local
1964 PWND Window; in NtUserGetUpdateRect() local
2466 co_UserExcludeUpdateRgn(HDC hDC, PWND Window) in co_UserExcludeUpdateRgn()
[all …]
H A Dwindow.c77 PWND Window; in IntGetWindowObject() local
110 PWND Window; in ValidateHwndNoErr() local
126 PWND Window; in UserGetWindowObject() local
180 PWND Window; in IntIsWindow() local
466 PWND Window; in IntSendDestroyMsg() local
1541 PWND Parent, Window; in NtUserBuildHwndList() local
1628 PWND Window; in NtUserBuildHwndList() local
2862 PWND Window = Object; in co_UserDestroyWindow() local
3042 PWND Window; in NtUserDestroyWindow() local
3830 PWND Window, Parent; in co_IntSetWindowLongPtr() local
[all …]
H A Dwindc.c72 DceGetVisRgn(PWND Window, ULONG Flags, HWND hWndChild, ULONG CFlags) in DceGetVisRgn()
192 DceUpdateVisRgn(DCE *Dce, PWND Window, ULONG Flags) in DceUpdateVisRgn()
686 DceFreeWindowDCE(PWND Window) in DceFreeWindowDCE()
816 DceResetActiveDCEs(PWND Window) in DceResetActiveDCEs()
918 UserReleaseDC(PWND Window, HDC hDc, BOOL EndPaint) in UserReleaseDC()
H A Dscrollex.c15 co_IntFixCaret(PWND Window, RECTL *lprc, UINT flags) in co_IntFixCaret()
63 co_IntGetUpdateRgn(PWND Window, PREGION Rgn, BOOL bErase) in co_IntGetUpdateRgn()
229 PWND Window, in IntScrollWindowEx()
583 PWND Window = NULL; in NtUserScrollWindowEx() local
H A Dwinpos.c259 SelectWindowRgn(PWND Window, HRGN hRgnClip) in SelectWindowRgn()
787 WinPosFindIconPos(PWND Window, POINT *Pos) in WinPosFindIconPos()
1273 co_WinPosDoWinPosChanging(PWND Window, in co_WinPosDoWinPosChanging()
1793 PWND Window, in co_WinPosSetWindowPos()
2957 PWND Window; in co_WinPosWindowFromPoint() local
3337 PWND Window; in NtUserGetInternalWindowPos() local
3532 PWND Window, pWndIA; in NtUserSetWindowPos() local
3595 PWND Window; in NtUserSetWindowRgn() local
3776 PWND Window; in NtUserShowWindowAsync() local
3813 PWND Window; in NtUserShowWindow() local
[all …]
H A Dcaret.c316 PWND Window; in NtUserCreateCaret() local
426 PWND Window = NULL; in NtUserShowCaret() local
454 PWND Window = NULL; in NtUserHideCaret() local
H A Dmessage.c647 PWND Window, in IntMsgCreateStructW()
895 PWND Window = NULL; in IntDispatchMessage() local
1015 PWND Window, in co_IntPeekMessage()
1180 co_IntWaitMessage( PWND Window, in co_IntWaitMessage()
1233 PWND Window; in co_IntGetPeekMessage() local
1381 IntSendTo(PWND Window, PTHREADINFO ptiCur, UINT Msg) in IntSendTo()
1447 PWND Window; in UserPostMessage() local
1519 PWND Window; in co_IntSendMessageTimeoutSingle() local
1794 PWND Window; in co_IntSendMessageWithCallBack() local
2012 PWND Window = NULL; in co_IntDoSendMessage() local
[all …]
H A Dscroll.h33 #define IntGetScrollbarInfoFromWindow(Window, i) \ argument
36 #define IntGetScrollInfoFromWindow(Window, i) \ argument
H A Daccelerator.c45 PWND Window, in co_IntTranslateAccelerator()
372 PWND Window = NULL; in NtUserTranslateAccelerator() local
H A Dghost.c42 BOOL FASTCALL IntIsGhostWindow(PWND Window) in IntIsGhostWindow()
H A Dmenu.c322 PWND Window; in IntDestroyMenuObject() local
5399 IntGetSystemMenu(PWND Window, BOOL bRevert) in IntGetSystemMenu()
5442 IntSetSystemMenu(PWND Window, PMENU Menu) in IntSetSystemMenu()
5562 PWND Window; in NtUserCalcMenuBar() local
5678 PWND Window; in NtUserGetSystemMenu() local
5714 PWND Window; in NtUserSetSystemMenu() local
6209 PWND Window; in NtUserHiliteMenuItem() local
6248 PWND Window; in NtUserDrawMenuBarTemp() local
6304 PWND Window = NULL; in NtUserMenuItemFromPoint() local
6362 PWND Window; in NtUserPaintMenuBar() local
[all …]
H A Devent.c260 PWND Window = NULL; in NtUserNotifyWinEvent() local
/reactos/modules/rostests/apitests/user32/
H A DScrollBarRedraw.c111 HWND Window; in RunTestWindow() local
204 static void HideVertScrollBar(HWND Window) in HideVertScrollBar()
219 static void ShowVertScrollBar(HWND Window) in ShowVertScrollBar()
234 static void HideHorzScrollBar(HWND Window) in HideHorzScrollBar()
249 static void ShowHorzScrollBar(HWND Window) in ShowHorzScrollBar()
264 static int FsmStep(HWND Window) in FsmStep()
567 static int OnPaint(HWND Window) in OnPaint()
608 static LRESULT CALLBACK WindowProc(HWND Window, UINT Message, WPARAM wParam, LPARAM lParam) in WindowProc()
/reactos/win32ss/gdi/eng/
H A Dengwindow.c53 PWND Window) in IntEngWndUpdateClipObj()
100 _In_ PWND Window, in IntEngWindowChanged()
154 PWND Window; in EngCreateWnd() local
226 PWND Window; in EngDeleteWnd() local
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.h58 struct Window : public WindowHandle struct
64 typedef map<HWND,Window*> WindowMap; argument
66 typedef Window* (*CREATORFUNC)(HWND); argument
67 typedef Window* (*CREATORFUNC_INFO)(HWND, const void*); argument
88 #define GET_WINDOW(CLASS, hwnd) Window::get_window<CLASS>(hwnd) argument
117 static WindowMap s_wnd_map; argument
123 /// structure for managing critical sections as static class information in struct Window argument
124 struct StaticWindowData { argument
137 static WindowSet s_pretranslate_windows; argument
138 static WindowSet s_dialogs; argument
[all …]
/reactos/modules/rosapps/applications/net/tsclient/rdesktop/vnc/
H A Dx11stubs.h26 typedef int Window; typedef
/reactos/subsystems/mvdm/ntvdm/bios/bios32/
H A Dvbe.c613 BYTE Window = getBL(); in VbeService() local
/reactos/modules/rostests/tests/multithrdwin/
H A Dmultithrdwin.c12 HWND Window; member
/reactos/drivers/network/dd/nvnet/
H A Deth.h48 USHORT Window; member
/reactos/drivers/network/tcpip/include/
H A Dtcp.h22 USHORT Window; /* Maximum acceptable receive window */ member

12