KsPinAcquireProcessingMutex - NtDoc

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

void KsPinAcquireProcessingMutex(
  [in] PKSPIN Pin
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsPinAcquireProcessingMutex function

Description

The KsPinAcquireProcessingMutex function acquires the processing mutex for the AVStream pin specified by Pin.

Parameters

Pin [in]

A pointer to the KSPIN structure for which to acquire the processing mutex.

Remarks

For more information, see Mutexes in AVStream.

See also

KsPinAcquireControl

KsPinReleaseControl

KsPinReleaseProcessingMutex

KsReleaseControl