Panoptes
1.0.0
Endpoint Detection and Response
Loading...
Searching...
No Matches
src
libraries
TrayNotificationsCore
include
TrayNotifications.h
Go to the documentation of this file.
1
#pragma once
2
#include <Windows.h>
3
#include <string>
4
5
namespace
TrayNotifications
{
7
class
Tray
{
8
public
:
13
static
BOOL
ShowTrayIconBalloon
(LPCSTR pszTitle, LPCSTR pszText);
14
};
15
}
TrayNotifications::Tray
The Tray class that is used to display tray icon balloon notifications.
Definition
TrayNotifications.h:7
TrayNotifications::Tray::ShowTrayIconBalloon
static BOOL ShowTrayIconBalloon(LPCSTR pszTitle, LPCSTR pszText)
Display a tray icon balloon notification.
Definition
TrayNotifications.cpp:10
BOOL
int BOOL
Definition
inject.h:3
TrayNotifications
Definition
TrayNotifications.h:5
Generated by
1.9.8