![]() |
Panoptes 1.0.0
Endpoint Detection and Response
|
The Tray class that is used to display tray icon balloon notifications. More...
#include <TrayNotifications.h>
Static Public Member Functions | |
| static BOOL | ShowTrayIconBalloon (LPCSTR pszTitle, LPCSTR pszText) |
| Display a tray icon balloon notification. | |
The Tray class that is used to display tray icon balloon notifications.
Definition at line 7 of file TrayNotifications.h.
|
static |
Display a tray icon balloon notification.
| pszTitle | The title of the notification |
| pszText | The text of the notification |
Definition at line 10 of file TrayNotifications.cpp.