Home
last modified time | relevance | path

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

/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Ddesktopbar.cpp508 DWORD notify_code; member
521 return notify_area->ProcessTrayNotification(ptr->notify_code, &ptr->nicon_data); in ProcessCopyData()
H A Dtraynotify.h139 LRESULT ProcessTrayNotification(int notify_code, NOTIFYICONDATA* pnid);
H A Dtraynotify.cpp580 LRESULT NotifyArea::ProcessTrayNotification(int notify_code, NOTIFYICONDATA* pnid) in ProcessTrayNotification() argument
582 switch(notify_code) { in ProcessTrayNotification()