Compartir a través de


IKsNodeControl::put_NodeId

 
Microsoft DirectShow 9.0

IKsNodeControl::put_NodeId

Sets the node identifier for the extension unit.

Syntax

  HRESULT put_NodeId(
  
  DWORD 
  dwNodeId
  
  );

Parameters

  dwNodeId

[in] Node identifier.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns an HRESULT error code.

Requirements

Header: Include Vidcap.h.

Library: None.

See Also