Can a PID be negative on Windows?

Viewed 1739

I am writing a method that takes PID as parameter. Can it be a negative number on Windows? If it can't be I will add a negative check to my method. But I couldn't find information on the internet.

1 Answers
Related