KsSetDefaultClockState - NtDoc

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

KSDDKAPI VOID KsSetDefaultClockState(
  [in] PKSDEFAULTCLOCK DefaultClock,
  [in] KSSTATE         State
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsSetDefaultClockState function

Description

The KsSetDefaultClockState function sets the current state of the clock that is used to reflect the current state of the underlying filter pin. The owner of the default clock is expected to serialize access to this function and to call KsSetDefaultClockTime.

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.

State [in]

Specifies the new state to set the clock.

Return value

None

See also

KsGetDefaultClockState