CRendererInputPin::CompleteConnect
Microsoft DirectShow 9.0 |
CRendererInputPin::CompleteConnect
The CompleteConnect method completes a connection to an output pin. This method overrides the CBasePin::CompleteConnect method.
Syntax
HRESULT CompleteConnect( IPin *pReceivePin );
Parameters
pReceivePin
Pointer to the output pin's IPin interface
Return Value
Returns an HRESULT value.
Requirements
** Header:** Declared in Renbase.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also