The IDirect3DRMAnimationArray interface enables you to retrieve the number of animations in the array and request the interface for an animation.
This interface supports the GetElement and GetSize methods.
The IDirect3DRMAnimationArray interface, like all Component Object Model (COM) interfaces, inherits the IUnknown interface methods. This interface supports the following three methods.
AddRef |
QueryInterface |
Release |
Retrieves an interface for the requested animation.
Syntax
DWORD GetElement( DWORD dwIndex, LPDIRECT3DRMANIMATION2 &lplpDirect3DRMAnimation);
Parameters
- dwIndex
- Index in the array of the animation to be retrieved.
- lplpDirect3DRMAnimation
- Pointer to the Direct3DRMAnimation object.
Return Value
Returns one of the following values:
DDERR_INVALIDPARAMS DD_OK
Remarks
This method was introduced with DirectX version 6.0.
Retrieves the number of animations in the array.
Syntax
DWORD GetSize();
Return Value
Number of animations.
Remarks
This method was introduced with DirectX version 6.0.
Top of Page
© 1999 Microsoft and/or its suppliers. All rights reserved. Terms of Use.