KsFilterGetAndGate - NtDoc

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

KSDDKAPI PKSGATE KsFilterGetAndGate(
  [in] PKSFILTER Filter
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsFilterGetAndGate function

Description

The KsFilterGetAndGate function returns Filter's AND gate.

Parameters

Filter [in]

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.

See also

KSGATE

KsGateCaptureThreshold

KsGateTurnInputOff

KsGateTurnInputOn

KsPinAttachAndGate

KsPinGetAndGate