KsFilterFactoryGetSymbolicLink - NtDoc

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

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

NtDoc

No description available.

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

KsFilterFactoryGetSymbolicLink function

Description

The KsFilterFactoryGetSymbolicLink function returns the symbolic link associated with a given filter factory.

Parameters

FilterFactory [in]

A pointer to a KSFILTERFACTORY structure for which to acquire the symbolic link.

Return value

KsFilterFactoryGetSymbolicLink returns a pointer to a Unicode string containing the symbolic link for the filter factory if the call is successful, and NULL if unsuccessful. NULL indicates that no device interfaces have been registered for FilterFactory.

Remarks

If FilterFactory has no registered device interfaces, KsFilterFactoryGetSymbolicLink returns NULL.