Microsoft DirectX 9.0

IPinConnection::IsEndPin

The IsEndPin method indicates whether a reconnection search should end at this pin.

Syntax

HRESULT IsEndPin(void);

Return Value

Returns an HRESULT value. Possible values include the following.

Value Description
S_FALSE Media type is not acceptable.
S_OK Media type is acceptable.

Remarks

A filter or application can call this method to determine whether the pin is a candidate for dynamic reconnection.

Generally, a sink filter or a filter that splits or merges data should return S_OK. Other filters (for example, simple transform filters) should return S_FALSE.

See Also