Skip to content

Latest commit

 

History

History
69 lines (53 loc) · 2.22 KB

nf-ks-ksfilterreleasecontrol.md

File metadata and controls

69 lines (53 loc) · 2.22 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NF:ks.KsFilterReleaseControl
KsFilterReleaseControl function (ks.h)
The KsFilterReleaseControl function releases the control mutex for the AVStream filter specified by Filter.
stream\ksfilterreleasecontrol.htm
stream
04/23/2018
KsFilterReleaseControl function
KsFilterReleaseControl, KsFilterReleaseControl function [Streaming Media Devices], avfunc_ca99338c-1cae-4ef4-8ef5-76ee368ae1d6.xml, ks/KsFilterReleaseControl, stream.ksfilterreleasecontrol
ks.h
Ks.h
Desktop
Available in Microsoft Windows XP and later operating systems and DirectX 8.0 and later DirectX versions.
PASSIVE_LEVEL
Windows
KsFilterReleaseControl
ks/KsFilterReleaseControl
APIRef
kbSyntax
HeaderDef
ks.h
KsFilterReleaseControl

KsFilterReleaseControl function

-description

The KsFilterReleaseControl function releases the control mutex for the AVStream filter specified by Filter.

-parameters

-param Filter [in]

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

-remarks

This function is an inline call to KsReleaseControl with the appropriate typecasting. When manipulating a filter, minidrivers should call this function instead of calling KsReleaseControl directly.

For a description of the filter control mutex, see Mutexes in AVStream.

-see-also

KsFilterAcquireControl

KsReleaseControl