/reactos/win32ss/user/user32/windows/ |
H A D | dialog.c | 721 if (!hwndFocus || !IsChild( hwnd, hwndFocus )) return; in DEFDLG_SaveFocus() 1380 else if (IsChild( hwndMain, hwndCtrl )) in DIALOG_GetNextTabItem() 2114 if (wasActive && IsChild(hwnd, GetFocus())) in EndDialog() 2297 if (!IsChild (hDlg, hCtl)) return 0; in GetNextDlgGroupItem() 2544 if ((hDlg != lpMsg->hwnd) && !IsChild( hDlg, lpMsg->hwnd )) return FALSE; in IsDialogMessageW() 2656 if (IsChild( hDlg, hwndFocus ) && in IsDialogMessageW()
|
H A D | window.c | 1455 IsChild(HWND hWndParent, in IsChild() function
|
/reactos/base/shell/explorer/ |
H A D | taskband.cpp | 304 IsChild(m_hWnd, hWnd)) in ContainsWindow()
|
H A D | traywnd.cpp | 2905 (hWndAtPt == m_Rebar || ::IsChild(m_Rebar, hWndAtPt))) in OnContextMenu()
|
/reactos/ntoskrnl/se/ |
H A D | token.c | 1435 _Out_ PBOOLEAN IsChild) in SeIsTokenChild() argument 1441 *IsChild = FALSE; in SeIsTokenChild() 1459 *IsChild = TRUE; in SeIsTokenChild()
|
/reactos/modules/rostests/winetests/user32/ |
H A D | win.c | 4008 ok(IsChild(parent, child1), "wrong parent/child %p/%p\n", parent, child1); in test_SetParent() 4010 ok(!IsChild(parent, child2), "wrong parent/child %p/%p\n", parent, child2); in test_SetParent() 4011 ok(!IsChild(child1, child2), "wrong parent/child %p/%p\n", child1, child2); in test_SetParent() 4012 ok(!IsChild(parent, child3), "wrong parent/child %p/%p\n", parent, child3); in test_SetParent() 4013 ok(IsChild(child2, child3), "wrong parent/child %p/%p\n", child2, child3); in test_SetParent() 4014 ok(!IsChild(parent, child4), "wrong parent/child %p/%p\n", parent, child4); in test_SetParent() 4015 ok(!IsChild(child3, child4), "wrong parent/child %p/%p\n", child3, child4); in test_SetParent() 4071 ok(IsChild(child3, child4), "wrong parent/child %p/%p\n", child3, child4); in test_SetParent() 4072 ok(IsChild(child2, child4), "wrong parent/child %p/%p\n", child2, child4); in test_SetParent() 4075 ok(IsChild(child1, child4), "wrong parent/child %p/%p\n", child1, child4); in test_SetParent() [all …]
|
H A D | msg.c | 11179 ok(!IsChild(parent, child2), "wrong parent/child %p/%p\n", parent, child2); in test_DestroyWindow() 11193 …ok(!IsChild(GetDesktopWindow(), parent), "wrong parent/child %p/%p\n", GetDesktopWindow(), parent); in test_DestroyWindow() 11204 ok(IsChild(parent, child1), "wrong parent/child %p/%p\n", parent, child1); in test_DestroyWindow() 11215 ok(IsChild(parent, child2), "wrong parent/child %p/%p\n", parent, child2); in test_DestroyWindow() 11226 ok(IsChild(parent, child3), "wrong parent/child %p/%p\n", parent, child3); in test_DestroyWindow() 11237 ok(!IsChild(parent, child4), "wrong parent/child %p/%p\n", parent, child4); in test_DestroyWindow()
|
/reactos/dll/win32/browseui/shellbars/ |
H A D | CISFBand.cpp | 325 if (hWnd == m_hWnd || IsChild(hWnd)) in ContainsWindow()
|
/reactos/dll/win32/browseui/shellfind/ |
H A D | CSearchBar.cpp | 467 if ((lpMsg->hwnd == m_hWnd || IsChild(lpMsg->hwnd))) in TranslateAcceleratorIO()
|
/reactos/dll/win32/comdlg32/ |
H A D | filedlgbrowser.c | 421 bViewHasFocus = IsChild(fodInfos->ShellInfos.hwndView,GetFocus()); in IShellBrowserImpl_BrowseObject()
|
H A D | filedlg.c | 147 if (hwndView == hwndFocus || IsChild(hwndView, hwndFocus)) in FILEDLG95_DoTranslate()
|
/reactos/ntoskrnl/include/internal/ |
H A D | se.h | 469 _Out_ PBOOLEAN IsChild);
|
/reactos/sdk/lib/atl/ |
H A D | atlwin.h | 914 BOOL IsChild(const HWND hWnd) const in IsChild() function 917 return ::IsChild(m_hWnd, hWnd); in IsChild()
|
/reactos/win32ss/user/user32/ |
H A D | user32.spec | 426 @ stdcall IsChild(long long)
|
/reactos/dll/win32/shdocvw/ |
H A D | CNSCBand.cpp | 1249 (m_isEditing && IsChild(lpMsg->hwnd))) in TranslateAcceleratorIO()
|
/reactos/dll/win32/uxtheme/ |
H A D | nonclient.c | 22 ret = IsChild(GetForegroundWindow(), hWnd); in IsWindowActive()
|
/reactos/modules/rostests/winetests/mshtml/ |
H A D | events.c | 1900 ok(!IsChild(container_hwnd, GetFocus()), "focus belongs to document window\n"); in test_focus() 1905 ok(IsChild(container_hwnd, GetFocus()), "focus does not belong to document window\n"); in test_focus()
|
/reactos/dll/win32/comctl32/ |
H A D | tooltips.c | 1051 return IsChild (hwndActive, hwnd); in TOOLTIPS_IsWindowActive()
|
H A D | propsheet.c | 3193 if (!psInfo || (hwnd != lpMsg->hwnd && !IsChild(hwnd, lpMsg->hwnd))) in PROPSHEET_IsDialogMessage()
|
/reactos/dll/win32/shlwapi/ |
H A D | ordinal.c | 2262 return !IsChild(hParent, hChild); in SHIsChildOrSelf()
|
/reactos/dll/win32/shell32/ |
H A D | CDefView.cpp | 2222 if (hFocus == m_ListView.m_hWnd || m_ListView.IsChild(hFocus)) in OnContextMenu()
|
/reactos/sdk/include/psdk/ |
H A D | winuser.h | 4986 BOOL WINAPI IsChild(_In_ HWND, _In_ HWND);
|