Process Hacker
etwmini.h
Go to the documentation of this file.
1 #ifndef ETWMINI_H
2 #define ETWMINI_H
3 
5  _In_ struct _PH_MINIINFO_LIST_SECTION *ListSection,
7  _In_opt_ PVOID Parameter1,
8  _In_opt_ PVOID Parameter2
9  );
10 
12  _In_ const void *elem1,
13  _In_ const void *elem2
14  );
15 
17  _In_ const void *elem1,
18  _In_ const void *elem2
19  );
20 
22  _In_ struct _PH_MINIINFO_LIST_SECTION *ListSection,
24  _In_opt_ PVOID Parameter1,
25  _In_opt_ PVOID Parameter2
26  );
27 
29  _In_ const void *elem1,
30  _In_ const void *elem2
31  );
32 
34  _In_ const void *elem1,
35  _In_ const void *elem2
36  );
37 
38 #endif