mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +00:00
[TASKMGR] Simplify tray icon code.
This commit is contained in:
parent
0b4c8bdd1c
commit
6e77747b30
3 changed files with 39 additions and 59 deletions
|
@ -8,9 +8,8 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define WM_ONTRAYICON WM_USER + 5
|
||||
#define WM_ONTRAYICON (WM_USER + 5)
|
||||
|
||||
HICON TrayIcon_GetProcessorUsageIcon(void);
|
||||
BOOL TrayIcon_ShellAddTrayIcon(void);
|
||||
BOOL TrayIcon_ShellRemoveTrayIcon(void);
|
||||
BOOL TrayIcon_ShellUpdateTrayIcon(void);
|
||||
BOOL TrayIcon_AddIcon(VOID);
|
||||
BOOL TrayIcon_RemoveIcon(VOID);
|
||||
BOOL TrayIcon_UpdateIcon(VOID);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue