Microsoft DirectX 9.0 SDK Update (October 2004)

AnimationController.ValidateEvent Method

Language:

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

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

Definition

Visual Basic .NET Public Sub ValidateEvent( _
    ByVal eventHandle As Integer _
)
C# public void ValidateEvent(
    int eventHandle
);
Managed C++ public: void ValidateEvent(
    int eventHandle
);
JScript .NET public function ValidateEvent(
    eventHandle : int
);

Parameters

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

Remarks

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

Exceptions
Direct3DXException The event handle is invalid and/or the event has completed.


© 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