// ks.h
void KsPinReleaseProcessingMutex(
[in] PKSPIN Pin
);
View the official Windows Driver Kit DDI referenceNo description available.
The KsPinReleaseProcessingMutex function releases the processing mutex for the AVStream pin specified by Pin.
Pin [in]A pointer to a KSPIN structure representing the AVStream pin object for which to acquire the processing mutex.
Minidrivers that must suspend processing for a long time should not use this mutex to do so. Instead, directly manipulate the processing control gate using the KSGATEXxx functions. See links to these functions in Flow Control Gates in AVStream.