![]() |
![]() |
![]() |
AnimationController.IsEventValid Method |
Language: |
Determines whether a specified event handle is valid and an animation event has completed.
Visual Basic .NET Public Function IsEventValid( _
ByVal eventHandle As Integer, _
ByRef result As Integer _
) As BooleanC# public bool IsEventValid(
int eventHandle,
out int result
);Managed C++ public: bool IsEventValid(
int eventHandle,
int *result
);JScript .NET public function IsEventValid(
eventHandle : int,
result : int
) : boolean;
eventHandle System.Int32. Event handle to the animation event. result System.Int32. HRESULT code passed back from the method.
System.Boolean . Returns true if the method succeeds; false if it fails.
This method indicates whether an event handle is valid even if the event is still running.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center