Share via


CPosPassThru::CheckCapabilities

 
Microsoft DirectShow 9.0

CPosPassThru::CheckCapabilities

The CheckCapabilities method queries whether a stream has specified seeking capabilities. This method implements the IMediaSeeking::CheckCapabilities method.

Syntax

  HRESULT CheckCapabilities(
    DWORD *pCapabilities
);

Parameters

pCapabilities

Pointer to a bitwise combination of one or more AM_SEEKING_SEEKING_CAPABILITIES attributes. When the method returns, the value indicates which of those attributes are available.

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