Microsoft DirectX 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 filter's input pin..

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.

See Also