KsStreamPointerCancelTimeout - NtDoc

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

void KsStreamPointerCancelTimeout(
  [in] PKSSTREAM_POINTER StreamPointer
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsStreamPointerCancelTimeout function

Description

The KsStreamPointerCancelTimeout function cancels a previously scheduled time-out callback on the specified stream pointer.

Parameters

StreamPointer [in]

A pointer to a KSSTREAM_POINTER structure representing the stream pointer for which to cancel a registered time-out callback.

Remarks

Minidrivers should use KsStreamPointerScheduleTimeout to schedule a time-out callback on a specified stream pointer.

The KsStreamPointerCancelTimeout function does not affect stream pointers that have no currently scheduled time-out callback.

See also

KsPinGetFirstCloneStreamPointer

KsStreamPointerScheduleTimeout