// ks.h
KSDDKAPI PKSSTREAM_POINTER KsPinGetFirstCloneStreamPointer(
[in] PKSPIN Pin
);
View the official Windows Driver Kit DDI referenceNo description available.
The KsPinGetFirstCloneStreamPointer function returns the first cloned stream pointer on Pin.
Pin [in]A pointer to the KSPIN structure on which to return the first clone stream pointer.
KsPinGetFirstCloneStreamPointer returns a pointer to a KSSTREAM_POINTER structure. This pointer points to the first cloned stream pointer on Pin. If no clone stream pointers exist for Pin, KsPinGetFirstCloneStreamPointer returns NULL.
KsPinGetFirstCloneStreamPointer, along with KsStreamPointerGetNextClone can be used to enumerate all clone stream pointers on a given pin in the order in which they were cloned. Also see Stream Pointers.