Searched refs:GetNextWindow (Results 1 – 7 of 7) sorted by relevance
/reactos/modules/rostests/apitests/browseui/ |
H A D | IAutoComplete.cpp | 420 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 D | mainframe.cpp | 999 …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 D | desktop.cpp | 524 _hwndListView = GetNextWindow(hwnd, GW_CHILD); in DesktopShellView()
|
/reactos/modules/rosapps/applications/explorer-old/taskbar/ |
H A D | startmenu.cpp | 1023 for(HWND ctrl=GetWindow(_hwnd,GW_CHILD); ctrl; ctrl=GetNextWindow(ctrl,GW_HWNDNEXT)) { in ResizeButtons()
|
/reactos/modules/rostests/winetests/comctl32/ |
H A D | listview.c | 4311 …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 D | winuser.h | 4730 #define GetNextWindow(h,c) GetWindow(h,c) macro
|
/reactos/base/setup/reactos/ |
H A D | treelist.c | 9208 hWnd = GetNextWindow(hWnd, GW_HWNDNEXT); in TreeListEditLabel()
|