Hi Francois,
2009/2/4 Francois Gouget :
>
> dlls/qcap/pin.c defines an IPinImpl_QueryInternalConnections() function
> but it is not actually used anywhere. Is there any reason to keep it?
>
> It sort of looks like IPin is a virtual class and that
> IPin::QueryInternalConnections() is going to be i
dlls/qcap/pin.c defines an IPinImpl_QueryInternalConnections() function
but it is not actually used anywhere. Is there any reason to keep it?
It sort of looks like IPin is a virtual class and that
IPin::QueryInternalConnections() is going to be implemented in its
descendents like VfwPin as is