Possible Duplicate:
Win32 API to enumerate dll export functions?
I am writing a plugins subsystem and one of the ideas is to iterate through a DLL exported functions. I know there are other ways, just really want to give this one a try.
What I am wondering, is there a way to get a list of functions exported by a DLL in WinAPI?
Thanks in advance!