I worked out that there must be a DLLSelfRegister API call in vb6stkit.dll - and luckily guessed at the declaration.

What I'd like to know is is there a way of breaking down or enumerating all the calls in a DLL?

I feel that there must be more that is available . . .