Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/user32/
H A Dwin.c4393 BOOL parent_is_child; in empty_dlg_proc2() local
4406parent_is_child = (GetWindowLongA(param->parent, GWL_STYLE) & (WS_POPUP | WS_CHILD)) == WS_CHILD; in empty_dlg_proc2()
4409 if (parent_is_child) in empty_dlg_proc2()
4422 if (parent_is_child) in empty_dlg_proc2()