Home
last modified time | relevance | path

Searched refs:NIF_TIP (Results 1 – 11 of 11) sorted by relevance

/reactos/dll/win32/shell32/
H A Dsystray.cpp47 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()
H A DCUserNotification.cpp138 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()
/reactos/base/applications/taskmgr/
H A Dtrayicon.c124 nid.uFlags = NIF_ICON | NIF_MESSAGE | NIF_TIP; in TrayIcon_Update()
/reactos/dll/shellext/netshell/
H A Dlanstatusui.cpp220 nid.uFlags |= NIF_TIP; in UpdateLanStatus()
227 nid.uFlags |= NIF_TIP; in UpdateLanStatus()
991 nid.uFlags |= NIF_TIP; in InitializeNetTaskbarNotifications()
/reactos/dll/shellext/stobject/
H A Dcsystray.cpp214 nim.uFlags = NIF_MESSAGE | NIF_ICON | NIF_STATE | NIF_TIP; in NotifyIcon()
/reactos/base/applications/kbswitch/
H A Dkbswitch.c421 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()
/reactos/base/shell/explorer/
H A Dsyspager.cpp780 if (iconData->uFlags & NIF_TIP) in AddButton()
918 if (iconData->uFlags & NIF_TIP) in UpdateButton()
/reactos/sdk/include/psdk/
H A Dshellapi.h108 #define NIF_TIP 4 macro
/reactos/modules/rosapps/applications/explorer-old/utility/
H A Dwindow.h1035 nid.uFlags |= NIF_TIP;
/reactos/modules/rosapps/applications/explorer-old/taskbar/
H A Dtraynotify.cpp143 if (pnid->uFlags & NIF_TIP) { in modify()
/reactos/dll/win32/msutb/
H A Dmsutb.cpp3073 NotifyIcon.uFlags = NIF_ICON | NIF_MESSAGE | NIF_TIP; in RemoveIcon()
3094 NotifyIcon.uFlags |= NIF_TIP; in SetIcon()