Home | Info | Community | Development | myReactOS | Contact Us
[protected]
Definition at line 514 of file desktopbar.cpp.
Referenced by WndProc().
{ // Is this a tray notification message? if (pcd->dwData == 1) { TrayNotifyCDS* ptr = (TrayNotifyCDS*) pcd->lpData; NotifyArea* notify_area = GET_WINDOW(NotifyArea, _hwndNotify); if (notify_area) return notify_area->ProcessTrayNotification(ptr->notify_code, &ptr->nicon_data); } return FALSE; }