Share via


ISelector::put_SourceNodeId

 
Microsoft DirectShow 9.0

ISelector::put_SourceNodeId

This topic applies to Windows XP Service Pack 2 and later.

The put_SourceNodeId method activates a source node.

Syntax

  HRESULT put_SourceNodeId(
  DWORD  dwPinId
);

Parameters

dwPinId

[in]  Index of the source node to activate.

Return Values

The method returns an HRESULT. Possible values include, but are not limited to, those in the following table.

Return code Description
S_OK The method succeeded.

Requirements

Header: Include Vidcap.h.

Library: None.

See Also