Home
last modified time | relevance | path

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

/reactos/sdk/lib/cicero/
H A Dcicuif.h494 UIF_WINDOW_CHILD = 0x1, enumerator
H A Dcicuif.cpp1572 if (m_style & UIF_WINDOW_CHILD) in STDMETHODIMP_()
2103 … ((!(m_style & UIF_WINDOW_CHILD) || FAILED(DrawThemeParentBackground(m_hWnd, hMemDC, &m_rc))) && in STDMETHODIMP_()
/reactos/dll/win32/msutb/
H A Dmsutb.cpp605 UIF_WINDOW_ENABLETHEMED | UIF_WINDOW_NOMOUSEMSG | UIF_WINDOW_TOOLTIP | UIF_WINDOW_CHILD; in InitFromReg()