Searched refs:szInfoTitle (Results 1 – 5 of 5) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | systray.cpp | 110 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 D | CUserNotification.cpp | 152 ::StringCchCopyW(pnid->szInfoTitle, _countof(pnid->szInfoTitle), m_szInfoTitle); in SetUpNotifyData()
|
/reactos/dll/shellext/stobject/ |
H A D | hotplug.cpp | 106 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 D | syspager.cpp | 99 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 D | shellapi.h | 246 CHAR szInfoTitle[64]; member 276 WCHAR szInfoTitle[64]; member
|