KsGetDefaultClockState function (ks.h)

The KsGetDefaultClockState function gets the current state of the clock.

The function can be called at DISPATCH_LEVEL.

Syntax

KSDDKAPI KSSTATE KsGetDefaultClockState(
  [in] PKSDEFAULTCLOCK DefaultClock
);

Parameters

[in] DefaultClock

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

Return value

The KsGetDefaultClockState function returns the current clock state.

Requirements

Requirement Value
Target Platform Universal
Header ks.h (include Ks.h)
Library Ks.lib

See also

KsSetDefaultClockState