Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The KsFilterGetAndGate function returns Filter's AND gate.
Syntax
KSDDKAPI PKSGATE KsFilterGetAndGate(
[in] PKSFILTER Filter
);
Parameters
[in] Filter
A pointer to the KSFILTER structure for which to acquire the corresponding AND gate.
Return value
KsFilterGetAndGate returns Filter's AND gate as a pointer to a KSGATE structure.
Remarks
A minidriver can use AND gates on a filter as a processing control mechanism for that filter.
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 |