Pretty much the title, my DLL has some functionality that only works if the process is Admin. The application that calls OpenProcess and injects the dll has Admin privilege, but the actual target process might not be launched as Admin.
Is there any way to raise the privilege somehow? Like from Admin process to Target?