KsPinGetDevice - NtDoc

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

PKSDEVICE KsPinGetDevice(
  [in] PKSPIN Pin
);
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

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

KsPinGetDevice function

Description

The KsPinGetDevice function returns the AVStream device to which Pin belongs.

Parameters

Pin [in]

A pointer to a KSPIN structure representing the pin for which to return the owning AVStream device.

Return value

KsPinGetDevice returns a pointer to a KSDEVICE structure representing the AVStream device to which Pin belongs.

Remarks

This call is an inline function call to KsGetDevice.

See also

KSDEVICE

KSDEVICE_DESCRIPTOR

KSPIN

KsGetDevice