CBaseRenderer::CompleteConnect
A version of this page is also available for
4/8/2010
Called as part of the connection protocol.
Syntax
virtual HRESULT CompleteConnect(
IPin* pReceivePin
);
Parameters
- pReceivePin
Connecting pin.
Return Value
Returns an HRESULT value (NOERROR by default).
Remarks
This member function calls the SetRepaintStatus member function to set the m_bRepaintStatus data member to TRUE so EC_REPAINT notifications can be sent in the future.
(To prevent unnecessary EC_REPAINT notifications from being sent, m_bRepaintStatus is set to FALSE when an end-of-stream notification arrives.)
Requirements
Windows Embedded CE | Windows CE 2.12 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, Version 2.12 requires DXPAK 1.0 or later |