KsPinGetFirstCloneStreamPointer - NtDoc

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

KSDDKAPI PKSSTREAM_POINTER KsPinGetFirstCloneStreamPointer(
  [in] PKSPIN Pin
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsPinGetFirstCloneStreamPointer function

Description

The KsPinGetFirstCloneStreamPointer function returns the first cloned stream pointer on Pin.

Parameters

Pin [in]

A pointer to the KSPIN structure on which to return the first clone stream pointer.

Return value

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.

Remarks

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.

See also

KSSTREAM_POINTER

KsStreamPointerClone

KsStreamPointerGetNextClone