Home
last modified time | relevance | path

Searched refs:GetNextWindow (Results 1 – 7 of 7) sorted by relevance

/reactos/modules/rostests/apitests/browseui/
H A DIAutoComplete.cpp420 hwndSizeBox = GetNextWindow(hwndScrollBar, GW_HWNDNEXT); in DoTestCaseA()
437 hwndList = GetNextWindow(hwndSizeBox, GW_HWNDNEXT); in DoTestCaseA()
469 hwndNone = GetNextWindow(hwndList, GW_HWNDNEXT); in DoTestCaseA()
667 hwndSizeBox = GetNextWindow(hwndScrollBar, GW_HWNDNEXT); in DoTestCaseB()
668 hwndList = GetNextWindow(hwndSizeBox, GW_HWNDNEXT); in DoTestCaseB()
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.cpp999 …for(hChild = GetNextWindow(_hmdiclient,GW_CHILD); hChild; hChild = GetNextWindow(hChild, GW_HWNDNE… in WndProc()
1257 …for(child_wnd=GetNextWindow(_hmdiclient,GW_CHILD); child_wnd; child_wnd=GetNextWindow(child_wnd, G… in activate_drive_window()
1282 …for(child_wnd=GetNextWindow(_hmdiclient,GW_CHILD); child_wnd; child_wnd=GetNextWindow(child_wnd, G… in activate_child_window()
/reactos/modules/rosapps/applications/explorer-old/desktop/
H A Ddesktop.cpp524 _hwndListView = GetNextWindow(hwnd, GW_CHILD); in DesktopShellView()
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dstartmenu.cpp1023 for(HWND ctrl=GetWindow(_hwnd,GW_CHILD); ctrl; ctrl=GetNextWindow(ctrl,GW_HWNDNEXT)) { in ResizeButtons()
/reactos/modules/rostests/winetests/comctl32/
H A Dlistview.c4311 …ok(GetNextWindow(header, GW_HWNDNEXT) == hwndedit, "got %p\n", GetNextWindow(header, GW_HWNDNEXT)); in test_editbox()
4320 …ok(GetNextWindow(header, GW_HWNDNEXT) == hwndedit, "got %p\n", GetNextWindow(header, GW_HWNDNEXT)); in test_editbox()
/reactos/sdk/include/psdk/
H A Dwinuser.h4730 #define GetNextWindow(h,c) GetWindow(h,c) macro
/reactos/base/setup/reactos/
H A Dtreelist.c9208 hWnd = GetNextWindow(hWnd, GW_HWNDNEXT); in TreeListEditLabel()