Use QueryFullProcessImageName() if available.
authorIain Patterson <me@iain.cx>
Wed, 27 Jul 2016 11:21:01 +0000 (12:21 +0100)
committerIain Patterson <me@iain.cx>
Thu, 28 Jul 2016 15:44:36 +0000 (16:44 +0100)
commit94d25a5dcfad872c97e71b646429fc87dc66acc2
treea44897180b2413683f38be6520568da72370c8c4
parentb013e3bce4a3abd1e0c02297a2ac8d6c6d66c169
Use QueryFullProcessImageName() if available.

A 32-bit process running on 64-bit Windows can't read the image name of
a 64-bit process, so printing the process tree will fail.  However, on
Windows Vista or later we have QueryFullProcessImageName() which is able
to retrieve the path.
README.txt
imports.cpp
imports.h
process.cpp