stdProcess.CreateFromQuery
should use EnumProcesses
instead?
#76
Labels
stdProcess.CreateFromQuery
should use EnumProcesses
instead?
#76
Currently uses https://learn.microsoft.com/en-us/windows/win32/api/tlhelp32/nf-tlhelp32-createtoolhelp32snapshot but this seems overcomplicated when there is also https://learn.microsoft.com/en-us/windows/win32/api/psapi/nf-psapi-enumprocesses which returns an array of pids? Not sure...
The text was updated successfully, but these errors were encountered: