Home
last modified time | relevance | path

Searched refs:hChild (Results 1 – 11 of 11) sorted by relevance

/reactos/modules/rostests/winetests/comctl32/
H A Dheader.c823 HWND hChild; in test_hdm_getitemrect() local
859 HWND hChild; in test_hdm_layout() local
883 HWND hChild; in test_hdm_ordertoindex() local
901 HWND hChild; in test_hdm_hittest() local
948 HWND hChild; in test_hdm_sethotdivider() local
982 HWND hChild; in test_hdm_imageMessages() local
1011 HWND hChild; in test_hdm_filterMessages() local
1070 HWND hChild; in test_hdm_unicodeformatMessages() local
1091 HWND hChild; in test_hdm_bitmapmarginMessages() local
1113 HWND hChild; in test_hdm_index_messages() local
[all …]
H A Dtreeview.c406 if (hItem == hChild) { in IdentifyItem()
706 HTREEITEM hChild; in test_getitemtext() local
728 tvi.hItem = hChild; in test_getitemtext()
2013 item.hItem = hChild; in test_expandedimage()
2385 item.hItem = hChild; in test_TVS_CHECKBOXES()
2409 item.hItem = hChild; in test_TVS_CHECKBOXES()
2422 item.hItem = hChild; in test_TVS_CHECKBOXES()
2452 item.hItem = hChild; in test_TVS_CHECKBOXES()
2460 item.hItem = hChild; in test_TVS_CHECKBOXES()
2571 ok(item == hChild, "got %p, expected %p\n", item, hChild); in test_TVM_GETNEXTITEM()
[all …]
/reactos/modules/rostests/tests/mdi/
H A Dmdi.c154 HWND hChild; in CreateNewMDIChild() local
163 hChild = (HWND)SendMessage(hMDIClient, WM_MDICREATE, 0, (LPARAM)&mcs); in CreateNewMDIChild()
164 if(!hChild) in CreateNewMDIChild()
169 return hChild; in CreateNewMDIChild()
301 HWND hChild = CreateNewMDIChild(g_hMDIClient); in WndProc() local
302 if(hChild) in WndProc()
304 DoFileOpen(hChild); in WndProc()
311 if(hChild) in WndProc()
313 SendMessage(hChild, WM_CLOSE, 0, 0); in WndProc()
332 if(hChild) in WndProc()
[all …]
/reactos/base/applications/mmc/
H A Dconsole.c94 HWND hChild; in CreateNewMDIChild() local
103 hChild = (HWND)SendMessage(hwndMDIClient, WM_MDICREATE, 0, (LPARAM)&mcs); in CreateNewMDIChild()
104 if (hChild) in CreateNewMDIChild()
109 return hChild; in CreateNewMDIChild()
314 HWND hChild; in FrameOnCommand() local
355 hChild = (HWND)SendMessage(hwndMDIClient, WM_MDIGETACTIVE, 0, 0); in FrameOnCommand()
356 if (hChild) in FrameOnCommand()
358 SendMessage(hChild, WM_COMMAND, wParam, lParam); in FrameOnCommand()
/reactos/dll/opengl/glu32/src/libtess/
H A Dpriorityq-heap.c100 PQhandle hCurr, hChild; in FloatDown() local
113 hChild = n[child].handle; in FloatDown()
114 if( child > pq->size || LEQ( h[hCurr].key, h[hChild].key )) { in FloatDown()
119 n[curr].handle = hChild; in FloatDown()
120 h[hChild].node = curr; in FloatDown()
/reactos/dll/cpl/desk/
H A Dscreensaver.c676 HWND hChild; in OnInitDialog() local
685 hChild = CreateWindowEx(0, szPreviewWndClass, NULL, in OnInitDialog()
689 if (hChild != NULL) in OnInitDialog()
695 MoveWindow(hChild, rc.left, rc.top, MONITOR_WIDTH, MONITOR_HEIGHT, FALSE); in OnInitDialog()
698 pData->ScreenSaverPreviewParent = hChild; in OnInitDialog()
/reactos/win32ss/user/user32/windows/
H A Dmdi.c870 static BOOL MDI_AugmentFrameMenu( HWND frame, HWND hChild ) in MDI_AugmentFrameMenu() argument
879 TRACE("frame %p,child %p\n",frame,hChild); in MDI_AugmentFrameMenu()
893 if (!(hSysPopup = GetSystemMenu(hChild, FALSE))) in MDI_AugmentFrameMenu()
895 TRACE("child %p doesn't have a system menu\n", hChild); in MDI_AugmentFrameMenu()
900 SC_CLOSE, is_close_enabled(hChild, hSysPopup) ? in MDI_AugmentFrameMenu()
908 hIcon = (HICON)SendMessageW(hChild, WM_GETICON, ICON_SMALL, 0); in MDI_AugmentFrameMenu()
910 hIcon = (HICON)GetClassLongPtrW(hChild, GCLP_HICONSM); in MDI_AugmentFrameMenu()
914 hIcon = (HICON)GetClassLongPtrW(hChild, GCLP_HICON); in MDI_AugmentFrameMenu()
922 HDC hdc = GetDC(hChild); in MDI_AugmentFrameMenu()
936 ReleaseDC(hChild, hdc); in MDI_AugmentFrameMenu()
[all …]
/reactos/modules/rosapps/applications/explorer-old/shell/
H A Dmainframe.cpp993 HWND hChild; in WndProc() local
999 …for(hChild = GetNextWindow(_hmdiclient,GW_CHILD); hChild; hChild = GetNextWindow(hChild, GW_HWNDNE… in WndProc()
1000 SendMessage(hChild, WM_SYSCOLORCHANGE, 0, 0); in WndProc()
/reactos/win32ss/user/ntuser/
H A Dpainting.c1143 PWND hChild; in IntFindWindowToRepaint() local
1172 hChild = IntFindWindowToRepaint(Window->spwndChild, Thread); in IntFindWindowToRepaint()
1173 if (hChild != NULL) in IntFindWindowToRepaint()
1174 return hChild; in IntFindWindowToRepaint()
/reactos/sdk/include/reactos/
H A Dshlwapi_undoc.h106 BOOL WINAPI SHIsChildOrSelf(HWND hParent, HWND hChild);
/reactos/dll/win32/shlwapi/
H A Dordinal.c2254 BOOL WINAPI SHIsChildOrSelf(HWND hParent, HWND hChild) in SHIsChildOrSelf() argument
2256 TRACE("(%p,%p)\n", hParent, hChild); in SHIsChildOrSelf()
2258 if (!hParent || !hChild) in SHIsChildOrSelf()
2260 else if(hParent == hChild) in SHIsChildOrSelf()
2262 return !IsChild(hParent, hChild); in SHIsChildOrSelf()