IVPBaseConfig::SetConnectInfo

 
Microsoft DirectShow 9.0

IVPBaseConfig::SetConnectInfo

The SetConnectInfo method sets the video port connection parameters.

Syntax

  HRESULT SetConnectInfo(
  DWORD dwChosenEntry
);

Parameters

dwChosenEntry

[in] Specifies the index of connect information to pass to the driver. The value is a zero-based index into the array returned by the IVPBaseConfig::GetConnectInfo method.

Return Values

Returns an HRESULT value.

Requirements

Header: Include Dvp.h, Vptype.h, Vpconfig.h.

Library: None.

See Also