|
-
Jul 26th, 2001, 09:04 AM
#1
Thread Starter
Addicted Member
-
Jul 26th, 2001, 09:00 PM
#2
Get a copy of OleView.exe from MSDN. Then, open up controls, and then select one - right-click.
What you see there is the .idl file representation of the of the interfaces. There are often several references to IDispatch, or some other interface. Objects can expose as many as forty interfaces. Look in MSDN for COleControl and look at the interface list it exports.
The best book on interfaces is COM and COM+ from MicroSoft Press - it assumes you know C.
vtables are constructed by linking, not by how the object interface(s) are defined in the .odl file.
-
Jul 27th, 2001, 10:31 AM
#3
Thread Starter
Addicted Member
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|