I'd like to know what functions exist within an ActiveX DLL.
What APIs can I use to retrieve this info?
Thanks!
Printable View
I'd like to know what functions exist within an ActiveX DLL.
What APIs can I use to retrieve this info?
Thanks!
Routines that are exported by name are accessible. Other than that, function (and variable) names do not exist in compiled code.
If you are looking at ActiveX, you would need to fish out that info from the TLB ( tyle library ). Sometimes they are embedded within the dll, and sometimes, they can be external.