Hello!

I'm trying to use the Windows API function "QueryFullProcessImageName" that, in accordance to its manual in Windows MSDN, is present since Windows Vista and should be declared in winbase.h.

Now the problem is that the winbase.h that Mingw considers when building my softwares in Qt/QtCreator seems to be quite old, for it doesn't include QueryFullProcessImageName as parts of its functions.

So my questions are:

1º: is my interpretation correct? Does the Mingw include .h files that comes with the installation of QtCreator are old?
2º: how can I solve this problem? I already updated my Qt Creator and Sources and the problem persists.


Thanks,

Momergil