Home
last modified time | relevance | path

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

/reactos/dll/shellext/netshell/
H A Dconnectmanager.cpp259 pProperties->dwCharacter |= NCCF_SHOW_ICON; in GetProperties()
261 pProperties->dwCharacter &= ~NCCF_SHOW_ICON; in GetProperties()
657 pNew->Props.dwCharacter |= NCCF_SHOW_ICON; in EnumerateINetConnections()
H A Dlanstatusui.cpp202 if (pProperties->dwCharacter & NCCF_SHOW_ICON) in UpdateLanStatus()
906 if (pProps->dwCharacter & NCCF_SHOW_ICON) in InitializeNetTaskbarNotifications()
976 if (!(pProps->dwCharacter & NCCF_SHOW_ICON)) in InitializeNetTaskbarNotifications()
H A DREADME29 …enumerate all available network connections, check if they should be shown (NCCF_SHOW_ICON flag set
H A Dlanconnectui.cpp152 if (m_pProperties->dwCharacter & NCCF_SHOW_ICON) in InitializeLANPropertiesUIDlg()
/reactos/sdk/include/psdk/
H A Dnetcon.h20 NCCF_SHOW_ICON = 0x10, enumerator