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