// ks.h
void KsStreamPointerCancelTimeout(
[in] PKSSTREAM_POINTER StreamPointer
);
View the official Windows Driver Kit DDI referenceNo description available.
The KsStreamPointerCancelTimeout function cancels a previously scheduled time-out callback on the specified stream pointer.
StreamPointer [in]A pointer to a KSSTREAM_POINTER structure representing the stream pointer for which to cancel a registered time-out callback.
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.
KsPinGetFirstCloneStreamPointer
KsStreamPointerScheduleTimeout