Process Hacker
peview.h
Go to the documentation of this file.
1 #ifndef PEVIEW_H
2 #define PEVIEW_H
3 
4 #include <phgui.h>
5 #include <prsht.h>
6 #include "resource.h"
7 
8 #ifndef MAIN_PRIVATE
10 #endif
11 
12 // peprp
13 
15  VOID
16  );
17 
18 // libprp
19 
21  VOID
22  );
23 
24 // misc
25 
27  _In_ PPH_STRING ShortcutFileName
28  );
29 
31  _In_ HWND ListViewHandle
32  );
33 
35  _In_ LPARAM lParam,
36  _In_ HWND ListViewHandle
37  );
38 
39 #endif