Process Hacker
Main Page
Namespaces
Data Structures
Files
File List
Globals
etwsys.h
Go to the documentation of this file.
1
#ifndef ETWSYS_H
2
#define ETWSYS_H
3
4
// Disk section
5
6
BOOLEAN
EtpDiskSysInfoSectionCallback
(
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
INT_PTR CALLBACK
EtpDiskDialogProc
(
14
_In_ HWND hwndDlg,
15
_In_ UINT uMsg,
16
_In_ WPARAM wParam,
17
_In_ LPARAM lParam
18
);
19
20
INT_PTR CALLBACK
EtpDiskPanelDialogProc
(
21
_In_ HWND hwndDlg,
22
_In_ UINT uMsg,
23
_In_ WPARAM wParam,
24
_In_ LPARAM lParam
25
);
26
27
VOID
EtpNotifyDiskGraph
(
28
_In_ NMHDR *Header
29
);
30
31
VOID
EtpUpdateDiskGraph
(
32
VOID
33
);
34
35
VOID
EtpUpdateDiskPanel
(
36
VOID
37
);
38
39
PPH_PROCESS_RECORD
EtpReferenceMaxDiskRecord
(
40
_In_
LONG
Index
41
);
42
43
PPH_STRING
EtpGetMaxDiskString
(
44
_In_
LONG
Index
45
);
46
47
// Network section
48
49
BOOLEAN
EtpNetworkSysInfoSectionCallback
(
50
_In_
PPH_SYSINFO_SECTION
Section,
51
_In_
PH_SYSINFO_SECTION_MESSAGE
Message,
52
_In_opt_ PVOID Parameter1,
53
_In_opt_ PVOID Parameter2
54
);
55
56
INT_PTR CALLBACK
EtpNetworkDialogProc
(
57
_In_ HWND hwndDlg,
58
_In_ UINT uMsg,
59
_In_ WPARAM wParam,
60
_In_ LPARAM lParam
61
);
62
63
INT_PTR CALLBACK
EtpNetworkPanelDialogProc
(
64
_In_ HWND hwndDlg,
65
_In_ UINT uMsg,
66
_In_ WPARAM wParam,
67
_In_ LPARAM lParam
68
);
69
70
VOID
EtpNotifyNetworkGraph
(
71
_In_ NMHDR *Header
72
);
73
74
VOID
EtpUpdateNetworkGraph
(
75
VOID
76
);
77
78
VOID
EtpUpdateNetworkPanel
(
79
VOID
80
);
81
82
PPH_PROCESS_RECORD
EtpReferenceMaxNetworkRecord
(
83
_In_
LONG
Index
84
);
85
86
PPH_STRING
EtpGetMaxNetworkString
(
87
_In_
LONG
Index
88
);
89
90
#endif
plugins
ExtendedTools
etwsys.h
Generated by
1.8.2