Searched refs:NIF_TIP (Results 1 – 11 of 11) sorted by relevance
47 dwValidFlags = NIF_MESSAGE | NIF_ICON | NIF_TIP; in Shell_NotifyIconA()77 if (nidW.uFlags & NIF_TIP) in Shell_NotifyIconA()143 dwValidFlags = NIF_MESSAGE | NIF_ICON | NIF_TIP; in Shell_NotifyIconW()178 if (tnid.nid.uFlags & NIF_TIP) in Shell_NotifyIconW()
138 if (uFlags & NIF_TIP) in SetUpNotifyData()140 pnid->uFlags |= NIF_TIP; in SetUpNotifyData()236 SetUpNotifyData(NIF_ICON | NIF_TIP, &nid); in SetIconInfo()412 SetUpNotifyData(NIF_MESSAGE | NIF_ICON | NIF_TIP | NIF_INFO, &nid); in Show()
124 nid.uFlags = NIF_ICON | NIF_MESSAGE | NIF_TIP; in TrayIcon_Update()
220 nid.uFlags |= NIF_TIP; in UpdateLanStatus()227 nid.uFlags |= NIF_TIP; in UpdateLanStatus()991 nid.uFlags |= NIF_TIP; in InitializeNetTaskbarNotifications()
214 nim.uFlags = NIF_MESSAGE | NIF_ICON | NIF_STATE | NIF_TIP; in NotifyIcon()
421 NOTIFYICONDATA tnid = { sizeof(tnid), hwnd, 1, NIF_ICON | NIF_MESSAGE | NIF_TIP }; in AddTrayIcon()455 NOTIFYICONDATA tnid = { sizeof(tnid), hwnd, 1, NIF_ICON | NIF_MESSAGE | NIF_TIP }; in UpdateTrayIcon()
780 if (iconData->uFlags & NIF_TIP) in AddButton()918 if (iconData->uFlags & NIF_TIP) in UpdateButton()
108 #define NIF_TIP 4 macro
1035 nid.uFlags |= NIF_TIP;
143 if (pnid->uFlags & NIF_TIP) { in modify()
3073 NotifyIcon.uFlags = NIF_ICON | NIF_MESSAGE | NIF_TIP; in RemoveIcon()3094 NotifyIcon.uFlags |= NIF_TIP; in SetIcon()