Hi I'm using Dev-C++ and trying to get the "GetUserNameEx" function to work. "GetUsername" works fine but this one leads to a bunch of errors when using it.
when I try to compile I get "In file included from C:/Dev-Cpp/include/Security.h:38,"
lots of "ULONG_PTR/ULONG/USHORT/PVOID does not name a type"
and then lots of "expected `,' or `;' before '*' token"
and then more "does not name a type" and undeclared variables
Does anyone know the problem? thanks
(also the preview button on this site doesn't seem to work and the length says 0, so I'm not sure if this will post right)