Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/folders/
H A DCDesktopFolder.cpp1046 enum { Uninitialized = 0, NotHosted, IsHosted }; in IsProgmanHostedBrowser() enumerator
1049 … m_IsProgmanHosted = m_pShellView && IsProgmanHostedBrowser(m_pShellView) ? IsHosted : NotHosted; in IsProgmanHostedBrowser()
1050 return m_IsProgmanHosted == IsHosted; in IsProgmanHostedBrowser()