RE: listing dll functions
- Posted by Matthew Lewis <matthewwalkerlewis at YAHOO.COM> Jan 16, 2002
- 502 views
> -----Original Message----- > From: Evan Marshall [mailto:evan at net-link.net] > Is there a way to extract and list the functions that a dll contains? > QuickView only works for some dll's and not for others for > some reason. > For example: I can see that dsound.dll contains 12 export > functions and > their names but, dsound3d.dll doesn't list an export table. This looks like a dll that's part of DirectX. If so, remember that DirectX is a collection of COM objects, so most of the functionality won't be exported as a normal dll would. Matt Lewis