KsGetDefaultClockTime - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// ks.h

KSDDKAPI LONGLONG KsGetDefaultClockTime(
  [in] PKSDEFAULTCLOCK DefaultClock
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-ks-ksgetdefaultclocktime)

KsGetDefaultClockTime function

Description

The KsGetDefaultClockTime function gets the current time of the clock.

The function can be called at DISPATCH_LEVEL.

Parameters

DefaultClock [in]

Specifies an initialize default clock structure that is shared among any instance of the default clock for the parent.

Return value

The KsGetDefaultClockTime function returns the current clock time.

See also

KsSetDefaultClockTime