KsDeleteFilterFactory - NtDoc

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

void KsDeleteFilterFactory(
  [in] FilterFactory
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

Description

KsDeleteFilterFactory deletes a given filter factory.

Parameters

FilterFactory [in]

A pointer to a KSFILTERFACTORY structure that represents the filter factory to be deleted.

Remarks

This macro wraps and assumes the return value of KsFreeObjectCreateItemsByContext, which is NTSTATUS.

See also

KSFILTERFACTORY

KsCreateFilterFactory

KsFilterFactoryAddCreateItem

KsFilterFactorySetDeviceClassesState