File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -185,8 +185,8 @@ typedef struct _PH_PROCESS_ITEM
185
185
PH_QUEUED_LOCK ServiceListLock ;
186
186
187
187
WCHAR ProcessIdString [PH_INT32_STR_LEN_1 ];
188
- WCHAR ParentProcessIdString [PH_INT32_STR_LEN_1 ];
189
- WCHAR SessionIdString [PH_INT32_STR_LEN_1 ];
188
+ // WCHAR ParentProcessIdString[PH_INT32_STR_LEN_1];
189
+ // WCHAR SessionIdString[PH_INT32_STR_LEN_1];
190
190
191
191
// Dynamic
192
192
Original file line number Diff line number Diff line change 3
3
* process provider
4
4
*
5
5
* Copyright (C) 2009-2016 wj32
6
- * Copyright (C) 2017-2019 dmex
6
+ * Copyright (C) 2017-2022 dmex
7
7
* Copyright (C) 2020-2021 jxy-s
8
8
*
9
9
* This file is part of Process Hacker.
@@ -1206,8 +1206,8 @@ VOID PhpFillProcessItem(
1206
1206
if (PH_IS_REAL_PROCESS_ID (ProcessItem -> ProcessId ))
1207
1207
{
1208
1208
PhPrintUInt32 (ProcessItem -> ProcessIdString , HandleToUlong (ProcessItem -> ProcessId ));
1209
- PhPrintUInt32 (ProcessItem -> ParentProcessIdString , HandleToUlong (ProcessItem -> ParentProcessId ));
1210
- PhPrintUInt32 (ProcessItem -> SessionIdString , ProcessItem -> SessionId );
1209
+ // PhPrintUInt32(ProcessItem->ParentProcessIdString, HandleToUlong(ProcessItem->ParentProcessId));
1210
+ // PhPrintUInt32(ProcessItem->SessionIdString, ProcessItem->SessionId);
1211
1211
}
1212
1212
1213
1213
// Open a handle to the process for later usage.
You can’t perform that action at this time.
0 commit comments