Microsoft DirectX 9.0 SDK Update (October 2004)

AnimationController.IsEventValid Method

Language:

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

Determines whether a specified event handle is valid and an animation event has completed.

Definition

Visual Basic .NET Public Function IsEventValid( _
    ByVal eventHandle As Integer _
) As Boolean
C# public bool IsEventValid(
    int eventHandle
);
Managed C++ public: bool IsEventValid(
    int eventHandle
);
JScript .NET public function IsEventValid(
    eventHandle : int
) : boolean;

Parameters

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

Return Value

System.Boolean . Returns true if the method succeeds; false if it fails.

Remarks

This method indicates whether an event handle is valid even if the event is still running.


© 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