Microsoft DirectX 8.1 (C++)

IAMTimeline::SetDefaultTransitionB

The SetDefaultTransitionB method sets the default transition. This method is equivalent to IAMTimeline::SetDefaultTransition, but takes a BSTR value, rather than a pointer to a GUID.

Syntax

HRESULT SetDefaultTransitionB(
    BSTR pGuid
);

Parameters

pGuid

BSTR value representing the GUID of the default transition.

Return Value

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

See Also