hi i was following a this https://stackoverflow.com/a/11042773/2665500? but i cant make it work???
when i try and compile it, i says that
public static class SHELLEXECUTEINFO extends Structure
needs to be abstract... but if i make it abstract then wont init?
SHELLEXECUTEINFO execInfo = new SHELLEXECUTEINFO();
what do i need to change to get this to elevate a process??
thanks