Process Hacker
disktabp.h
Go to the documentation of this file.
1 #ifndef DISKTABP_H
2 #define DISKTABP_H
3 
4 HWND NTAPI EtpDiskTabCreateFunction(
5  _In_ PVOID Context
6  );
7 
9  _In_ PVOID Parameter1,
10  _In_ PVOID Parameter2,
11  _In_ PVOID Parameter3,
12  _In_ PVOID Context
13  );
14 
16  _In_ PVOID Parameter1,
17  _In_ PVOID Parameter2,
18  _In_ PVOID Parameter3,
19  _In_ PVOID Context
20  );
21 
23  _In_ PVOID Parameter1,
24  _In_ PVOID Parameter2,
25  _In_ PVOID Parameter3,
26  _In_ PVOID Context
27  );
28 
30  _In_ PVOID Entry1,
31  _In_ PVOID Entry2
32  );
33 
35  _In_ PVOID Entry
36  );
37 
39  _In_ HWND hwnd
40  );
41 
43  _In_ PET_DISK_ITEM DiskItem
44  );
45 
47  _In_ PET_DISK_ITEM DiskItem
48  );
49 
51  _In_ PET_DISK_NODE DiskNode
52  );
53 
55  _In_ PET_DISK_NODE DiskNode
56  );
57 
58 BOOLEAN NTAPI EtpDiskTreeNewCallback(
59  _In_ HWND hwnd,
60  _In_ PH_TREENEW_MESSAGE Message,
61  _In_opt_ PVOID Parameter1,
62  _In_opt_ PVOID Parameter2,
63  _In_opt_ PVOID Context
64  );
65 
67  _In_ PET_DISK_ITEM DiskItem
68  );
69 
71  VOID
72  );
73 
75  _Out_ PET_DISK_ITEM **DiskItems,
76  _Out_ PULONG NumberOfDiskItems
77  );
78 
80  VOID
81  );
82 
84  _In_ PET_DISK_NODE DiskNode
85  );
86 
88  VOID
89  );
90 
92  _Inout_ PPH_FILE_STREAM FileStream,
93  _In_ ULONG Mode
94  );
95 
97  _In_ ULONG Id
98  );
99 
101  _In_ PPH_EMENU Menu,
102  _In_ PET_DISK_ITEM *DiskItems,
103  _In_ ULONG NumberOfDiskItems
104  );
105 
107  _In_ POINT Location
108  );
109 
111  _In_opt_ PVOID Parameter,
112  _In_opt_ PVOID Context
113  );
114 
116  _In_opt_ PVOID Parameter,
117  _In_opt_ PVOID Context
118  );
119 
121  _In_opt_ PVOID Parameter,
122  _In_opt_ PVOID Context
123  );
124 
126  _In_opt_ PVOID Parameter,
127  _In_opt_ PVOID Context
128  );
129 
131  _In_ PVOID Parameter
132  );
133 
135  _In_ PVOID Parameter
136  );
137 
139  _In_ PVOID Parameter
140  );
141 
143  _In_ PVOID Parameter
144  );
145 
147  _In_opt_ PVOID Parameter,
148  _In_opt_ PVOID Context
149  );
150 
151 BOOLEAN NTAPI EtpSearchDiskListFilterCallback(
152  _In_ PPH_TREENEW_NODE Node,
153  _In_opt_ PVOID Context
154  );
155 
157  _In_ BOOLEAN Select
158  );
159 
161  VOID
162  );
163 
164 INT_PTR CALLBACK EtpDiskTabErrorDialogProc(
165  _In_ HWND hwndDlg,
166  _In_ UINT uMsg,
167  _In_ WPARAM wParam,
168  _In_ LPARAM lParam
169  );
170 
171 #endif