KsGateAddOnInputToAnd function (ks.h)

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

Syntax

void KsGateAddOnInputToAnd(
  [in] PKSGATE AndGate
);

Parameters

[in] AndGate

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

Return value

None

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.

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 Desktop
Header ks.h (include Ks.h)
IRQL Any level

See also

KsGateAddOffInputToAnd

KsGateRemoveOffInputFromAnd

KsGateRemoveOnInputFromAnd

KsGateTurnInputOff

KsGateTurnInputOn