KsFilterFactoryGetNextSiblingFilterFactory function (ks.h)

The KsFilterFactoryGetNextSiblingFilterFactory function returns the next filter factory belonging to the parent device of FilterFactory.

Syntax

PKSFILTERFACTORY KsFilterFactoryGetNextSiblingFilterFactory(
  [in] PKSFILTERFACTORY FilterFactory
);

Parameters

[in] FilterFactory

A pointer to the KSFILTERFACTORY for which to return the next filter factory of its parent device.

Return value

KsFilterFactoryGetNextSiblingFilterFactory returns a pointer to a KSFILTERFACTORY structure that represents the next sibling filter factory of FilterFactory. If no such filter factory exists, NULL is returned.

Remarks

This call is an inline function call to KsGetNextSibling. Note that the object hierarchy is guaranteed to be stable only while the appropriate mutex is held, in this case the device mutex. For more information, see Mutexes in AVStream.

Requirements

Requirement Value
Minimum supported client Available in Microsoft Windows XP and later operating systems and DirectX 8.0 and later DirectX versions.
Target Platform Desktop
Header ks.h (include Ks.h)
IRQL PASSIVE_LEVEL

See also

KSFILTERFACTORY

KsDeviceGetFirstChildFilterFactory

KsGetNextSibling