// ks.h
void KsGateTerminateAnd(
[in] PKSGATE AndGate
);
View the official Windows Driver Kit DDI reference
No description available.
The KsGateTerminateAnd function deletes an existing AND gate and removes an input from any attached OR gate.
AndGate
[in]A pointer to a KSGATE structure that is the AND gate to delete. This gate must be at the beginning of a gate chain.
Logical gates should be deleted in a front to back manner. KsGateTerminateAnd 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.