CBaseControlVideo::SetControlVideoPin (Windows CE 5.0)

Send Feedback

Sets the pin used by the filter.

void SetControlVideoPin(CBasePin* pPin);

Parameters

  • pPin
    Pin with which the interface is synchronized.

Return Values

None.

Remarks

The interface can be called only when the filter has been connected successfully.

The object is passed through this method to the pin with which it is synchronized; in most cases it will determine if the pin is connected when it has an interface method called and will return VFW_E_NOT_CONNECTED if it fails.

Requirements

DirectShow applications and DirectShow filters have different include file and link library requirements.

For more information, see Setting Up the Build Environment.

OS Versions: Windows CE 2.12 and later. Version 2.12 requires DXPAK 1.0 or later.
Header:

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.