KsPinGetAndGate function (ks.h)

The KsPinGetAndGate function returns the processing control gate for Pin.

Syntax

KSDDKAPI PKSGATE KsPinGetAndGate(
  [in] PKSPIN Pin
);

Parameters

[in] Pin

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.

Requirements

Requirement Value
Minimum supported client Available in Microsoft Windows XP and later operating systems and DirectX 8.0 and later DirectX versions.
Target Platform Universal
Header ks.h (include Ks.h)
Library Ks.lib
IRQL Any level

See also

KSGATE

KsFilterGetAndGate