|
-
May 26th, 1999, 03:55 AM
#1
Sink Events
How can I get the events of a COM Object without using MFC nor ATL?
thanks
Adachi
-
May 26th, 1999, 05:35 AM
#2
Re: Sink Events
You could simply look at how MFC hooks up the notification sink this is raw COM sdk calls such as QI IConnectionPointContainer, IProvideClassInfo2 etc.. on the advise call you simply need to pass it an IDispatch pointer the object that will be handling the calls.
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
|