Process Hacker
Main Page
Namespaces
Data Structures
Files
File List
Globals
gpusys.h
Go to the documentation of this file.
1
#ifndef GPUSYS_H
2
#define GPUSYS_H
3
4
#define ET_GPU_PADDING 3
5
6
BOOLEAN
EtpGpuSysInfoSectionCallback
(
7
_In_
PPH_SYSINFO_SECTION
Section,
8
_In_
PH_SYSINFO_SECTION_MESSAGE
Message,
9
_In_opt_ PVOID Parameter1,
10
_In_opt_ PVOID Parameter2
11
);
12
13
VOID
EtpInitializeGpuDialog
(
14
VOID
15
);
16
17
VOID
EtpUninitializeGpuDialog
(
18
VOID
19
);
20
21
VOID
EtpTickGpuDialog
(
22
VOID
23
);
24
25
INT_PTR CALLBACK
EtpGpuDialogProc
(
26
_In_ HWND hwndDlg,
27
_In_ UINT uMsg,
28
_In_ WPARAM wParam,
29
_In_ LPARAM lParam
30
);
31
32
INT_PTR CALLBACK
EtpGpuPanelDialogProc
(
33
_In_ HWND hwndDlg,
34
_In_ UINT uMsg,
35
_In_ WPARAM wParam,
36
_In_ LPARAM lParam
37
);
38
39
VOID
EtpCreateGpuGraphs
(
40
VOID
41
);
42
43
VOID
EtpLayoutGpuGraphs
(
44
VOID
45
);
46
47
VOID
EtpNotifyGpuGraph
(
48
_In_ NMHDR *Header
49
);
50
51
VOID
EtpNotifyDedicatedGraph
(
52
_In_ NMHDR *Header
53
);
54
55
VOID
EtpNotifySharedGraph
(
56
_In_ NMHDR *Header
57
);
58
59
VOID
EtpUpdateGpuGraphs
(
60
VOID
61
);
62
63
VOID
EtpUpdateGpuPanel
(
64
VOID
65
);
66
67
PPH_PROCESS_RECORD
EtpReferenceMaxNodeRecord
(
68
_In_
LONG
Index
69
);
70
71
PPH_STRING
EtpGetMaxNodeString
(
72
_In_
LONG
Index
73
);
74
75
PPH_STRING
EtpGetGpuNameString
(
76
VOID
77
);
78
79
#endif
plugins
ExtendedTools
gpusys.h
Generated by
1.8.2