// ks.h
KSDDKAPI LONGLONG KsGetDefaultClockTime(
[in] PKSDEFAULTCLOCK DefaultClock
);
View the official Windows Driver Kit DDI referenceNo description available.
The KsGetDefaultClockTime function gets the current time of the clock.
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.
The KsGetDefaultClockTime function returns the current clock time.