Microsoft Windows CE 3.0  

CBaseControlWindow::SetControlWindowPin

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 with which to synchronize.

void SetControlWindowPin(
CBasePin *
pPin
);

Parameters

pPin
Pin with which the interface is synchronized.

Return Values

No return value.

Remarks

This member function sets the m_pPinvariable equal to the pPinparameter. As described in the constructor, the interface can be called only when the filter has been connected successfully. The object is passed in through this member function to the pin with which it should synchronize; in most cases, it will determine if the pin is connected whenever it has an interface method called and will return VFW_E_NOT_CONNECTEDif it fails.