File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 3
3
* search filter callbacks
4
4
*
5
5
* Copyright (C) 2010-2013 wj32
6
- * Copyright (C) 2011-2021 dmex
6
+ * Copyright (C) 2011-2022 dmex
7
7
*
8
8
* This file is part of Process Hacker.
9
9
*
@@ -164,17 +164,17 @@ BOOLEAN ProcessTreeFilterCallback(
164
164
}
165
165
}
166
166
167
- if (processNode -> ProcessItem -> ParentProcessIdString [0 ])
168
- {
169
- if (WordMatchStringZ (processNode -> ProcessItem -> ParentProcessIdString ))
170
- return TRUE;
171
- }
167
+ // if (processNode->ProcessItem->ParentProcessIdString[0])
168
+ // {
169
+ // if (WordMatchStringZ(processNode->ProcessItem->ParentProcessIdString))
170
+ // return TRUE;
171
+ // }
172
172
173
- if (processNode -> ProcessItem -> SessionIdString [0 ])
174
- {
175
- if (WordMatchStringZ (processNode -> ProcessItem -> SessionIdString ))
176
- return TRUE;
177
- }
173
+ // if (processNode->ProcessItem->SessionIdString[0])
174
+ // {
175
+ // if (WordMatchStringZ(processNode->ProcessItem->SessionIdString))
176
+ // return TRUE;
177
+ // }
178
178
179
179
if (!PhIsNullOrEmptyString (processNode -> ProcessItem -> PackageFullName ))
180
180
{
You can’t perform that action at this time.
0 commit comments