CBaseControlWindow::SetControlWindowPin
A version of this page is also available for
4/8/2010
Sets the pin with which to synchronize.
Syntax
void SetControlWindowPin(
CBasePin* pPin
);
Parameters
- pPin
Pin with which the interface is synchronized.
Return Value
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
Windows Embedded CE | Windows CE 3.0 and later |
Windows Mobile | Windows Mobile Version 5.0 and later |
Note | Microsoft DirectShow applications and DirectShow filters have different include file and Library requirements For more information, see Setting Up the Build Environment |