KsFilterFactoryGetNextSiblingFilterFactory - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ks.h

PKSFILTERFACTORY KsFilterFactoryGetNextSiblingFilterFactory(
  [in] PKSFILTERFACTORY FilterFactory
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ks-ksfilterfactorygetnextsiblingfilterfactory)

KsFilterFactoryGetNextSiblingFilterFactory function

Description

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

Parameters

FilterFactory [in]

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.

See also

KSFILTERFACTORY

KsDeviceGetFirstChildFilterFactory

KsGetNextSibling