03-22-2023, 11:45 PM
You're passing in "hi", which is an OFFSET but you've declared that parameter to be a LONG. You need to change your declaration to match the one I sent you so all the variable typing is correct.
Ask me about Windows API and maybe some Linux stuff