KsFilterReleaseProcessingMutex - NtDoc

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

void KsFilterReleaseProcessingMutex(
  [in] PKSFILTER Filter
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsFilterReleaseProcessingMutex function

Description

The KsFilterReleaseProcessingMutex function releases the processing mutex for the AVStream filter specified by Filter.

Parameters

Filter [in]

A pointer to a KSFILTER structure representing the AVStream filter for which to release the processing mutex.

Remarks

For more AVStream-specific information about mutexes, see Mutexes in AVStream and Processing Mutex in AVStream.

See also

KsFilterAcquireProcessingMutex