TOnThirdPartyFilterConnected

Prev

Next

 






































































































The type of the OnThirdPartyFilterConnected event.


Unit
VidGrab

Declaration
TOnThirdPartyFilterConnected=procedure(Sender: TObject; Location: TThirdPartyFilterList; Index: LongInt; Intf: IUnknown) of object;


typedef void __fastcall(__closure *TOnThirdPartyFilterConnected)(System::TObject *Sender, TThirdPartyFilterList Location, int Index, _di_IUnknown Intf);

Description

The type of the OnThirdPartyFilterConnected event.
Returns the IUnknown interface of the connected third-party filter.
Location: list of the insertion point of the filter
Index: index of the filter in the Location list
Intf: returns the IUnknown interface of the third-party filter immediately after it has been connected, allowing to set/retrieve its properties programmatically.



See Also
TThirdPartyFilterList OnThirdPartyFilterConnected ThirdPartyFilter_AddToList ThirdPartyFilter_ClearList ThirdPartyFilter_Enable ThirdPartyFilter_RemoveFromList ThirdPartyFilter_ShowDialog