KsGetDefaultClockState - NtDoc

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

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

NtDoc

No description available.

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

KsGetDefaultClockState function

Description

The KsGetDefaultClockState function gets the current state of the clock.

The function can be called at DISPATCH_LEVEL.

Parameters

DefaultClock [in]

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.

See also

KsSetDefaultClockState