KsFilterReleaseProcessingMutex function (ks.h)
The KsFilterReleaseProcessingMutex function releases the processing mutex for the AVStream filter specified by Filter.
Syntax
void KsFilterReleaseProcessingMutex(
[in] PKSFILTER Filter
);
Parameters
[in] Filter
A pointer to a KSFILTER structure representing the AVStream filter for which to release the processing mutex.
Return value
None
Remarks
For more AVStream-specific information about mutexes, see Mutexes in AVStream and Processing Mutex in AVStream.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Microsoft Windows XP and later operating systems and DirectX 8.0 and later DirectX versions. |
Target Platform | Universal |
Header | ks.h (include Ks.h) |
Library | Ks.lib |
IRQL | PASSIVE_LEVEL |