IAMTimeline::SetDefaultEffectB

 
Microsoft DirectShow 9.0

IAMTimeline::SetDefaultEffectB

The SetDefaultEffectB method sets the default effect. This method is equivalent to IAMTimeline::SetDefaultEffect, but takes a BSTR value, rather than a pointer to a GUID.

Syntax

  HRESULT SetDefaultEffectB(
    BSTR pGuid
);

Parameters

pGuid

BSTR value representing the GUID of the default effect.

Return Value

Returns S_OK if successful. Otherwise, returns E_OUTOFMEMORY or another HRESULT value indicating the cause of the error.

Requirements

Header: Include Qedit.h. This header file is not compatible with Microsoft® Direct3D® headers later than version 7.

Library: Use strmiids.lib.

See Also