Home
last modified time | relevance | path

Searched refs:NIF_INFO (Results 1 – 5 of 5) sorted by relevance

/reactos/dll/win32/shell32/
H A Dsystray.cpp51 dwValidFlags |= NIF_STATE | NIF_INFO | NIF_GUID /* | NIF_REALTIME | NIF_SHOWTIP */; in Shell_NotifyIconA()
56 dwValidFlags |= NIF_STATE | NIF_INFO | NIF_GUID; in Shell_NotifyIconA()
61 dwValidFlags |= NIF_STATE | NIF_INFO; in Shell_NotifyIconA()
106 if (nidW.uFlags & NIF_INFO) in Shell_NotifyIconA()
146 dwValidFlags |= NIF_STATE | NIF_INFO | NIF_GUID /* | NIF_REALTIME | NIF_SHOWTIP */; in Shell_NotifyIconW()
150 dwValidFlags |= NIF_STATE | NIF_INFO | NIF_GUID; in Shell_NotifyIconW()
154 dwValidFlags |= NIF_STATE | NIF_INFO; in Shell_NotifyIconW()
193 if (tnid.nid.uFlags & NIF_INFO) in Shell_NotifyIconW()
H A DCUserNotification.cpp144 if (uFlags & NIF_INFO) in SetUpNotifyData()
146 pnid->uFlags |= NIF_INFO; in SetUpNotifyData()
176 SetUpNotifyData(NIF_INFO, &nid); in SetBalloonInfo()
303 pThis->SetUpNotifyData(NIF_INFO, &nid); in WorkerWndProc()
412 SetUpNotifyData(NIF_MESSAGE | NIF_ICON | NIF_TIP | NIF_INFO, &nid); in Show()
432 if ((nid.uFlags & NIF_INFO) && !*nid.szInfo /* && !*nid.szInfoTitle */) in Show()
/reactos/base/shell/explorer/
H A Dsyspager.cpp785 if (iconData->uFlags & NIF_INFO) in AddButton()
808 if (iconData->uFlags & NIF_INFO) in AddButton()
923 if (iconData->uFlags & NIF_INFO) in UpdateButton()
936 if (iconData->uFlags & NIF_INFO) in UpdateButton()
/reactos/dll/shellext/stobject/
H A Dhotplug.cpp102 nim.uFlags = NIF_INFO; in NotifyBalloon()
/reactos/sdk/include/psdk/
H A Dshellapi.h110 #define NIF_INFO 16 macro