I want to see the interfaces of the .ocx file. Like this:

But for some .ocx, I can only see 5 functions. For instance:

The question arises: how can I see the interfaces of this ocx file. I tried this:
A.
a) I want to register it and see it in a visual studio. But when I register it, the error message "LoadLibrary (path: \ filename.ocx)" appears. Like this:

b) Then I used "Dependency Walker" to open ocx, found that there were no DLL files in the files. 
c) How can I register it?
Q. I am using the “Dll Export Viewer”, and now I can see the name of the function, but still cannot get the parameters of the function. How can I get function parameters?
source share