Microsoft DirectX 9.0 |
The ConnectedIMemInputPin method retrieves a pointer to the downstream input pin. This method returns the CBaseOutputPin::m_pInputPin member variable.
Syntax
IMemInputPin *ConnectedIMemInputPin(void);
Return Value
Returns a pointer to the IMemInputPin interface on the downstream input pin.
See Also