mauzil
unread,Nov 9, 2011, 3:29:00 PM11/9/11You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to
Hi all.
I need to port my dll written in MFC C++ (which interracts with
DirectShow) to C standard to avoid MFC.
I translate all source from C++ to C.
The only trouble I get is about ISampleGrabberCB.
First I have created a struct which implements ISampleGrabberCB
interface, but the ISampleGrabber doesn't throw the callback I set.
Looking inside qedit.h I see IID_ISampleGrabberCB.
So I think to create an IID_ISampleGrabberCB instance and set the
BufferCB e SampleCB member function.
But I don't know how to create an instance of IID_ISampleGrabberCB.
Which is the CLSID that contains the IID_ISampleGrabbeCB?
Thanks to all.
MZ