[haskell-cafe] Finding a PID in Windows

Alexandru Scvortov scvalex at gmail.com
Sun Feb 22 11:38:31 EST 2009


Quick question.

In Linux, if you want to find the PID of a process, you use getProcessID from 
System.Posix.Process.

How do you do the same under Windows?  I cannot find the equivalent function 
in System.Win32 and searching Google does not yield any useful results.

Thanks.


More information about the Haskell-Cafe mailing list