Share via


CPosPassThru::GetCapabilities

 
Microsoft DirectShow 9.0

CPosPassThru::GetCapabilities

The GetCapabilities method retrieves all the seeking capabilities of the stream. This method implements the IMediaSeeking::GetCapabilities method.

Syntax

  HRESULT GetCapabilities(
    DWORD *pCapabilities
);

Parameters

pCapabilities

Pointer to a variable that receives a bitwise combination of AM_SEEKING_SEEKING_CAPABILITIES flags.

Return Value

Returns the HRESULT value from the connected pin.

Requirements

**  Header:** Declared in Ctlutil.h; include Streams.h.

**  Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).

See Also