How can I call a exported function using ordinal number

Viewed 13927

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.

1 Answers
Related