KsSetDefaultClockTime - NtDoc

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

KSDDKAPI VOID KsSetDefaultClockTime(
  [in] PKSDEFAULTCLOCK DefaultClock,
  [in] LONGLONG        Time
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsSetDefaultClockTime function

Description

The KsSetDefaultClockTime function sets the current time of the clock. It modifies the current time returned by the clock. The owner of the default clock is expected to serialize access to this function and to the KsSetDefaultClockState function.

The function can be called at DISPATCH_LEVEL.

Parameters

DefaultClock [in]

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

Time [in]

Specifies the new time to set the clock.

Return value

None

See also

KsGetDefaultClockTime