// ks.h
void KsGateAddOnInputToAnd(
[in] PKSGATE AndGate
);
View the official Windows Driver Kit DDI referenceNo description available.
The KsGateAddOnInputToAnd function adds a new input in the ON state to a given AND gate.
AndGate [in]A pointer to a KSGATE structure representing the AND gate to which to add a new ON input.
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.