KsStreamPointerCancelTimeout function (ks.h)
The KsStreamPointerCancelTimeout function cancels a previously scheduled time-out callback on the specified stream pointer.
Syntax
void KsStreamPointerCancelTimeout(
[in] PKSSTREAM_POINTER StreamPointer
);
Parameters
[in] StreamPointer
A pointer to a KSSTREAM_POINTER structure representing the stream pointer for which to cancel a registered time-out callback.
Return value
None
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.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Available in Microsoft Windows XP and later operating systems and DirectX 8.0 and later DirectX versions. |
Target Platform | Universal |
Header | ks.h (include Ks.h) |
Library | Ks.lib |
IRQL | <=DISPATCH_LEVEL |