Call DLL function by Ordinal
Posted: Fri Feb 05, 2016 11:54 am
I am trying to call a DLL function that does not have a name, only an ordinal, without success. I keep getting functionnotfound if I use the ordinal in place of the name. Is there a way to call a function by ordinal?