ReactOS
0.4.16-dev-823-g9a093ec
graph.h
Go to the documentation of this file.
1
/*
2
* PROJECT: ReactOS Task Manager
3
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
4
* PURPOSE: Performance Graph Meters
5
* COPYRIGHT: Copyright 1999-2001 Brian Palmer <brianp@reactos.org>
6
*/
7
8
#pragma once
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
15
#define BRIGHT_GREEN RGB(0, 255, 0)
16
#define MEDIUM_GREEN RGB(0, 190, 0)
17
#define DARK_GREEN RGB(0, 130, 0)
18
#define RED RGB(255, 0, 0)
19
20
extern
WNDPROC
OldGraphWndProc
;
21
22
INT_PTR
CALLBACK
Graph_WndProc
(
HWND
hWnd
,
UINT
message
,
WPARAM
wParam
,
LPARAM
lParam
);
23
24
25
#ifdef __cplusplus
26
};
27
#endif
hWnd
HWND hWnd
Definition:
settings.c:17
wParam
WPARAM wParam
Definition:
combotst.c:138
lParam
LPARAM lParam
Definition:
combotst.c:139
CALLBACK
#define CALLBACK
Definition:
compat.h:35
Graph_WndProc
INT_PTR CALLBACK Graph_WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
Definition:
graph.c:19
OldGraphWndProc
WNDPROC OldGraphWndProc
Definition:
graph.c:12
void
Definition:
nsiface.idl:2307
UINT
unsigned int UINT
Definition:
ndis.h:50
message
Definition:
tftpd.h:60
INT_PTR
int32_t INT_PTR
Definition:
typedefs.h:64
LPARAM
LONG_PTR LPARAM
Definition:
windef.h:208
WPARAM
UINT_PTR WPARAM
Definition:
windef.h:207
WNDPROC
LRESULT(CALLBACK * WNDPROC)(HWND, UINT, WPARAM, LPARAM)
Definition:
winuser.h:2909
base
applications
taskmgr
graph.h
Generated on Tue Mar 18 2025 06:02:27 for ReactOS by
1.9.6