Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dtraynotify.cpp85 _dwState = 0; in NotifyInfo()
136 if (_dwState != new_state) { in modify()
137 _dwState = new_state; in modify()
606 entry._dwState |= NIS_HIDDEN; in ProcessTrayNotification()
725 if (it->_dwState & NIS_HIDDEN) { in Paint()
760 entry._dwState |= NIS_HIDDEN; in Refresh()
766 if (entry._dwState&NIS_HIDDEN) { in Refresh()
767 entry._dwState &= ~NIS_HIDDEN; in Refresh()
775 if (!(entry._dwState & NIS_HIDDEN)) in Refresh()
777 entry._dwState |= NIS_HIDDEN; in Refresh()
[all …]
H A Dtraynotify.h105 DWORD _dwState; member