KsPinGetAndGate - NtDoc

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

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

NtDoc

No description available.

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

KsPinGetAndGate function

Description

The KsPinGetAndGate function returns the processing control gate for Pin.

Parameters

Pin [in]

A pointer to the KSPIN for which to return the processing control gate.

Return value

Returns a pointer to the KSGATE representing the processing control gate for Pin.

Remarks

For more information, see Flow Control Gates in AVStream.

See also

KSGATE

KsFilterGetAndGate