Microsoft DirectX 8.1 (C++) |
The SetDefaultTransition method sets the default transition. If the render engine cannot render a transition, it substitutes the default transition.
Syntax
HRESULT SetDefaultTransition(
GUID *pGuid
);
Parameters
pGuid
Pointer to a variable that contains the GUID of the default transition.
Return Value
Returns S_OK if successful, or E_POINTER otherwise.
Remarks
If you do not set a default transition, or if the transition that you specify as a default causes an error, DES uses its own default transition.
See Also