KsGateRemoveOnInputFromAnd - NtDoc

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

void KsGateRemoveOnInputFromAnd(
  [in] PKSGATE AndGate
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsGateRemoveOnInputFromAnd function

Description

The KsGateRemoveOnInputFromAnd function removes an existing input that is in the ON state from an AND gate.

Parameters

AndGate [in]

A pointer to a KSGATE structure representing the AND gate from which to remove an ON input.

Remarks

KsGateRemoveOnInputFromAnd should only be used on gates that were specifically created as AND gates; AVStream does not verify that the given gate is truly an AND gate.

For more information, see Flow Control Gates in AVStream.

This call is an empty function. It should be used for code readability and clarity.

See also

KsGateAddOffInputToAnd

KsGateAddOnInputToAnd

KsGateRemoveOffInputFromAnd

KsGateTurnInputOff

KsGateTurnInputOn