CBaseControlWindow::SetControlWindowPin (Windows CE 5.0)
Sets the pin with which to synchronize.
void SetControlWindowPin(CBasePin* pPin);
Parameters
- pPin
Pin with which the interface is synchronized.
Return Values
None.
Remarks
This member function sets the m_pPin variable equal to the pPin parameter.
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_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 3.0 and later.
Header:
Send Feedback on this topic to the authors