I know i can enumerate the dll function names, but i also need the number of parameters for each function, it is possible to retrieve this value from the dll?
i did a little search and i think is not possible from the .dll, in any language. anyways i wanted to do a gdi+ import, should be easy with a little code to parse the docs at msdn, maybe i'll post it once finished.