Process Hacker
Main Page
Namespaces
Data Structures
Files
File List
Globals
etwmini.h
Go to the documentation of this file.
1
#ifndef ETWMINI_H
2
#define ETWMINI_H
3
4
BOOLEAN
EtpDiskListSectionCallback
(
5
_In_
struct
_PH_MINIINFO_LIST_SECTION
*ListSection,
6
_In_
PH_MINIINFO_LIST_SECTION_MESSAGE
Message,
7
_In_opt_ PVOID Parameter1,
8
_In_opt_ PVOID Parameter2
9
);
10
11
int
__cdecl
EtpDiskListSectionProcessCompareFunction
(
12
_In_
const
void
*elem1,
13
_In_
const
void
*elem2
14
);
15
16
int
__cdecl
EtpDiskListSectionNodeCompareFunction
(
17
_In_
const
void
*elem1,
18
_In_
const
void
*elem2
19
);
20
21
BOOLEAN
EtpNetworkListSectionCallback
(
22
_In_
struct
_PH_MINIINFO_LIST_SECTION
*ListSection,
23
_In_
PH_MINIINFO_LIST_SECTION_MESSAGE
Message,
24
_In_opt_ PVOID Parameter1,
25
_In_opt_ PVOID Parameter2
26
);
27
28
int
__cdecl
EtpNetworkListSectionProcessCompareFunction
(
29
_In_
const
void
*elem1,
30
_In_
const
void
*elem2
31
);
32
33
int
__cdecl
EtpNetworkListSectionNodeCompareFunction
(
34
_In_
const
void
*elem1,
35
_In_
const
void
*elem2
36
);
37
38
#endif
plugins
ExtendedTools
etwmini.h
Generated by
1.8.2