We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 29331fb commit 247d2faCopy full SHA for 247d2fa
main.cpp
@@ -280,7 +280,7 @@ UPDATE: This is done now!!
280
// in this case, we are adding stuff to the front of the list, since we're looking at children
281
// you might've noticed this doesn't have an emplace_front() like emplace_back() since
282
// it's inefficient and the creators of the vector lib didn't do it
283
- ULONGLONG parentTime = GetProcessCreationTime(pe32);
+ pidNames.emplace(pidNames.begin(), pe32.th32ProcessID)
284
285
}
286
0 commit comments