ReactOS 0.4.15-dev-7942-gd23573b
CUserNotification.cpp File Reference
#include "precomp.h"
#include <mmsystem.h>
Include dependency graph for CUserNotification.cpp:

Go to the source code of this file.

Macros

#define WM_TRAYNOTIFY   (WM_USER + 100)
 
#define ID_NOTIFY_ICON   0
 
#define ID_BALLOON_TIMEOUT   1
 
#define ID_BALLOON_DELAYREMOVE   2
 
#define ID_BALLOON_QUERYCONT   3
 
#define ID_BALLOON_SHOWTIME   4
 
#define BALLOON_DELAYREMOVE_TIMEOUT   250
 

Functions

 WINE_DEFAULT_DEBUG_CHANNEL (shell_notify)
 

Macro Definition Documentation

◆ BALLOON_DELAYREMOVE_TIMEOUT

#define BALLOON_DELAYREMOVE_TIMEOUT   250

Definition at line 42 of file CUserNotification.cpp.

◆ ID_BALLOON_DELAYREMOVE

#define ID_BALLOON_DELAYREMOVE   2

Definition at line 38 of file CUserNotification.cpp.

◆ ID_BALLOON_QUERYCONT

#define ID_BALLOON_QUERYCONT   3

Definition at line 39 of file CUserNotification.cpp.

◆ ID_BALLOON_SHOWTIME

#define ID_BALLOON_SHOWTIME   4

Definition at line 40 of file CUserNotification.cpp.

◆ ID_BALLOON_TIMEOUT

#define ID_BALLOON_TIMEOUT   1

Definition at line 37 of file CUserNotification.cpp.

◆ ID_NOTIFY_ICON

#define ID_NOTIFY_ICON   0

Definition at line 34 of file CUserNotification.cpp.

◆ WM_TRAYNOTIFY

#define WM_TRAYNOTIFY   (WM_USER + 100)

Definition at line 31 of file CUserNotification.cpp.

Function Documentation

◆ WINE_DEFAULT_DEBUG_CHANNEL()

WINE_DEFAULT_DEBUG_CHANNEL ( shell_notify  )