IKsTopologyInfo::get_NumNodes

 
Microsoft DirectShow 9.0

IKsTopologyInfo::get_NumNodes

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

The get_NumNodes method returns the number of nodes in the filter.

Syntax

  HRESULT get_NumNodes(
  DWORD*  pdwNumNodes
);

Parameters

pdwNumNodes

[out]  Receives the number of nodes.

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