Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Microsoft DirectShow 9.0 |
CSeekingPassThru::CSeekingPassThru
Constructor method.
Syntax
CPosPassThru(
const TCHAR *pName,
LPUNKNOWN pUnk,
HRESULT *phr,
);
Parameters
pName
String containing the name of the object. See CBaseObject for more information.
pUnk
Pointer to the owner of this object. If the object is aggregated, pass a pointer to the aggregating object's IUnknown interface. Otherwise, set this parameter to NULL.
phr
Pointer to an HRESULT value. Ignored.
Requirements
** Header:** Declared in Seekpt.h; include Streams.h.
** Library:** Use Strmbase.lib (retail builds) or Strmbasd.lib (debug builds).
See Also