// ks.h
void KsStreamPointerUnlock(
[in] PKSSTREAM_POINTER StreamPointer,
[in] BOOLEAN Eject
);
View the official Windows Driver Kit DDI reference
No description available.
The KsStreamPointerUnlock function unlocks a stream pointer that has previously been locked by an acquisition function (KsGetXxxEdgeStreamPointer) or by KsStreamPointerLock.
StreamPointer
[in]A pointer to a KSSTREAM_POINTER structure representing the stream pointer to unlock.
Eject
[in]This parameter specifies whether to advance StreamPointer to the next data frame. A value of TRUE advances the stream pointer.
KsStreamPointerUnlock can also advance the stream pointer to the next data frame. See the description of Eject above.
Also see Stream Pointers.
KsPinGetLeadingEdgeStreamPointer
KsStreamPointerAdvanceOffsetsAndUnlock