Fire connection point event from ATL Service
ATL / WTL / STL
1
Posts
1
Posters
0
Views
1
Watching
-
Hi all, I have been working on this project where i receive a stream of data over a UDP port. This Data is to be processed and the result is to be distributed to the clients. To accomplish this end i have created an ATL service along with a connection point interface. Now the actual problem is how to call the Fire_Event method as i have created a thread from the service which reads the data stream. Can someone please help me as to how can i call the fire method as the functions that reads a stream and should generate the event OnDataChange is not member of the Connectionpoint interface. Thanks and regards, Pratik