// ks.h
KSDDKAPI VOID KsSetDefaultClockState(
[in] PKSDEFAULTCLOCK DefaultClock,
[in] KSSTATE State
);
View the official Windows Driver Kit DDI referenceNo description available.
The KsSetDefaultClockState function sets the current state of the clock that is used to reflect the current state of the underlying filter pin. The owner of the default clock is expected to serialize access to this function and to call KsSetDefaultClockTime.
The function can be called at DISPATCH_LEVEL.
DefaultClock [in]Specifies an initialize default clock structure that is shared among any instance of the default clock for the parent.
State [in]Specifies the new state to set the clock.
None