ISeekingPassThru::Init
Microsoft DirectShow 9.0 |
ISeekingPassThru::Init
The Init method initializes the seeking helper object.
Syntax
HRESULT Init( BOOL bSupportRendering, IPin *pPin );
Parameters
bSupportRendering
[in] Boolean value that specifies whether the filter is a renderer. Use the value TRUE if the filter is a renderer, or FALSE otherwise.
pPin
[in] Pointer to the IPin interface on the input pin of the filter.
Return Value
Returns one of the following HRESULT values.
Return code | Description |
S_OK | Success. |
E_FAIL | Object was already initialized. |
E_OUTOFMEMORY | Not enough memory to create the object. |
Requirements
Header: Declared in Strmif.h; include Dshow.h.
Library: Use Strmiids.lib.
See Also