KsGateTerminateOr - NtDoc

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

void KsGateTerminateOr(
  [in] PKSGATE OrGate
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsGateTerminateOr function

Description

The KsGateTerminateOr function deletes an existing OR gate and removes an input from any attached AND gate.

Parameters

OrGate [in]

A pointer to a KSGATE structure that is the OR gate to delete. This gate must be at the beginning of a gate chain.

Remarks

Logical gates should be deleted in a front to back manner. KsGateTerminateOr does not update the gate chain for gates that are deleted at the end or in the middle. For more information, see Flow Control Gates in AVStream.

See also

KsGateInitializeAnd

KsGateInitializeOr

KsGateTerminateAnd