Microsoft Windows CE 3.0  

CBaseControlVideo::SetControlVideoPin

Important:
This is retired content. This content is outdated and is no longer being maintained. It is provided as a courtesy for individuals who are still using these technologies. This content may contain URLs that were valid when originally published, but now link to sites or pages that no longer exist.

Sets the pin used by the filter.

void SetControlVideoPin(
CBasePin *
pPin
);

Parameters

pPin
Pin with which the interface is synchronized.

Return Values

No return value.

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.