#include <SDL.h>#include <string>#include <windows.h>#include <shellapi.h>

Go to the source code of this file.
Classes | |
| class | windows_tray_notification |
Macros | |
| #define | UNICODE |
| #define | _WIN32_IE 0x0600 |
| #define | NIIF_USER 0x00000004 |
| #define | NIN_BALLOONTIMEOUT (WM_USER + 4) |
| #define | NIN_BALLOONUSERCLICK (WM_USER + 5) |
| #define _WIN32_IE 0x0600 |
Definition at line 26 of file windows_tray_notification.hpp.
| #define NIIF_USER 0x00000004 |
Definition at line 29 of file windows_tray_notification.hpp.
Referenced by windows_tray_notification::create_tray_icon().
| #define NIN_BALLOONTIMEOUT (WM_USER + 4) |
Definition at line 32 of file windows_tray_notification.hpp.
Referenced by windows_tray_notification::handle_system_event().
| #define NIN_BALLOONUSERCLICK (WM_USER + 5) |
Definition at line 35 of file windows_tray_notification.hpp.
Referenced by windows_tray_notification::handle_system_event().
| #define UNICODE |
Definition at line 22 of file windows_tray_notification.hpp.
1.8.8