Home
last modified time | relevance | path

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

/reactos/dll/win32/shell32/
H A Dsystray.cpp110 MultiByteToWideChar(CP_ACP, 0, pnid->szInfoTitle, -1, in Shell_NotifyIconA()
111 nidW.szInfoTitle, _countof(nidW.szInfoTitle)); in Shell_NotifyIconA()
196 tnid.nid.szInfoTitle[_countof(tnid.nid.szInfoTitle) - 1] = 0; in Shell_NotifyIconW()
H A DCUserNotification.cpp152 ::StringCchCopyW(pnid->szInfoTitle, _countof(pnid->szInfoTitle), m_szInfoTitle); in SetUpNotifyData()
/reactos/dll/shellext/stobject/
H A Dhotplug.cpp106 StringCchCopy(nim.szInfoTitle, _countof(nim.szInfoTitle), szTitle); in NotifyBalloon()
115 StringCchCopy(nim.szInfoTitle, _countof(nim.szInfoTitle), L""); in NotifyBalloon()
/reactos/base/shell/explorer/
H A Dsyspager.cpp99 WCHAR szInfoTitle[64]; member
107 StringCchCopy(szInfoTitle, _countof(szInfoTitle), source->szInfoTitle); in Info()
619 …wBalloonTip called for flags=%x text=%ws; title=%ws\n", info.uIcon, info.szInfo, info.szInfoTitle); in Show()
630 m_tooltips->SetTitle(info.szInfoTitle, info.uIcon); in Show()
789 … StringCchCopy(notifyItem->szInfoTitle, _countof(notifyItem->szInfoTitle), iconData->szInfoTitle); in AddButton()
927 … StringCchCopy(notifyItem->szInfoTitle, _countof(notifyItem->szInfoTitle), iconData->szInfoTitle); in UpdateButton()
/reactos/sdk/include/psdk/
H A Dshellapi.h246 CHAR szInfoTitle[64]; member
276 WCHAR szInfoTitle[64]; member