KsGateAddOffInputToOr - NtDoc

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

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

NtDoc

No description available.

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

KsGateAddOffInputToOr function

Description

The KsGateAddOffInputToOr function adds a new input in the OFF state to a given OR gate.

Parameters

OrGate [in]

A pointer to a KSGATE structure representing the OR gate to which to add a new OFF input.

Remarks

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

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

See also

KsGateAddOnInputToOr

KsGateRemoveOffInputFromOr

KsGateRemoveOnInputFromOr

KsGateTurnInputOff

KsGateTurnInputOn