Share via


CBaseStreamControl::CBaseStreamControl

 
Microsoft DirectShow 9.0

CBaseStreamControl::CBaseStreamControl

Constructor method.

Syntax

  CBaseStreamControl(
    HRESULT *phr
);

Parameters

phr

Pointer to an HRESULT value. If the constructor fails, this parameter receives an error code. If this occurs, the object is not in a valid state.

Requirements

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

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

See Also