Microsoft DirectX 9.0 SDK Update (October 2004)

AnimationController.GetEventDescription Method

Language:

Note: This documentation is preliminary and is subject to change.

Retrieves a description of a specified animation event.

Definition

Visual Basic .NET Public Function GetEventDescription( _
    ByVal eventHandle As Integer _
) As EventDescription
C# public EventDescription GetEventDescription(
    int eventHandle
);
Managed C++ public: EventDescription GetEventDescription(
    int eventHandle
);
JScript .NET public function GetEventDescription(
    eventHandle : int
) : EventDescription;

Parameters

eventHandle System.Int32. Event handle to the animation event to describe.

Return Value

Microsoft.DirectX.Direct3D.EventDescription . An EventDescription structure that contains a description of the animation event.

Remarks

Exceptions
InvalidCallException The method call is invalid. For example, a method's parameter might contain an invalid value.


© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center