// ks.h
KSDDKAPI KSSTATE KsGetDefaultClockState(
[in] PKSDEFAULTCLOCK DefaultClock
);
View the official Windows Driver Kit DDI referenceNo description available.
The KsGetDefaultClockState function gets the current state of the clock.
The function can be called at DISPATCH_LEVEL.
DefaultClock [in]Specifies an initialized, default clock structure that is shared among any instance of the default clock for the parent.
The KsGetDefaultClockState function returns the current clock state.