Tagged Questions
1
vote
1answer
159 views
How can I call a exported function using ordinal number
If a dll exports some functions and the functions have only ordinal numbers, how can I call the functions?
Give me a short example please.