KsGateAddOnInputToAnd - NtDoc

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

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

NtDoc

No description available.

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

KsGateAddOnInputToAnd function

Description

The KsGateAddOnInputToAnd function adds a new input in the ON state to a given AND gate.

Parameters

AndGate [in]

A pointer to a KSGATE structure representing the AND gate to which to add a new ON input.

Remarks

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

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

See also

KsGateAddOffInputToAnd

KsGateRemoveOffInputFromAnd

KsGateRemoveOnInputFromAnd

KsGateTurnInputOff

KsGateTurnInputOn