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